Legal Practice MCP Server OAuth 2.0

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 Microsoft

For Claude.ai Web (Connectors)

Add a Custom Connector in Claude.ai with this URL:

https://mcp.amaranomos.com/mcp

Claude will automatically handle OAuth authentication using the MCP spec.

For Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "legal-practice": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.amaranomos.com/mcp"]
    }
  }
}

OAuth Endpoints

  • /.well-known/oauth-protected-resource - Resource metadata
  • /.well-known/oauth-authorization-server - Server metadata
  • /authorize - Authorization endpoint
  • /token - Token endpoint