Connecting
Addhttps://mcp.finvera.ai/ as a remote (custom) MCP connector in your tool of choice. On first connect you’ll be sent through the Finvera login flow — no headers or keys to configure.
- Claude Code
- Claude (Desktop & Web)
- Cursor
- Other clients
Add the server with the CLI:On first use, Claude Code opens the Finvera login page in your browser. After you sign in, the Finvera tools become available in your session. Run
/mcp to check the connection status or re-authenticate.How authentication works
The Finvera MCP server is an OAuth 2.1 resource server — it never accepts API keys as parameters. The standard MCP authorization flow runs end to end with zero manual setup:- Your client connects with no token and receives a
401pointing at Finvera’s protected-resource metadata. - The client discovers the Finvera authorization server, registers itself dynamically, and opens the login page.
- You sign in. The authorization server issues a short-lived access token scoped to the MCP server.
- Your client calls the server with that token on every request. The server verifies it (signature, issuer, audience, expiry) and serves your data.
Available tools
The server exposes the following tools. Your AI client calls them automatically based on your request — you don’t invoke them by hand.Earnings calls, transcripts & summaries
Fundamentals, news & ratings
get_fundamentals requires a Finvera account entitled to the fundamentals data set. Without that entitlement the server returns an “access to route not allowed” error.Market & reference data
Example prompts
Once connected, just ask in natural language. Your client picks the right tools automatically:- “Summarize Apple’s most recent earnings call.”
- “What did analysts say about NVDA this week — any upgrades or downgrades?”
- “Pull Microsoft’s enhanced fundamentals for FY2024.”
- “Show me the latest catalyst news for TSLA and why it’s moving.”
- “Get daily OHLC bars for AMZN over the last three months.”
Troubleshooting
The login page never appears / connection fails
The login page never appears / connection fails
Confirm your client supports remote MCP servers over HTTP with OAuth and that you used the exact URL
https://mcp.finvera.ai/. In Claude Code, run /mcp to retry authentication.“Access to route not allowed” when fetching fundamentals
“Access to route not allowed” when fetching fundamentals
The
get_fundamentals tool requires an account entitled to the fundamentals data set. Check your plan on the Dashboard or contact support.Tools stopped working after a while
Tools stopped working after a while
Access tokens are short-lived. Reconnect or re-authenticate (in Claude Code,
/mcp) to get a fresh token.