SEC EDGAR · MCP server

Pay-per-call access to US equity filings.

10-K, 10-Q, 8-K, insider transactions, institutional 13-F holdings, earnings transcripts. Source data comes from SEC EDGAR. Delivered to your agent over MCP, settled per call.

Endpoint

Streamable HTTP · MCPPOST
https://mcp.toolstem.com/mcp/sec

Pricing

PathPriceSettlementBest for
x402$0.01 / callBase mainnet · USDC · per callAutonomous agents with their own wallets
Apify$0.005 / callApify monthly billingSubscription-style integrations

Tool surface

A representative slice. Full reference in the documentation.

ToolPurpose
get_filings_by_tickerList filings for a ticker, filtered by form type and date range
get_filing_textRetrieve the parsed text of a specific filing by accession number
get_insider_transactionsForm 4 insider buys/sells for a ticker
get_institutional_holdings13-F institutional holdings summary by ticker or institution
get_earnings_transcriptEarnings call transcripts for a quarter
get_8k_eventsMaterial events filed via 8-K, with item classification
search_filingsFull-text search across recent filings

Quick start

Claude Desktop · claude_desktop_config.jsonx402
{
  "mcpServers": {
    "toolstem-sec": {
      "transport": "streamable-http",
      "url": "https://mcp.toolstem.com/mcp/sec"
    }
  }
}