Get MCP registry config
Returns the MCP connection bootstrap config for the active organization and requested registry.
For the customer registry this includes organization-specific prompts, the MCP transport URL, and the tenant header that must be sent on subsequent MCP requests.
Use this endpoint first, then connect to the returned mcp_url and call initialize followed by tools/list over MCP JSON-RPC.
Autorisierungen
The access token received from the authorization server in the OAuth 2.0 flow.
Pfadparameter
MCP registry alias. Currently only customer is documented for external client setup.
customer Abfrageparameter
Organization ID. Required for multi-tenant scoping.
Antwort
OK
Full organization-specific system prompt for the customer MCP agent.
Shorter embedded prompt variant for hosts that inject instructions separately.
Reserved prompt list for future registry-specific prompt variants.
Organization external ID to send as X-Tenant-ID on MCP requests.
Streamable HTTP MCP endpoint for the selected registry.
"https://b.anny.co/mcp/customer"
Headers that must be included when talking to mcp_url.