Model Context Protocol server for the rx2leads CRM.
POST https://mcp.rx2leads.com/mcp
Add this URL as a Connector in your Claude account (Settings → Connectors → Add). Works on web, desktop, iOS, and Android.
OAuth 2.1 resource server. Clients obtain a bearer token from the rx2leads CRM (the authorization server) via Authorization Code + PKCE and send it as Authorization: Bearer <token> on every request. Discovery doc lives at /.well-known/oauth-protected-resource.
This is an API endpoint, not a website. There is nothing else here.