Are you the author? Sign in to claim
SEC/EDGAR financial filings API for AI agents — pay per query in USDC via x402
SEC/EDGAR financial data for AI agents. Currently free — no payment required.
Live endpoint: https://aegisgov-sec-mcp.vercel.app
🆓 Free Beta Mode active. All tools return real SEC data at no cost. x402 USDC payments (Base mainnet + Solana mainnet) activate when ready.
| Tool | Endpoint | Description |
|---|---|---|
search | POST /search | Search public companies by name or ticker symbol |
company | POST /company | Company profile + recent filings |
filings | POST /filings | Get 10-K, 10-Q, 8-K filings with links |
financials | POST /financials | XBRL financial data — revenue, income, assets |
# Search for a company
curl -X POST https://aegisgov-sec-mcp.vercel.app/search \
-H "Content-Type: application/json" \
-d '{"query": "Apple"}'
# Get company profile by ticker
curl -X POST https://aegisgov-sec-mcp.vercel.app/company \
-H "Content-Type: application/json" \
-d '{"ticker": "AAPL"}'
# Get 10-K filings
curl -X POST https://aegisgov-sec-mcp.vercel.app/filings \
-H "Content-Type: application/json" \
-d '{"ticker": "AAPL", "formType": "10-K", "limit": 3}'
# Get financial data
curl -X POST https://aegisgov-sec-mcp.vercel.app/financials \
-H "Content-Type: application/json" \
-d '{"ticker": "AAPL"}'
GET https://aegisgov-sec-mcp.vercel.app/.well-known/mcp.json
Uses x402 protocol — HTTP 402 with USDC micropayments. No accounts. No API keys. Agents pay autonomously.
Supported networks:
eip155:8453) — USDCsolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp) — USDCFacilitator: PayAI — free tier, no key required
SEC EDGAR — official US Securities and Exchange Commission data
Run analytics queries on ClickHouse — explore schemas, execute SQL, fetch results
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases