Hosted MCP Workflows
Hosted MCP lets coding agents call SEC API directly from MCP-aware tools. Use it when you want agents to resolve issuers, fetch filings, extract sections, and run intelligence workflows without writing a custom integration first.
Why Use Hosted MCP
Less wrapper code
Your agent can call SEC API tools directly from its MCP client.
Same workflows
REST and hosted MCP sit on top of the same underlying SEC API workflows.
Faster setup
A working MCP install gets you to a useful issuer, filing, or section workflow quickly.
Install Metadata
- the canonical streamable HTTP MCP transport URL
- auth metadata links
- sponsored bootstrap URLs for human token issuance and machine bootstrap
- install hints
- current tool and resource summaries
Fetch the install metadata
Confirm the hosted MCP endpoint is live and returning its transport and auth metadata.
Set the API key
Export
SECAPI_API_KEY or configure the same value as an x-api-key header in your MCP client.Register the server in your client
Add the streamable HTTP MCP endpoint to Claude Code, Cursor, or another MCP-aware client.
Common clients
Claude Code
Cursor
Good first tools
entities.resolvefilings.searchfilings.latestsections.getstatements.getmarket.snapshotsmacro.indicatorsfactors.returnsfactors.historyfactors.sparklinesfactors.extreme_movesfactors.extreme_pairsfactors.valuationsfactors.valuation_stocksportfolio.analyzeportfolio.attributionportfolio.hedgeintelligence.query
AI query quota
MCPtools/call requests for intelligence.query and signals.dilution.enhanced.get count toward the monthly ai_queries quota. Successful calls include a top-level _secapi.quota envelope with projected post-call usage:
429 with JSON-RPC error data such as code: "ai_query_quota_exceeded". Treat quota exhaustion as non-retryable until reset or plan upgrade. If a tool circuit is open, retry only after availability backoff.
Copy this SEC API prompt for your agent.