This is the authentication gateway for the Legal Practice MCP (Model Context Protocol) server with full OAuth 2.0 support.
Sign in with your Microsoft account (@amarapartners.ae) to access MCP tools.
Sign in with MicrosoftAdd a Custom Connector in Claude.ai with this URL:
https://mcp.amaranomos.com/mcp
Claude will automatically handle OAuth authentication using the MCP spec.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"legal-practice": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.amaranomos.com/mcp"]
}
}
}
/.well-known/oauth-protected-resource - Resource metadata/.well-known/oauth-authorization-server - Server metadata/authorize - Authorization endpoint/token - Token endpoint