← Back to Plugins
MCP Server MCP

io.github.dhanaway/analog-mcp

github By github 👁 1 views ▲ 0 votes

Query real-time US data and AI-analyzed attributes across the country.

Configuration Example

{
  "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
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...