Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Data APIs SEC Event Intelligence API

com.data-apis.api/sec-event-intelligence

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

Uptime
100.0%
1 direct probes · 30d
Response
1998ms
last probe
Tools
11
callable
Resources
24
readable
Prompts
2
available

Tools · 11

sec_demo_latest_filings

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. Examp…

sec_subscription_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 Pr…

sec_latest_filings

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:…

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. Au…

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. Authenti…

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…

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…

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:…

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 D…

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…

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. Authent…

Resources · 24

sec_mcp_first_public_tool_call

First executable no-key tools/call JSON-RPC payload and follow-up access call for SEC Event Intelligence MCP clients.

https://api.data-apis.com/mcp/first-public-tool-call.json
sec_mcp_setup

Hosted Streamable HTTP MCP setup page for SEC Event Intelligence.

https://api.data-apis.com/mcp
sec_mcp_access

Access route chooser for MCP clients after public setup tool calls.

https://api.data-apis.com/mcp/access
sec_mcp_tool_call_quickstart

No-key demo and subscription-info tools/call setup path for SEC Event Intelligence MCP clients.

https://api.data-apis.com/mcp/tool-call-quickstart
sec_mcp_browser_demo_runner

Browser-run no-key MCP demo for calling public SEC setup tools before choosing REST or hosted MCP access.

https://api.data-apis.com/mcp/demo-runner
sec_mcp_security

Authentication, credential boundary, and read-only scope profile for the hosted SEC Filing MCP server.

https://api.data-apis.com/mcp/security
sec_mcp_security_profile

Machine-readable MCP security and authentication profile for directory and client evaluation.

https://api.data-apis.com/.well-known/mcp-security.json
sec_mcp_server_manifest

Remote MCP server manifest for registry and client discovery.

https://api.data-apis.com/server.json
sec_mcp_directory_submission

Directory-ready metadata for MCP server submission workflows.

https://api.data-apis.com/mcp-directory-submission.json
sec_mcp_directory_kit

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-directory-kit.json
sec_api_access_handoff

Machine-readable RapidAPI REST, hosted MCP, pricing, OpenAPI, and evaluation handoff links.

https://api.data-apis.com/access.json
sec_api_pricing

Plan, checkout, and direct-access options for the SEC API.

https://api.data-apis.com/pricing
sec_api_plans

Machine-readable plan, checkout, and direct-access metadata.

https://api.data-apis.com/plans.json
sec_mcp_client_config

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-client-config.json
sec_mcp_vscode

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-vscode-mcp.json
sec_mcp_first_call_python

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-first-call.py
sec_mcp_demo_call

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-demo-call.json
sec_mcp_subscription_info_call

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-subscription-info-call.json
sec_mcp_prompts_list

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-prompts-list.json
sec_mcp_try_demo_prompt

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-try-demo-prompt.json
sec_mcp_watchlist_prompt

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-watchlist-prompt.json
sec_mcp_evaluation_workflow

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-workflow.json
sec_mcp_evaluation_curl

Public MCP setup asset for SEC Event Intelligence buyers.

https://api.data-apis.com/downloads/sec-event-intelligence-mcp-evaluation-curl.sh
sec_api_quickstart

Authentication and first-request setup for SEC API buyers.

https://api.data-apis.com/quickstart

Prompts · 2

sec_mcp_try_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

Draft a production watchlist polling workflow using SEC Event Intelligence tools after the buyer chooses an access route.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "data_apis_sec_event_intelligence_api": {
      "url": "https://api.data-apis.com/mcp",
      "transport": "streamable-http"
    }
  }
}