Real-time event and geospatial intelligence MCP server for AI agents — source-linked OSINT, satellite imagery search, observability assessment, and collection planning.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"offnadir-delta-mcp": {
"command": "npx",
"args": [
"-y",
"Off-Nadir-Lab/offnadir-delta-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add offnadir-delta-mcp npx -y Off-Nadir-Lab/offnadir-delta-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"offnadir-delta-mcp": {
"command": "npx",
"args": [
"-y",
"Off-Nadir-Lab/offnadir-delta-mcp"
]
}
}
}
📋 Copy