MCP Server

Agents connect inbound from DCR to tool calls, secured by Auth0.

Meridian AI Advisor
1st-party
Meridian AI Advisor initiating connection...
Event Timeline
Connection Log
14:32:00Dynamic Client RegistrationPOST

1st-party agent registers with the authorization server via DCR (RFC 7591)

POST /oauth/register HTTP/1.1
Host: meridian-wealth.auth0.com

{
  "client_name": "Meridian AI Advisor",
  "grant_types": ["client_credentials"],
  "token_endpoint_auth_method": "private_key_jwt",
  "scope": "read:portfolio read:holdings execute:trades read:tax_documents",
  "jwks": { "keys": [{ "kty": "RSA", "n": "0vx7a...", "e": "AQAB" }] }
}

<- 201 Created
{
  "client_id": "meridian-ai-advisor-001",
  "client_name": "Meridian AI Advisor",
  "token_endpoint_auth_method": "private_key_jwt"
}
Meridian AI Advisor connecting to Meridian