Analytics

SimFin MCP Server

Connect your account, then chat with AI to run tools.

SimFin provides access to financial statement data and analysis tools for investors, enabling them to evaluate and compare the financial performance of companies. Use it to gain insights into financial trends and make informed investment decisions.

Managed
4 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for SimFin — workflow patterns, data models, and gotchas for your AI agent.

SimFin

SimFin provides company financials: statements, price data, filings. Companies are identified by SimFin ID or ticker.

Operational order

  1. Resolve tickers with the companies tool (dataset=list).
  2. Fetch per-company data with the company-data tool (resource=prices|shares_common|shares_weighted|filings) plus id or ticker.
  3. Use the financial-statements tool when you need income/balance/cashflow lines (statements required).
  4. Use the filings index tool only for cross-company filing discovery.

Data Model

  • Companies — public companies; have SimFin ID, ticker, name.
  • Financial Statements — income, balance sheet, cash flow by company and period.
  • Price Data — historical stock prices (default slim window: last 90 days).
  • Shares Outstanding — common and weighted shares for market cap.
  • Filings — SEC and other regulatory filings.

Gotchas

  • Company selector — per-company reads require id or ticker.
  • Financial statements require statements (pl, bs, cf, derived) plus id or ticker. cashflow aliases to cf.
  • Prices default to the last 90 days with slim date/close rows; pass start_date/end_date for a custom window or count_only=true for totals.
  • Global filings index — always paginate with page and per_page; SimFin 500s if page is omitted.
  • Data freshness: Lower vendor tiers may serve delayed filings; higher tiers track nearer real-time.

Tools in this Server (4)

Simfin Get Companies

Fetch SimFin companies. Without id/ticker returns the directory (dataset=list) or verbose metadata catalog (dataset=profile). With id/ticker filters t...

Simfin Get Company Data

Fetch per-company SimFin data for one resource: prices, shares_common, shares_weighted, or filings. Requires resource plus id or ticker. Prices defaul...

Simfin Get Filings

Page through the global SimFin filings index. Always sends page (default 1) and per_page (default 25). When you already know the company, fetch per-co...

Simfin Get Financial Statements

Fetch SimFin financial statements for one or more companies. Requires statements (pl, bs, cf, derived) plus id or ticker. Resolve unknown tickers with...

Frequently Asked Questions

What is the SimFin MCP server?

SimFin provides access to financial statement data and analysis tools for investors, enabling them to evaluate and compare the financial performance of companies. Use it to gain insights into financial trends and make informed investment decisions. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect SimFin to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/simfin. Authentication is handled automatically.

How many tools does SimFin provide?

SimFin provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does SimFin require?

SimFin uses API Key. SimFin requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect SimFin to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/simfin

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to SimFin and paste the MCP URL into Remote MCP server URL.
  4. Click Add. SimFin will appear under Not connected — select it and click Connect to complete OAuth.
Name: SimFin
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/simfin
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use SimFin?

Sign in to connect your credentials and start running tools from the chat.

SimFin MCP Server & Skill