An MCP server for world event intelligence
Give your AI agent live, geolocated situational awareness. Over one MCP endpoint it can query world events, read the Daily World Brief, assess an event, and ask an analyst — sourced and geolocated, not a stale training snapshot.
Quick Answer: The Off-Nadir Delta MCP server is a Model Context Protocol server that gives AI agents live, geolocated world event intelligence. Over a Streamable HTTP endpoint at /api/v1/mcp, an agent can call tools — query_signals, get_world_brief, assess_signal, ask_analyst — and use resources and prompts, all with a bearer API key, metered on your token balance. It works with Claude Code and any MCP client.
Tools
query_signalsQuery geolocated world event signals by area, date window, and category (metered).
get_world_briefFetch the AI-synthesized Daily World Brief for the latest or a given date (free).
assess_signalGet an AI remote-sensing assessment for a single event — what to observe and which sensor to task (Pro).
ask_analystAsk an OSINT/GEOINT question and get a structured, cited brief from an agentic analysis (Pro).
Resources
brief://latestThe most recent Daily World Brief as a resource the agent can read directly.
brief://{date}A templated resource for any archived brief by date (YYYY-MM-DD).
signals://schemaThe signal object schema, so the agent knows every field it can reason over.
Prompts
daily-situation-briefingA ready-made prompt that produces a morning situation briefing from the latest signals.
assess-top-signalSurface the day’s highest-severity event and assess what to image next.
aoi-watchWatch an area of interest and summarize what changed and why it matters.
Connect it in one command
Issue a key from Account → Developer API, then add the server with your key. In Claude Code:
claude mcp add --transport http off-nadir-delta \
https://offnadir-delta.com/api/v1/mcp \
--header "Authorization: Bearer ond_..."Any MCP client that supports HTTP transports works the same way — point it at https://offnadir-delta.com/api/v1/mcp and pass the Authorization header. The API & MCP reference has a ready-to-paste config block.
Keys are shown once and can be revoked anytime. Usage is metered on your token balance, so you stay in control of what an agent can spend.
From training snapshot to live awareness
A language model’s knowledge stops at its training cutoff. With this MCP server, an agent can ground its answers in what happened today — sourced, geolocated events and an analyst that cites its evidence — turning “I don’t have real-time information” into a specific, current assessment.
Frequently Asked Questions
What is the Off-Nadir Delta MCP server?▼
Which tools, resources, and prompts does it expose?▼
How do I connect it to Claude Code or another MCP client?▼
Is it authenticated and metered?▼
How is this different from just calling the REST API?▼
Related Resources
Event Intelligence API
The REST API behind the same intelligence
Learn moreAPI & MCP Reference
Full setup, tools, and config blocks
Learn moreDelta Agent
The in-app AI analyst the tools expose
Learn moreDelta Watchfloor
The dashboard behind the signals
Learn moreDaily Reports
The written daily assessment
Learn moreSatellite Intelligence for OSINT
The signal-to-satellite workflow
Learn moreGet an API key
Issue and manage keys
Learn morePricing
Plans, token metering, and access
Learn moreGive your agent situational awareness
Add the MCP server with your API key and let your agent query events, read the brief, and ask an analyst — grounded in live, sourced intelligence.