HomeOther › Off-Nadir Delta

Off-Nadir Delta

From first signal to satellite evidence: live world-event intelligence and collection planning.

Official TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-18 License: Apache-2.0

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://offnadir-delta.com/api/v1/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http offnadir-delta-mcp https://offnadir-delta.com/api/v1/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "offnadir-delta-mcp": {
      "url": "https://offnadir-delta.com/api/v1/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer credential: an Off-Nadir Delta API key ("Bearer ond_...", issued self-serve at /account/api) or an OAuth 2.1 access token. The endpoint also advertises OAuth 2.1 (with Dynamic Client Registration) for interactive clients.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry