Skip to content

Ask AI

Coming soon — ask questions about these docs in natural language.

Until then, use ⌘K to search the full docs set.

MCP Authentication

Claude Desktop and ChatGPT use OAuth 2.1 with PKCE. The MCP gateway handles metadata discovery (.well-known/oauth-authorization-server) and consent automatically.

Claude Code, Cursor, and other token-capable clients configure a Bearer token directly:

{
"mcpServers": {
"portfolio-intel": {
"url": "https://api.portfoliointel.co.in/mcp",
"headers": { "Authorization": "Bearer sk_live_..." }
}
}
}
ScopeRequired for
parseparse_cas, run_skill
readlist_skills, snapshot retrieval

Generate a scoped key in the developer dashboard.