MCP Server Installation
OMNI Datastream provides a hosted MCP server for AI agents. Connect once, get access to 155+ SEC data tools.Claude Desktop
Add to yourclaude_desktop_config.json:
~/Library/Application Support/Claude/claude_desktop_config.json.
Claude Code
Cursor
Add to your.cursor/mcp.json:
Get Your API Key
- Sign up at secapi.ai (free — 250 calls/month)
- Your API key is auto-generated on first login
- Set it as
OMNI_DATASTREAM_API_KEYin your environment
Available Tools
Once connected, your agent has access to:| Tool | Description |
|---|---|
entities.resolve | Resolve company by ticker, CIK, FIGI, ISIN, CUSIP |
filings.search | Search SEC filings with 20+ filters |
filings.latest | Get latest filing for a company |
sections.search | Search filing sections (full-text + semantic) |
statements.get | Get financial statements (income, balance, cash flow) |
facts.get | Get XBRL facts by concept |
owners.13f | Get institutional holdings |
insiders.list | List insider trades |
compensation.get | Get executive compensation |
enforcement.list | Search enforcement actions |
intelligence.company | One-call company briefing |
intelligence.security | One-call security analysis |
Verify Connection
Ask your agent:“Use OMNI Datastream to look up Apple’s latest 10-K filing”The agent should call
filings.latest with ticker: AAPL, form: 10-K.