com.situationatlas/mcp
NPM · @SITUATIONATLAS/MCP · SCANNED AUG 3
AI-summarized filings from 7 markets with special-situations screens, for research agents
Available components
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 989 tokens (~76/item across 13 items; 13 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage74
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 21% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @situationatlas/mcp
claude mcp add com-situationatlas-mcp -- npx -y @situationatlas/mcp
codex mcp add com-situationatlas-mcp -- npx -y @situationatlas/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-situationatlas-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@situationatlas/mcp"
],
"enabled": true
}
}
} openclaw mcp add com-situationatlas-mcp --command npx --arg -y --arg @situationatlas/mcp
mcp_servers:
com-situationatlas-mcp:
command: "npx"
args: ["-y", "@situationatlas/mcp"] {
"mcpServers": {
"com-situationatlas-mcp": {
"command": "npx",
"args": [
"-y",
"@situationatlas/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +38
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- 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. security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 1 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 18
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@situationatlas/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
add_monitor_ticker ~53
Add a ticker to a monitor group, with optional research notes.
| Name | Type | Req | Description |
|---|---|---|---|
| companyName | string | yes | — |
| groupId | string | yes | — |
| notes | string | — | — |
| symbol | string | yes | — |
No output schema declared.
No examples provided.
create_deal ~131
Create a deal (investment thesis tracker). Required: companyName, status (e.g. "researching", "active", "passed").
| Name | Type | Req | Description |
|---|---|---|---|
| companyName | string | yes | — |
| country | string | — | — |
| currentPrice | string | — | — |
| description | string | — | — |
| investmentThesis | string | — | — |
| notes | string | — | — |
| positionType | string | — | — |
| relatedFilingIds | array | — | — |
| riskAssessment | string | — | — |
| status | string | yes | — |
| symbol | string | — | — |
| targetPrice | string | — | — |
No output schema declared.
No examples provided.
create_monitor_group ~41
Create a custom monitor group (a named watchlist).
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | — |
| description | string | — | — |
| name | string | yes | — |
No output schema declared.
No examples provided.
filings_updates ~125
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Filing source: sec (8-Ks), form4 (insider purchases), japan (TDnet) |
No output schema declared.
No examples provided.
get_deal ~31
Fetch one deal with thesis, notes, prices, and document list.
| Name | Type | Req | Description |
|---|---|---|---|
| dealId | string | yes | — |
No output schema declared.
No examples provided.
get_filing ~55
Fetch one filing by id, with full AI analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| filingId | string | yes | — |
| source | string | yes | Filing source: sec (8-Ks), form4 (insider purchases), japan (TDnet) |
No output schema declared.
No examples provided.
list_deals ~37
List your tracked deals (investment theses/positions), newest first.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| nextToken | string | — | — |
No output schema declared.
No examples provided.
list_monitor_groups ~34
List the 33 predefined special-situations monitor groups (by category, with filing-filter configs) plus your custom groups.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_monitor_tickers ~46
List tickers in a monitor group (predefined or custom).
| Name | Type | Req | Description |
|---|---|---|---|
| groupId | string | yes | — |
| limit | integer | — | — |
| nextToken | string | — | — |
No output schema declared.
No examples provided.
remove_monitor_ticker ~34
Remove a ticker from a monitor group.
| Name | Type | Req | Description |
|---|---|---|---|
| groupId | string | yes | — |
| tickerId | string | yes | — |
No output schema declared.
No examples provided.
search_filings ~233
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, ...).
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | Filing source: sec (8-Ks), form4 (insider purchases), japan (TDnet) |
| startDate | string | — | YYYY-MM-DD inclusive lower bound (default: 30 days ago) |
No output schema declared.
No examples provided.
update_deal ~116
Partially update a deal (any create_deal field).
| Name | Type | Req | Description |
|---|---|---|---|
| companyName | string | — | — |
| currentPrice | string | — | — |
| dealId | string | yes | — |
| description | string | — | — |
| investmentThesis | string | — | — |
| notes | string | — | — |
| positionType | string | — | — |
| relatedFilingIds | array | — | — |
| riskAssessment | string | — | — |
| status | string | — | — |
| symbol | string | — | — |
| targetPrice | string | — | — |
No output schema declared.
No examples provided.
update_monitor_ticker ~53
Update the notes or company name on a monitor-group ticker.
| Name | Type | Req | Description |
|---|---|---|---|
| companyName | string | — | — |
| groupId | string | yes | — |
| notes | string | — | — |
| tickerId | string | yes | — |
No output schema declared.
No examples provided.