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.

Cursor

Add Portfolio Intel as an MCP server in Cursor by editing your MCP config file. Cursor uses a static Bearer token — paste your API key directly in the config.

{
"mcpServers": {
"portfolio-intel": {
"url": "https://api.portfoliointel.co.in/mcp",
"headers": {
"Authorization": "Bearer sk_live_YOUR_KEY"
}
}
}
}

You can also add the server via Claude Code CLI:

Terminal window
claude mcp add --transport http portfolio-intel \
https://api.portfoliointel.co.in/mcp \
--header "Authorization: Bearer sk_live_YOUR_KEY"