# Data APIs SEC Event Intelligence API (remote · api.data-apis.com)

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

- Trust score: 75/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.data-apis.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/com-data-apis-api-sec-event-intelligence/api.md), [page](https://verifymcp.io/servers/com-data-apis-api-sec-event-intelligence/api)

## Channel facts

- Endpoint: `https://api.data-apis.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.10`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1693 tokens (~48/item across 35 items; 11 tools + 24 resources), lean.
  - Tools include usage examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 92% of tool parameters carry a description.
  - Structured output schemas are declared (18% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-data-apis-api-sec-event-intelligence https://api.data-apis.com/mcp
```

### Codex

```toml
[mcp_servers.com-data-apis-api-sec-event-intelligence]
url = "https://api.data-apis.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-data-apis-api-sec-event-intelligence": {
      "type": "remote",
      "url": "https://api.data-apis.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-data-apis-api-sec-event-intelligence --url https://api.data-apis.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-data-apis-api-sec-event-intelligence:
    url: "https://api.data-apis.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-data-apis-api-sec-event-intelligence": {
      "type": "http",
      "url": "https://api.data-apis.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 71, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 69, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 69)

First indexed and scored.

## MCP tools (11)

### `sec_demo_latest_filings` (~117 tokens)

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.

Input parameters:

- `form` (string): Optional SEC form filter, for example 8-K or 10-Q.
- `limit` (integer): Maximum demo filings to return.

Output parameters:

- `data` (array): Small public SEC filing sample for no-key response-shape verification.
- `meta` (object)

### `sec_subscription_info` (~85 tokens)

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.

Output parameters:

- `accessRoutes` (array)
- `buyerPath` (array)
- `demoTool` (string)
- `demoToolCallUrl` (string)
- `entryPlan` (object)
- `firstCallRunnerUrl` (string)
- `hostedMcpAccessRequestUrl` (string): Tracked hosted MCP direct-access request URL.
- `mcpConfigUrl` (string)
- `notInvestmentAdvice` (boolean)
- `plans` (array)
- `pricingPageUrl` (string)
- `product` (string)
- `productionAuthChecklist` (array): Concrete next steps from public MCP evaluation to REST authentication, first production request, and hosted MCP fallback.
- `publicNoKeyToolCalls` (array)
- `rapidapiRestSubscribeUrl` (string): Tracked RapidAPI REST checkout handoff URL.
- `recommendedBuyerFunnel` (array): Unified buyer conversion path from public MCP verification to REST checkout, first call, import assets, and hosted MCP request fallback.
- `recommendedEvaluationPath` (array): Ordered no-key evaluation, REST checkout, and hosted MCP production access route metadata.
- `recommendedNextSteps` (array)
- `recommendedRestFirstCallPath` (array): Ordered RapidAPI REST subscription, playground, server-side runner, and production workflow metadata.
- `securityControls` (array)
- `status` (string)
- `subscriptionInfoToolCallUrl` (string)

### `sec_latest_filings` (~96 tokens)

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.

Input parameters:

- `form` (string): Optional SEC form filter, for example 8-K or 10-Q.
- `limit` (integer): Maximum newest filings to return.

### `sec_filing_changes` (~133 tokens)

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.

Input parameters:

- `eventType` (string): Optional normalized event category filter.
- `form` (string)
- `limit` (integer): Maximum changed filings to return.
- `since` (string, required): Inclusive lower bound in YYYY-MM-DD format.
- `ticker` (string): Optional ticker symbol or 10-digit CIK.

### `sec_watchlist_changes` (~142 tokens)

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.

Input parameters:

- `eventType` (string): Optional normalized event category filter.
- `form` (string): Optional SEC form filter applied to every ticker.
- `limit` (integer): Maximum changed filings per ticker bucket.
- `since` (string, required): Inclusive lower bound in YYYY-MM-DD format.
- `tickers` (required): Comma-separated string or array of ticker symbols or CIKs.

### `sec_company_search` (~84 tokens)

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.

Input parameters:

- `limit` (integer)
- `q` (string, required): Ticker, CIK, or company-name search term.

### `sec_company_profile` (~78 tokens)

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.

Input parameters:

- `ticker` (string, required): Ticker symbol or 10-digit CIK.

### `sec_company_filings` (~112 tokens)

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.

Input parameters:

- `form` (string): Optional SEC form filter, for example 8-K or 10-Q.
- `limit` (integer): Maximum company filings to return.
- `ticker` (string, required): Ticker symbol or 10-digit CIK for one issuer.

### `sec_company_events` (~87 tokens)

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.

Input parameters:

- `limit` (integer): Maximum normalized company events to return.
- `ticker` (string, required): Ticker symbol or 10-digit CIK for one issuer.

### `sec_insider_trades` (~95 tokens)

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.

Input parameters:

- `limit` (integer): Maximum insider filing records to return.
- `ticker` (string): Optional ticker symbol or 10-digit CIK.

### `sec_filing_summary` (~74 tokens)

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.

Input parameters:

- `accessionNo` (string, required): SEC accession number.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-data-apis-api-sec-event-intelligence/api#diagnostics

## Score history

- 2026-08-03: 75
- 2026-08-02: 74
- 2026-08-01: 74
- 2026-07-31: 73
- 2026-07-30: 71
- 2026-07-29: 71
- 2026-07-28: 70
- 2026-07-27: 69
- 2026-07-26: 69

## Links

- Remote endpoint: https://api.data-apis.com/mcp
- Website: https://api.data-apis.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-data-apis-api-sec-event-intelligence/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-data-apis-api-sec-event-intelligence/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-data-apis-api-sec-event-intelligence/api
