io.github.dhanaway/analog-mcp✓
io.github.dhanaway/analog-mcp · v1.0.6
v1.0.6▦ remote🌐 https://yaewurxvufigjntzdruf.supabase.co/functions/v1/analog-mcp↗ Website↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.dhanaway/analog-mcp",
"description": "Query real-time US data and AI-analyzed attributes across the country.",
"repository": {
"url": "https://github.com/dhanaway/analog",
"source": "github"
},
"version": "1.0.6",
"websiteUrl": "https://www.analogapi.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://yaewurxvufigjntzdruf.supabase.co/functions/v1/analog-mcp",
"headers": [
{
"description": "Analog API key (get one at https://www.analogapi.com/dashboard/api-keys)",
"isRequired": true,
"value": "{api_key}",
"isSecret": true,
"name": "x-api-key"
}
],
"variables": {
"api_key": {
"description": "Your Analog API key",
"isRequired": true,
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}