# com.dropwatchhq/sec-intel (remote · filings.dropwatchhq.com)

Fresh SEC filing intel: 8-K events, Form 4 insider activity, risk-language, filing velocity, watch.

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

## Components

- remote · `filings.dropwatchhq.com`: 56/100 (this document), [markdown](https://verifymcp.io/servers/com-dropwatchhq-sec-intel/filings.md), [page](https://verifymcp.io/servers/com-dropwatchhq-sec-intel/filings)

## Channel facts

- Endpoint: `https://filings.dropwatchhq.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 507 tokens (~101/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include 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**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 39% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-dropwatchhq-sec-intel https://filings.dropwatchhq.com/mcp
```

### Codex

```toml
[mcp_servers.com-dropwatchhq-sec-intel]
url = "https://filings.dropwatchhq.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-dropwatchhq-sec-intel": {
      "type": "remote",
      "url": "https://filings.dropwatchhq.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-dropwatchhq-sec-intel --url https://filings.dropwatchhq.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-dropwatchhq-sec-intel:
    url: "https://filings.dropwatchhq.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-dropwatchhq-sec-intel": {
      "type": "http",
      "url": "https://filings.dropwatchhq.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 56, +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 55, +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 54, −1)

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

### 2026-07-29 (score 55, +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 54, +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 53, 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 53)

First indexed and scored.

## MCP tools (5)

### `whats_new_since` (~191 tokens)

Return SEC filings that are NEW since a cursor token (your bookmark). Pass the cursor from a prior call to get only filings since then. Filter by form type, ticker, CIK, 8-K item code, and minimum event severity. This is the fresh-filing delta feed's core lock-in primitive. Monitoring/research over public EDGAR data — not investment advice.

Input parameters:

- `cik` (string)
- `cursor` (string): Opaque cursor from a previous response; omit for first call.
- `form` (array): Form types, e.g. ['8-K','4'].
- `item` (string): 8-K item code, e.g. '5.02'.
- `limit` (number): Max filings to return (default 100).
- `minEventScore` (number): Severity floor 1-10 (material events only).
- `ticker` (string)

### `filing_digest` (~104 tokens)

Digest for a filter over the last N days: material 8-K events, insider (Form 4) activity, new registrations, and periodic reports. Best summary signal for a desk.

Input parameters:

- `cik` (string)
- `company` (string)
- `days` (number): Lookback days (default 7).
- `form` (array)
- `item` (string)
- `minEventScore` (number)
- `ticker` (string)

### `company_watch` (~56 tokens)

Given a company CIK, return recent filings, insider activity, and a filing-velocity stat (last-90 vs prior-90 days). Live-backfilled from EDGAR so it works day one.

Input parameters:

- `cik` (string, required)

### `insider_activity` (~62 tokens)

Recent Form 4/3/5 insider transactions with insider-cluster detection (multiple insiders filing on the same issuer). Optionally filter by ticker/CIK.

Input parameters:

- `cik` (string)
- `days` (number)
- `ticker` (string)

### `search_filings` (~94 tokens)

Direct live search of SEC EDGAR full-text for the latest filings of a form type in a date range. Use for ad-hoc lookups.

Input parameters:

- `end` (string)
- `form` (string): Form type, e.g. '8-K'.
- `limit` (number): Default 50, max 100.
- `q` (string): Optional full-text query.
- `start` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-dropwatchhq-sec-intel/filings#diagnostics

## Score history

- 2026-08-03: 56
- 2026-08-02: 55
- 2026-08-01: 55
- 2026-07-31: 54
- 2026-07-30: 55
- 2026-07-29: 55
- 2026-07-28: 54
- 2026-07-27: 53
- 2026-07-26: 53

## Links

- Remote endpoint: https://filings.dropwatchhq.com/mcp
- Website: https://filings.dropwatchhq.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-dropwatchhq-sec-intel/filings/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-dropwatchhq-sec-intel/filings/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-dropwatchhq-sec-intel/filings
