Connect FinancialReports to Claude Code.
One claude mcp add command. The index becomes callable from your terminal — search 46,243 companies, fetch filings as Markdown, run them through your scripts. Setup takes under 60 seconds.
- Claude Code installed and authenticated with your Anthropic account.
- Active Analyst or Enterprise FinancialReports plan. View plans →
Add the MCP server.
From any directory in your terminal, run:
$ claude mcp add --transport http financialreports https://mcp.financialfilings.com/mcp
Default scope is local (current project only). To make the server available across every project on your machine, append --scope user.
Authenticate.
Start Claude Code in your project, then run the /mcp slash command.
$ claude
> /mcp
Select financialreports from the list, choose Authenticate. Browser opens to financialreports.eu — sign in with the same credentials you use on the web. Once redirected back, the server shows connected.
Verify the server is live.
Run claude mcp list from your terminal:
$ claude mcp list
Claude Code can now search companies, fetch filings, and pull financial data into whatever you're building — scripts, notebooks, agents.
What you can ask Claude Code now.
Useful commands.
- List configured MCP servers
$ claude mcp list- Check server details
$ claude mcp get financialreports- Remove the server
$ claude mcp remove financialreports
- Server shows as
failedin/mcp? - The URL must end in
/mcpand you must pass--transport http. Remove and re-add if the original command was incomplete. - Tool call returns an upgrade message?
- The MCP server requires Analyst or Enterprise. Upgrade your plan and retry — access is granted immediately, no reconnection.
- Server visible in one project but not another?
- Default scope is local. Re-run the add command with
--scope userto make it global. - Need help?
- [email protected] — typical reply < 24 h.
Filings in your terminal, on tap.
One command and Claude Code has the full index in-tool. Same data, same coverage, same Markdown output as the API.
Other MCP integrations.
Same server URL, different host application.
Claude Desktop
Custom connector via Settings → Connectors. Pro, Team, or Enterprise plan required.
See the Claude setup guide → OpenAIChatGPT
Custom MCP app via Settings → Apps → Advanced settings. Plus, Business, or Enterprise plan required.
See the ChatGPT setup guide →Looking for the API directly? View the API docs ↗