sec-edgar-mcpmcp

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.

Pricing

Tools

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.

ToolWhat it returnsPrice
company_profileSIC industry code, exchanges and fiscal year end.Free
list_filingsRecent EDGAR filings, optionally filtered by form type.Free
list_metricsCanonical metric vocabulary and derived ratio definitions.Free
get_conceptTime series for one normalized metric with the resolved XBRL tag.$0.04
get_financialsNormalized metric set for one filer with derived ratios and resolved tags.$0.05
compare_companiesOne 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.

Usage

Add it to your agent

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"}'