{"name":"SEC EDGAR MCP","description":"Three pay-per-call x402 endpoints for SEC EDGAR: filings/search ($0.04 — full-text across every filing since 1993), filings/by_cik ($0.05 — recent filings by company), filings/full_text ($0.10 — primary-document text fetch). No signup, no API key — pay USDC on Base.","url":"https://edgar-mcp.mtree.workers.dev","version":"0.1.0","documentationUrl":"https://edgar-mcp.mtree.workers.dev/agent-discovery","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},"authentication":{"schemes":["x402"],"credentials":"Pay-per-call via x402 USDC on Base — no signup, no API key. Each call returns 402 with an EXACT-scheme requirement; agents pay 0x1664530DC2A1CA350B1dbaD1Fc1F1a70c90fe4de in Base USDC and retry with X-PAYMENT."},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"skills":[{"id":"filings-search","name":"EDGAR Full-Text Filing Search","description":"Full-text search across every SEC EDGAR filing back to 1993. Filter by free-text query, form (10-K, 10-Q, 8-K, S-1, etc.), CIKs, and date range. Returns accession numbers, filing dates, company names, and primary-document URLs. $0.04/call.","tags":["sec","edgar","filings","10-K","10-Q","8-K","S-1","financial-research","compliance","investing"],"examples":["Search 10-K filings mentioning \"artificial intelligence\" in the last 365 days","Find every 8-K Apple has filed in 2024","Search S-1 filings mentioning lithium mining"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"filings-by-cik","name":"EDGAR Filings by Company (CIK)","description":"Recent filing history for a single company by CIK. Returns up to 50 most recent filings with form, filing date, accession number, and primary-document URL. Optional form-type filter. $0.05/call.","tags":["sec","edgar","filings","company","cik","filing-history","financial-research"],"examples":["List Apple's last 25 filings (CIK 320193)","What 10-Q has Tesla filed recently? (CIK 1318605)","All 8-Ks for Microsoft this year (CIK 789019)"],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"filings-full-text","name":"EDGAR Primary Document Text","description":"Fetch the primary document of a specific EDGAR filing and return de-tagged text content (truncated to maxChars, default 20000). Pass cik + accession; primaryDocument is auto-resolved if omitted. $0.10/call.","tags":["sec","edgar","filings","10-K","10-Q","full-text","extraction","financial-research","rag"],"examples":["Fetch the text of Apple's most recent 10-K","Pull the text of accession 0000320193-25-000073","Get the first 50000 chars of Tesla's latest 10-Q"],"inputModes":["application/json"],"outputModes":["application/json"]}]}