Normalized SEC EDGAR fundamentals exposed as MCP tools: resolve tickers, browse filings, read normalized financial metrics with the XBRL tag that resolved each figure, and compare one metric across filers with fiscal periods aligned.
3 of these are free. Identify a company and see what it has filed at no cost; you pay only when you ask for analysis.
| Tool | What it returns | Price |
|---|---|---|
company_profile | SIC industry code, exchanges and fiscal year end. | Free |
list_filings | Recent EDGAR filings, optionally filtered by form type. | Free |
list_metrics | Canonical metric vocabulary and derived ratio definitions. | Free |
get_concept | Time series for one normalized metric with the resolved XBRL tag. | $0.04 |
get_financials | Normalized metric set for one filer with derived ratios and resolved tags. | $0.05 |
compare_companies | One metric across several filers with fiscal periods aligned. | $0.10 |
Settled in USDC on eip155:8453. No account, no
subscription, no API key. Prices here are generated from the live registry; the
authoritative machine-readable copy is
/.well-known/x402.
Point any MCP client at the endpoint. Listing tools is free, so a client can discover what is on offer before paying for anything:
{
"mcpServers": {
"sec-edgar-mcp": {
"url": "https://api.toolfeeds.com/sec-edgar-mcp"
}
}
}
Or over plain JSON-RPC:
curl -s -X POST "https://api.toolfeeds.com/sec-edgar-mcp" \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'