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:
claude mcp add --transport http portfolio-intel \ https://api.portfoliointel.co.in/mcp \ --header "Authorization: Bearer sk_live_YOUR_KEY"