# com.situationatlas/mcp (npm · @situationatlas/mcp)

AI-summarized filings from 7 markets with special-situations screens, for research agents

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

## Components

- npm · `@situationatlas/mcp`: 56/100 (this document), [markdown](https://verifymcp.io/servers/com-situationatlas-mcp/situationatlas-mcp.md), [page](https://verifymcp.io/servers/com-situationatlas-mcp/situationatlas-mcp)

## Channel facts

- Registry: `npm`
- Package: `@situationatlas/mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 989 tokens (~76/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 74/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 21% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add com-situationatlas-mcp -- npx -y @situationatlas/mcp
```

### Codex

```bash
codex mcp add com-situationatlas-mcp -- npx -y @situationatlas/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-situationatlas-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@situationatlas/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-situationatlas-mcp --command npx --arg -y --arg @situationatlas/mcp
```

### Hermes

```yaml
mcp_servers:
  com-situationatlas-mcp:
    command: "npx"
    args: ["-y", "@situationatlas/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-situationatlas-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@situationatlas/mcp"
      ]
    }
  }
}
```

## 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-02 (score 56, +38)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 18, 0)

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

### 2026-07-31 (score 18)

First indexed and scored.

## MCP tools (13)

### `search_filings` (~233 tokens)

Search AI-summarized filings (SEC 8-Ks, Form 4 insider purchases, or Japan TDnet). Returns newest-first with analysis text and AI tags. Use category for special-situations screens (spinoffs, distressed, activism, buybacks, ma, privatizations, oddlot_tenders, ...).

Input parameters:

- `category` (string): SEC only: monitor-group category filter, e.g. "spinoffs", "distressed"
- `endDate` (string): YYYY-MM-DD inclusive upper bound (default: today)
- `formType` (string): SEC only: exact form type filter, e.g. "8-K"
- `limit` (integer): Max items (default 50)
- `nextToken` (string): Pagination token from a previous call
- `searchTerm` (string): Substring match on company name / analysis text
- `source` (string, required): Filing source: sec (8-Ks), form4 (insider purchases), japan (TDnet)
- `startDate` (string): YYYY-MM-DD inclusive lower bound (default: 30 days ago)

### `get_filing` (~55 tokens)

Fetch one filing by id, with full AI analysis.

Input parameters:

- `filingId` (string, required)
- `source` (string, required): Filing source: sec (8-Ks), form4 (insider purchases), japan (TDnet)

### `filings_updates` (~125 tokens)

Resumable polling cursor: returns filings oldest-first from `since`, plus a cursor. First call: pass since=YYYY-MM-DD. Later calls: pass the returned cursor to receive only NEW filings. The canonical daily-briefing loop for agents.

Input parameters:

- `limit` (integer): Max items (default 100)
- `since` (string): YYYY-MM-DD on first call, or the cursor returned by a prior call (default: today)
- `source` (string, required): Filing source: sec (8-Ks), form4 (insider purchases), japan (TDnet)

### `list_monitor_groups` (~34 tokens)

List the 33 predefined special-situations monitor groups (by category, with filing-filter configs) plus your custom groups.

### `create_monitor_group` (~41 tokens)

Create a custom monitor group (a named watchlist).

Input parameters:

- `category` (string)
- `description` (string)
- `name` (string, required)

### `list_monitor_tickers` (~46 tokens)

List tickers in a monitor group (predefined or custom).

Input parameters:

- `groupId` (string, required)
- `limit` (integer)
- `nextToken` (string)

### `add_monitor_ticker` (~53 tokens)

Add a ticker to a monitor group, with optional research notes.

Input parameters:

- `companyName` (string, required)
- `groupId` (string, required)
- `notes` (string)
- `symbol` (string, required)

### `update_monitor_ticker` (~53 tokens)

Update the notes or company name on a monitor-group ticker.

Input parameters:

- `companyName` (string)
- `groupId` (string, required)
- `notes` (string)
- `tickerId` (string, required)

### `remove_monitor_ticker` (~34 tokens)

Remove a ticker from a monitor group.

Input parameters:

- `groupId` (string, required)
- `tickerId` (string, required)

### `list_deals` (~37 tokens)

List your tracked deals (investment theses/positions), newest first.

Input parameters:

- `limit` (integer)
- `nextToken` (string)

### `get_deal` (~31 tokens)

Fetch one deal with thesis, notes, prices, and document list.

Input parameters:

- `dealId` (string, required)

### `create_deal` (~131 tokens)

Create a deal (investment thesis tracker). Required: companyName, status (e.g. "researching", "active", "passed").

Input parameters:

- `companyName` (string, required)
- `country` (string)
- `currentPrice` (string)
- `description` (string)
- `investmentThesis` (string)
- `notes` (string)
- `positionType` (string)
- `relatedFilingIds` (array)
- `riskAssessment` (string)
- `status` (string, required)
- `symbol` (string)
- `targetPrice` (string)

### `update_deal` (~116 tokens)

Partially update a deal (any create_deal field).

Input parameters:

- `companyName` (string)
- `currentPrice` (string)
- `dealId` (string, required)
- `description` (string)
- `investmentThesis` (string)
- `notes` (string)
- `positionType` (string)
- `relatedFilingIds` (array)
- `riskAssessment` (string)
- `status` (string)
- `symbol` (string)
- `targetPrice` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-situationatlas-mcp/situationatlas-mcp#diagnostics

## Score history

- 2026-08-03: 56
- 2026-08-02: 56
- 2026-08-01: 18
- 2026-07-31: 18

## Links

- npm package: https://www.npmjs.com/package/@situationatlas/mcp
- Socket report: https://socket.dev/npm/package/@situationatlas/mcp
- Website: https://situationatlas.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-situationatlas-mcp/situationatlas-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-situationatlas-mcp/situationatlas-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-situationatlas-mcp/situationatlas-mcp
