One server, every assistant. Stock screening is included free with your Stocks plan; AI backtesting (options) and mutual-fund analysis need their MCP plans.
https://mcp.fnotrader.com/mcp
Claude, ChatGPT, Cursor and Gemini all use the same flow: paste the URL above,
click Connect, and a FNOTrader sign-in page opens (OAuth) — approve it and you're done. No keys to
copy, and you can revoke access anytime. Clients without OAuth support instead use a
personal access token from https://mcp.fnotrader.com/mcp/connect sent as
Authorization: Bearer fntmcp_….
FNOTrader · URL: https://mcp.fnotrader.com/mcpCustom connectors require a paid Claude plan. Works in the desktop and mobile apps once added on the web.
FNOTrader · MCP server URL: https://mcp.fnotrader.com/mcp · Authentication: OAuth → Create~/.cursor/mcp.json){
"mcpServers": {
"fnotrader": { "url": "https://mcp.fnotrader.com/mcp" }
}
}
No-OAuth alternative: add "headers": {"Authorization": "Bearer fntmcp_…"} with a token from the token page.
https://mcp.fnotrader.com/mcp → follow the sign-in. Once added on the web it works in the mobile app too. (Rolling out — if you don't see "Add custom app", your account doesn't have it yet.)~/.gemini/settings.json and verify with /mcp:{
"mcpServers": {
"fnotrader": {
"httpUrl": "https://mcp.fnotrader.com/mcp",
"headers": { "Authorization": "Bearer fntmcp_…" }
}
}
}
VS Code Copilot, Windsurf, custom agents, LangChain/agno pipelines — anything MCP-capable:
point it at https://mcp.fnotrader.com/mcp (streamable HTTP). Use OAuth if the client supports it; otherwise a
Bearer token from https://mcp.fnotrader.com/mcp/connect.
| Assistant | Where | Auth |
|---|---|---|
| Claude | Settings → Connectors → Add custom connector | OAuth (sign in) |
| ChatGPT | Settings → Connectors → Developer mode → Create | OAuth (sign in) |
| Cursor | Cursor Settings → Tools & MCP (mcp.json) | OAuth, or token |
| Gemini web | Settings → Connected apps → Add custom app | Follow sign-in |
| Gemini CLI / others | mcpServers config | Bearer token |
See everything your AI can do →
Try asking: "Find stocks within 5% of their all-time high with turnover above ₹5 Cr" — your AI replies with the match count and a link that opens the screen in the Stocks app.