secfinapi-mcp
The secfinapi-mcp server provides access to standardized SEC EDGAR financial data for US public companies, enabling AI assistants to fetch and analyze financial statements, ratios, and company information.
get_company_info: Retrieve company metadata including legal name, SIC/industry classification, stock exchange, fiscal year end, S&P 500 membership status, and a direct link to SEC EDGAR filings.get_income_statement: Access standardized income statement data (revenue, cost of revenue, operating income, net income, EPS) with support for annual, quarterly, TTM, or all periods.get_balance_sheet: Retrieve standardized balance sheet data (assets, liabilities, equity), filterable by annual, quarterly, TTM, or all periods.get_cash_flow: Access standardized cash flow statements covering operating, investing, and financing activities, filterable by period.get_metrics: Fetch 50+ financial ratios and metrics including ROE, ROIC, gross/operating/net margins, FCF margin, debt-to-equity ratio, current ratio, and year-over-year growth rates.list_companies: Browse or search the full universe of available US public companies by name or ticker, with results limited up to 200 companies.
secfinapi-mcp
MCP server for SECfinAPI β standardized SEC EDGAR financial data (income statements, balance sheets, cash flow, 40+ ratios) as tools for Claude, Cursor, and other AI assistants.
Ask your AI assistant things like "What's Apple's revenue trend?" or "Compare MSFT and GOOGL operating margins" β it fetches the data live through SECfinAPI.
It runs locally on your machine and is a thin wrapper over the SECfinAPI REST API. No server to host, no extra cost.
Setup
Get an API key (free) at https://www.secfinapi.com.
Add the server to your AI assistant's MCP config.
Claude Desktop
Open Settings β Developer β Edit Config and add:
Once published to npm:
{
"mcpServers": {
"secfinapi": {
"command": "npx",
"args": ["-y", "secfinapi-mcp"],
"env": { "SECFINAPI_KEY": "your-api-key-here" }
}
}
}Running from source (before publishing):
{
"mcpServers": {
"secfinapi": {
"command": "node",
"args": ["C:/path/to/sec-financial-mcp/dist/index.js"],
"env": { "SECFINAPI_KEY": "your-api-key-here" }
}
}
}Restart Claude Desktop. The 6 tools below appear under the tools (π) menu.
Cursor / VS Code
Same config shape in the editor's MCP settings β command, args, and the
SECFINAPI_KEY env var.
Related MCP server: SEC EDGAR MCP
Tools
Tool | Returns |
| Company metadata + a link to its filings on SEC EDGAR |
| Standardized income statement (with filing dates) |
| Standardized balance sheet |
| Standardized cash flow statement |
| 40+ financial ratios (ROE, ROIC, margins, growthβ¦) |
| List / search the available US public companies |
Environment variables
Variable | Required | Default |
| yes | β |
| no | the SECfinAPI production API |
Run from source
npm install
npm run build
SECFINAPI_KEY=your-key node dist/index.jsPublishing (maintainer)
npm run build
npm publishLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that provides tools and resources to access company financial filings, industry classifications, and related data via the Financial Reports API.Last updated7
- AlicenseCqualityCmaintenanceMCP server for accessing SEC EDGAR filings. Connects AI assistants to company filings, financial statements, and insider trading data with exact numeric precision.Last updated21337AGPL 3.0
- Alicense-qualityDmaintenanceMCP server for SEC EDGAR that provides real-time access to filings, financial statements, and full-text search across all EDGAR documents.Last updatedApache 2.0
- Alicense-qualityBmaintenanceMCP server for analyzing SEC filings (10-K, 10-Q, 8-K) with industry-aware financial extraction and BERT-based NLP.Last updated1MIT
Related MCP Connectors
SEC XBRL MCP β wraps SEC EDGAR XBRL API (data.sec.gov)
MCP server for US Treasury Fiscal Data β debt, interest rates, exchange rates, and spending.
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/michalperni11-gif/secfinapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server