Skip to main content
Integration · Claude Code

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.

Transport · HTTP
Setup · < 60 s
Prerequisites
  • Claude Code installed and authenticated with your Anthropic account.
  • Active Analyst or Enterprise FinancialReports plan. View plans →
Step 1

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.

Step 2

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.

Done

Verify the server is live.

Run claude mcp list from your terminal:

$ claude mcp list
financialreports: https://mcp.financialfilings.com/mcp (HTTP)

Claude Code can now search companies, fetch filings, and pull financial data into whatever you're building — scripts, notebooks, agents.

Try a prompt

What you can ask Claude Code now.

"Pull the last 5 annual reports for Adidas and save them to ./filings/"
"List all German automotive companies and write them to a CSV"
"Fetch filing #12345 as Markdown and summarise the key risks"
"Write a Python script that fetches the latest interim report for each company in my watchlist"
Reference

Useful commands.

List configured MCP servers
$ claude mcp list
Check server details
$ claude mcp get financialreports
Remove the server
$ claude mcp remove financialreports
Troubleshooting
Server shows as failed in /mcp?
The URL must end in /mcp and 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 user to make it global.
Need help?
[email protected] — typical reply < 24 h.
Closing

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.

MCP URL mcp.financialfilings.com/mcp
Transport HTTP
Auth OAuth · browser
Plan tier · FinancialReports Analyst · Enterprise
Setup time < 60 s