{
  "markdown": "# Filings Intel MCP — by Datakoot\n\nSEC EDGAR for AI agents — as MCP tools your agent can call mid-task to research a US public company's filings, financials and insider activity. No API keys.\n\n## Tools\n\n| Tool | What it does | Source |\n|---|---|---|\n| `company_lookup` | Find a company's CIK and metadata by name or ticker | SEC EDGAR |\n| `recent_filings` | List a company's most recent filings, filterable by form type (10-K, 8-K, ...) | SEC EDGAR |\n| `filing_search` | Full-text search across EDGAR filings | SEC EDGAR |\n| `financials` | Key XBRL financial facts (revenue, net income, assets, ...) for a company | SEC EDGAR |\n| `insider_transactions` | Recent Form 3/4/5 insider buys and sells | SEC EDGAR |\n\nNo API keys required.\n\n## Quick start\n\n```\nclaude mcp add --transport http filings-intel https://filings.datakoot.com/mcp\n```\n\nOr point any MCP client at `https://filings.datakoot.com/mcp`.\n\n## Try it in 10 seconds — no key, no signup\n\nPaste this into a terminal:\n\n```bash\ncurl -s https://filings.datakoot.com/mcp \\\n  -H 'content-type: application/json' \\\n  -H 'accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/call\", \"params\": {\"name\": \"recent_filings\", \"arguments\": {\"query\": \"Tesla\"}}}'\n```\n\nYou get Tesla's most recent SEC EDGAR filings, straight from the source — no API key, nothing to sign up for.\n\nOr point any MCP client at the URL and just ask your agent, in plain language:\n\n- \"What did Tesla just file with the SEC?\"\n- \"Pull Apple's latest financials and insider transactions.\"\n\n\n## Data & attribution\n\nAll data comes from the [SEC EDGAR](https://www.sec.gov/edgar) system (US Securities and Exchange Commission), which is US-government public domain. Requests are made with an identifying User-Agent per SEC's fair-access policy. Informational only — not investment advice.\n\nPart of [Datakoot](https://datakoot.com) — keyless intelligence APIs for AI agents.\n",
  "bytes": 1932,
  "sha": "339af3c536450030e306f287e5244ec0ed99219af01aad2efc26db946de3da95",
  "repo_slug": "datakoot/filings-intel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_datakoot_sec_edgar_filings_b6bea9f2/readme"
}