Standardized SEC EDGAR financial data for AI assistants — income
statements, balance sheets, cash flow and 40+ ratios for every US public
company, as MCP tools
Overview
SECfinAPI MCP Server
Gives Claude, Cursor and other MCP clients live access to standardized SEC EDGAR financial data for every US public company — skip the raw XBRL.
Tools
- get_company_info — company profile + a link to its SEC EDGAR filings
- get_income_statement — standardized income statement
- get_balance_sheet — standardized balance sheet
- get_cash_flow — standardized cash-flow statement
- get_metrics — 40+ ratios (margins, ROE/ROIC, leverage, growth)
- list_companies — search the directory of US public companies
Setup
Get a free API key at https://www.secfinapi.com, then add the server with
npx -y secfinapi-mcp and set SECFINAPI_KEY. Full guide:
https://www.secfinapi.com/mcp
Server Config
{
"mcpServers": {
"secfinapi": {
"command": "npx",
"args": [
"-y",
"secfinapi-mcp"
],
"env": {
"SECFINAPI_KEY": "<YOUR_API_KEY>"
}
}
}
}