🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@situationatlas/mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@situationatlas/mcp

MCP server for Situation Atlas — AI-summarized filings from 7 markets (SEC, Form 4, UK RNS, Japan TDnet, Germany, Sweden, Switzerland, Australia), resumable polling cursor, monitor groups, and deal tracking for investment-research agents

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Situation Atlas MCP Server

MCP (Model Context Protocol) server exposing the Situation Atlas REST API to AI agents — Claude Code, Claude Desktop, or any MCP client.

Situation Atlas is a filings API for investment-research agents: AI-summarized filings from seven markets (SEC 8-Ks, Form 4 insider purchases, UK RNS, Japan TDnet in English, Germany, Sweden, Switzerland, Australia), analyzed within minutes of publication and screened for special situations — spinoffs, going-private, distressed, activism, tender offers, and more.

Tools

ToolPurpose
search_filingsAI-summarized filings across all seven markets, with category screens (spinoffs, distressed, activism, ...)
get_filingOne filing with full AI analysis
filings_updatesResumable polling cursor — the daily-briefing loop: only NEW filings since your last call
list_monitor_groups / create_monitor_group33 predefined special-situations watchlists + custom groups
list/add/update/remove_monitor_tickerTicker watchlist management with research notes
list/get/create/update_dealInvestment thesis / position tracking

Setup

Get an API key at situationatlas.com (7-day trial).

Claude Code:

claude mcp add situation-atlas \
  -e SITUATION_ATLAS_API_KEY=sa_your_key_here \
  -- npx -y @situationatlas/mcp

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "situation-atlas": {
      "command": "npx",
      "args": ["-y", "@situationatlas/mcp"],
      "env": { "SITUATION_ATLAS_API_KEY": "sa_your_key_here" }
    }
  }
}

Any other MCP client: run situation-atlas-mcp (stdio) with SITUATION_ATLAS_API_KEY set.

From source

cd mcp && npm install && npm run build
claude mcp add situation-atlas \
  -e SITUATION_ATLAS_API_KEY=sa_your_key_here \
  -- node /path/to/sit-atlas/mcp/dist/index.js

Smoke test

SITUATION_ATLAS_API_KEY=sa_... npm run smoke

Read-only live checks against the production API (filings search, updates cursor round-trip, monitor groups, deals list).

Keywords

mcp

FAQs

Package last updated on 30 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts