๐Ÿ“Š SEC Financial MCP

Access SEC EDGAR financial data directly from your AI assistant. Income statements, balance sheets, cash flow statements, and financial ratios for 10,000+ US public companies.

MCP Server 50 Free Queries $19/mo Pro

๐Ÿ” Available Tools

get_income_statement

Retrieve revenue, cost of goods sold, operating expenses, net income, and EPS for any public company by ticker.

get_balance_sheet

Assets, liabilities, and shareholders' equity โ€” quarterly or annual data from SEC XBRL filings.

get_cash_flow

Operating, investing, and financing cash flows with free cash flow calculations.

get_company_facts

Key company information: sector, industry, employees, headquarters, SEC CIK number, and fiscal year.

get_financial_ratios

Calculated ratios: P/E, debt-to-equity, current ratio, profit margin, ROE, ROA, and more.

search_company

Search for a company by name to find its ticker symbol and CIK number for SEC lookups.

๐Ÿ’ฐ Simple Pricing

๐Ÿ†“ Free

$0/mo
  • 50 queries per session
  • All financial tools included
  • Annual & quarterly data
  • XBRL-sourced accuracy
Get Started

โšก Quick Install

git clone https://github.com/Rumblingb/sec-financial-mcp.git
cd sec-financial-mcp
pip install -r requirements.txt
python3 server.py

Example Usage

# "Show me Apple's latest income statement"
โ†’ get_income_statement("AAPL")

# "What's Microsoft's debt-to-equity ratio?"
โ†’ get_financial_ratios("MSFT")

# "Find NVIDIA's cash flow for 2024"
โ†’ get_cash_flow("NVDA", period="FY2024")

# "Search for a company called Tesla"
โ†’ search_company("Tesla")