Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OFFNADIR_DELTA_API_KEYYesBearer key from https://offnadir-delta.com/account/api. Required for tool calls.
OFFNADIR_DELTA_MCP_URLNoOverride the remote endpoint (testing).https://offnadir-delta.com/api/v1/mcp

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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. eventId is the id from query_signals. Costs 5 (quick) or 15 (deep) tokens, charged to the key owner's balance. A prior assessment for the same signal is cached (no re-charge). The exact charge and remaining balance are in meta.tokens.

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

NameDescription
daily-situation-briefingSummarize the current world situation from the Daily World Brief.
assess-top-signalFind the highest-severity recent signal in an area/category and run an RS assessment (Pro).
aoi-watchScan an area of interest for recent escalations and recommend collection.
market-exposure-checkFind 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

NameDescription
Daily World Brief (latest)The most recent AI-synthesized Daily World Brief (JSON). Free.
Signal object schemaJSON Schema of the public Signal shape returned by query_signals.
API usage & quotaRemaining token balance and plan capabilities for the calling key. Free.
Imagery collectionsThe satellite catalog collections searchable via search_imagery. Free.

Latest Blog Posts

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