Off-Nadir Delta
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OFFNADIR_DELTA_API_KEY | Yes | Bearer key from https://offnadir-delta.com/account/api. Required for tool calls. | |
| OFFNADIR_DELTA_MCP_URL | No | Override the remote endpoint (testing). | https://offnadir-delta.com/api/v1/mcp |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_signalsA | Query geolocated world event signals (Delta Signals: geopolitical, security, disaster, and infrastructure events distilled from global news media, AI-enriched with severity/GEOINT scores and satellite-collection recommendations). Filter by bounding box, date window, and category. Costs 3 token(s) per call, charged to the API key owner's balance. |
| query_statsA | Aggregate statistics over the signal corpus — total event count plus per-category and per-day breakdown (trend) for a bounding box and date window. Cheaper than query_signals (returns roll-ups, not rows). Costs 1 token(s) per call. |
| query_hotspotsA | Geographic hotspots — signal density grid-binned into cells, ranked by event count, each with peak severity and the categories present. Use to find WHERE activity is concentrating. Costs 1 token(s) per call. |
| get_world_briefA | Fetch the Daily World Brief — an AI-synthesized OSINT/GEOINT digest of the previous UTC day's worldwide event signals (headline, executive summary, top developments with why-it-matters and what-to-watch, per-theme roll-up, ranked signals). Free of token charges. |
| get_usageA | Check the calling key's remaining token balance and plan capabilities — monthly allocation, tokens used this period, tokens remaining, and whether the plan includes AI tools over the API (assess_signal / ask_analyst). Use this to pre-flight a metered call. Free of token charges. |
| search_imageryA | Search the satellite imagery catalog (Sentinel-1/2, OPERA RTC-S1) for scenes over an area and date window — the natural follow-up to a signal (find imagery over the event location). Returns minimal scene metadata (id, datetime, footprint, cloud cover, platform, preview) — no imagery bytes. Costs 2 token(s) per call. |
| assess_signalA | Run an AI RS (remote-sensing) deep-dive assessment for a specific signal: what to observe, recommended sensors, and a collection window. |
| ask_analystA | Ask the Delta Analyst an OSINT/GEOINT question. Runs an agentic multi-step analysis over the signal corpus and returns a structured brief (summary, findings with collection recommendations, assessment, citations). Costs 5–45 tokens (usage-based; the exact charge and remaining balance are in meta.tokens). Synchronous — may take up to ~120s. Not cached — each call is charged. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| daily-situation-briefing | Summarize the current world situation from the Daily World Brief. |
| assess-top-signal | Find the highest-severity recent signal in an area/category and run an RS assessment (Pro). |
| aoi-watch | Scan an area of interest for recent escalations and recommend collection. |
| market-exposure-check | Find recent events that could plausibly move a given market (oil, grain, shipping, ...) and explain each transmission channel. Informational only — not investment advice. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Daily World Brief (latest) | The most recent AI-synthesized Daily World Brief (JSON). Free. |
| Signal object schema | JSON Schema of the public Signal shape returned by query_signals. |
| API usage & quota | Remaining token balance and plan capabilities for the calling key. Free. |
| Imagery collections | The satellite catalog collections searchable via search_imagery. Free. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Off-Nadir-Lab/offnadir-delta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server