# Data APIs SEC Event Intelligence API MCP server

Data APIs SEC Event Intelligence API for SEC API/EDGAR filings, OpenAPI, MCP, A2A at data-apis.com.

## Links
- Registry page: https://www.getdrio.com/mcp/com-data-apis-api-sec-event-intelligence
- Website: https://api.data-apis.com/mcp

## Install
- Endpoint: https://api.data-apis.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.data-apis.com/mcp

## Tools
- sec_demo_latest_filings (SEC filings demo sample) - Preview the SEC filing response shape without an API key. Returns a small public sample only, then call sec_subscription_info for RapidAPI checkout, pricing, MCP config, and API-key setup links. Example no-key tools/call: name sec_demo_latest_filings with arguments {"limit": 2}. Authentication: no API key required for this public MCP setup tool. Endpoint: https://api.data-apis.com/mcp
- sec_subscription_info (SEC API subscription and access info) - Return public pricing, checkout, documentation, and access links for SEC Event Intelligence without an API key. Use this after sec_demo_latest_filings to choose the free Basic tier or the $19/month Pro starter plan for production watchlist polling. Example no-key tools/call: name sec_subscription_info with arguments {}. Authentication: no API key required for this public MCP setup tool. Endpoint: https://api.data-apis.com/mcp
- sec_latest_filings (Newest SEC filings snapshot) - Fetch a newest-first snapshot of public SEC filings. Use for initial dashboards or latest-form lookups when no polling cursor is needed; use sec_filing_changes for incremental polling. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp
- sec_filing_changes (Incremental SEC filing changes) - Fetch filings observed on or after a since date for polling jobs that persist a cursor. Supports ticker/CIK, form, and event-type filters; use sec_latest_filings for a simple newest-first snapshot. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp
- sec_watchlist_changes (SEC watchlist changes) - Fetch incremental filing changes for multiple tickers or CIKs, grouped into per-company buckets. Use for batch watchlist polling, alert fan-out, and dashboards that track a fixed issuer list. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp
- sec_company_search (SEC company search) - Search the SEC company index by ticker, CIK, or legal name and return identifiers to pass into profile, filings, events, and insider-trade tools. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp
- sec_company_profile (SEC company profile) - Fetch one issuer profile with ticker/CIK identity, filing coverage, form counts, and latest known filing. Use after company search to verify the target issuer before retrieving filings. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp
- sec_company_filings (SEC company filings) - Return newest-first filing rows for one company, optionally narrowed by SEC form type. Use when you need accession numbers and filing metadata history, not normalized event categories. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp
- sec_company_events (SEC company events) - Return normalized event records derived from one company's filings. Use when you need event labels and monitoring-friendly changes instead of the full company filing list. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp
- sec_insider_trades (SEC insider trades) - Return public insider ownership filing metadata from Forms 3, 4, and 5, optionally scoped to one ticker or CIK. Use for insider activity monitoring, not trade recommendations. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp
- sec_filing_summary (SEC filing summary) - Retrieve one normalized filing summary by SEC accession number, including issuer, form, filed date, source links, and concise summary fields. Use after another filing tool returns accessionNo. Authentication: requires a Data APIs key sent as x-api-key or Authorization: Bearer. Endpoint: https://api.data-apis.com/mcp

## Resources
- https://api.data-apis.com/mcp/first-public-tool-call.json - SEC MCP first public tool-call payload First executable no-key tools/call JSON-RPC payload and follow-up access call for SEC Event Intelligence MCP clients. MIME type: application/json
- https://api.data-apis.com/mcp - SEC Filing MCP Server setup Hosted Streamable HTTP MCP setup page for SEC Event Intelligence. MIME type: text/html
- https://api.data-apis.com/mcp/access - SEC Filing MCP access handoff Access route chooser for MCP clients after public setup tool calls. MIME type: text/html
- https://api.data-apis.com/mcp/tool-call-quickstart - SEC MCP tool-call quickstart No-key demo and subscription-info tools/call setup path for SEC Event Intelligence MCP clients. MIME type: text/html
- https://api.data-apis.com/mcp/demo-runner - SEC MCP browser demo runner Browser-run no-key MCP demo for calling public SEC setup tools before choosing REST or hosted MCP access. MIME type: text/html
- https://api.data-apis.com/mcp/security - SEC Filing MCP security profile Authentication, credential boundary, and read-only scope profile for the hosted SEC Filing MCP server. MIME type: text/html
- https://api.data-apis.com/.well-known/mcp-security.json - SEC Filing MCP machine-readable security profile Machine-readable MCP security and authentication profile for directory and client evaluation. MIME type: application/json
- https://api.data-apis.com/server.json - SEC Event Intelligence MCP server manifest Remote MCP server manifest for registry and client discovery. MIME type: application/json
- https://api.data-apis.com/mcp-directory-submission.json - SEC Event Intelligence MCP directory submission Directory-ready metadata for MCP server submission workflows. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-directory-kit.json - SEC Event Intelligence MCP Directory Kit Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/access.json - SEC Event Intelligence access handoff Machine-readable RapidAPI REST, hosted MCP, pricing, OpenAPI, and evaluation handoff links. MIME type: application/json
- https://api.data-apis.com/pricing - SEC Event Intelligence pricing Plan, checkout, and direct-access options for the SEC API. MIME type: text/html
- https://api.data-apis.com/plans.json - SEC Event Intelligence plans catalog Machine-readable plan, checkout, and direct-access metadata. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-client-config.json - SEC Event Intelligence MCP Client Config Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-vscode-mcp.json - VS Code MCP Workspace Config Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-first-call.py - SEC Event Intelligence MCP First-Call Python Runner Public MCP setup asset for SEC Event Intelligence buyers. MIME type: text/x-python
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-demo-call.json - SEC Event Intelligence MCP Demo Tool Call Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-subscription-info-call.json - SEC Event Intelligence MCP Subscription Info Tool Call Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-prompts-list.json - SEC Event Intelligence MCP Prompts List Payload Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-try-demo-prompt.json - SEC Event Intelligence MCP Try Demo Prompt Payload Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-watchlist-prompt.json - SEC Event Intelligence MCP Watchlist Prompt Payload Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-workflow.json - SEC Event Intelligence MCP Evaluation Workflow Public MCP setup asset for SEC Event Intelligence buyers. MIME type: application/json
- https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-curl.sh - SEC Event Intelligence MCP Evaluation Curl Script Public MCP setup asset for SEC Event Intelligence buyers. MIME type: text/x-shellscript
- https://api.data-apis.com/quickstart - SEC Event Intelligence quickstart Authentication and first-request setup for SEC API buyers. MIME type: text/html

## Prompts
- sec_mcp_try_demo - Try the SEC MCP demo Guide an MCP client through the no-key demo call, subscription-info tool, and REST or hosted MCP access handoff.
- sec_watchlist_polling_plan - Plan SEC watchlist polling Draft a production watchlist polling workflow using SEC Event Intelligence tools after the buyer chooses an access route. Arguments: tickers

## Metadata
- Owner: com.data-apis.api
- Version: 0.1.9
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 4, 2026
- Source: https://registry.modelcontextprotocol.io
