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
| Path | Price | Settlement | Best for |
|---|---|---|---|
| x402 | $0.01 / call | Base mainnet · USDC · per call | Autonomous agents with their own wallets |
| Apify | $0.005 / call | Apify monthly billing | Subscription-style integrations |
Tool surface
A representative slice. Full reference in the documentation.
| Tool | Purpose |
|---|---|
get_filings_by_ticker | List filings for a ticker, filtered by form type and date range |
get_filing_text | Retrieve the parsed text of a specific filing by accession number |
get_insider_transactions | Form 4 insider buys/sells for a ticker |
get_institutional_holdings | 13-F institutional holdings summary by ticker or institution |
get_earnings_transcript | Earnings call transcripts for a quarter |
get_8k_events | Material events filed via 8-K, with item classification |
search_filings | Full-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"
}
}
}