Data Collection
data-apis.com
Provides access to SEC filing data and subscription information.
ENDPOINT 1
https://api.data-apis.com/mcp
MCP server metadata
- Name
- sec-event-intelligence-mcp
- Version
- 0.1.10
Use tools/list to inspect SEC filing tools. sec_demo_latest_filings is available without a key for a small sample, and sec_subscription_info returns public pricing and access links. Hosted MCP production tools require a Data APIs key sent as x-api-key or Authorization: Bearer. Use RapidAPI for REST endpoint subscription and direct access for hosted MCP production tool calls. Data is public SEC filing metadata only and is not investment advice.
Known tools 11
sec_subscription_infoReturn public pricing, checkout, documentation, and access links for SEC Event Intelligence without an API key.
Inferred read-onlysec_filing_changesFetch filings observed on or after a since date for polling jobs that persist a cursor.
Inferred read-onlysec_watchlist_changesFetch incremental filing changes for multiple tickers or CIKs, grouped into per-company buckets.
Inferred read-onlysec_company_searchSearch the SEC company index by ticker, CIK, or legal name and return identifiers to pass into profile, filings, events, and insider-trade tools.
Potential side effectssec_company_profileFetch one issuer profile with ticker/CIK identity, filing coverage, form counts, and latest known filing.
Inferred read-onlysec_company_filingsReturn newest-first filing rows for one company, optionally narrowed by SEC form type.
Inferred read-onlysec_company_eventsReturn normalized event records derived from one company's filings.
Inferred read-onlysec_insider_tradesReturn public insider ownership filing metadata from Forms 3, 4, and 5, optionally scoped to one ticker or CIK.
Inferred read-onlysec_filing_summaryRetrieve one normalized filing summary by SEC accession number, including issuer, form, filed date, source links, and concise summary fields.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sec-event-intelligence-mcp]
url = "https://api.data-apis.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sec-event-intelligence-mcp": {
"type": "http",
"url": "https://api.data-apis.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sec-event-intelligence-mcp
Remote MCP URL: https://api.data-apis.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sec-event-intelligence-mcp": {
"url": "https://api.data-apis.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sec-event-intelligence-mcp": {
"type": "http",
"url": "https://api.data-apis.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sec-event-intelligence-mcp",
"transport": "streamable-http",
"url": "https://api.data-apis.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for data-apis.com was fetched 2026-08-01T08:05:14.281Z and is being refreshed.
data-apis.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.