Wherobots✓
com.wherobots/mcp-server · v0.1.0
v0.1.0▦ remote🌐 https://api.cloud.wherobots.com/mcp/
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.wherobots/mcp-server",
"description": "Generate and run high performance queries on open and private spatial data at-scale in the cloud",
"title": "Wherobots",
"version": "0.1.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.cloud.wherobots.com/mcp/",
"headers": [
{
"description": "Wherobots API key for authentication",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}