Serverscom.mcpbundles/uk-constituencies
C

UK Constituencies MCP Server from MCPBundles

com.mcpbundles/uk-constituencies · v1.0.0
▦ other
v1.0.0other mcpb: https://github.com/thinkchainai/mcpbundles/releases/download/uk-constituencies-v1.0.0+build.ee2f6959/uk-constituencies.mcpb🌐 https://mcp.mcpbundles.com/bundle/uk-constituencies/↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "com.mcpbundles/uk-constituencies",
  "description": "Search UK parliamentary constituencies by name, get boundaries and ONS codes",
  "title": "UK Constituencies MCP Server from MCPBundles",
  "repository": {
    "url": "https://github.com/thinkchainai/mcpbundles",
    "source": "github",
    "id": "1095167873"
  },
  "version": "1.0.0",
  "websiteUrl": "https://mcpbundles.com/skills/uk-constituencies",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/thinkchainai/mcpbundles/releases/download/uk-constituencies-v1.0.0+build.ee2f6959/uk-constituencies.mcpb",
      "fileSha256": "ee2f69594b3b8c327f27662b5458794db9aa6003a965c13ace3ce3a3f1c7aafc",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mcpbundles.com/bundle/uk-constituencies/",
      "headers": [
        {
          "description": "OAuth2 Bearer token or API key. Use 'Bearer <token>' for OAuth or 'Api-Key <key>' for API key authentication.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}