PluginBench
MCP Server

Uk Parliament MCP Server

io.github.pipeworx-io/uk-parliament

What is the Uk Parliament MCP server?

UK Parliament MCP — Members, Bills, Hansard APIs

How to install Uk Parliament

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "uk-parliament": {
      "url": "https://gateway.pipeworx.io/uk-parliament/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "uk-parliament": {
      "serverUrl": "https://gateway.pipeworx.io/uk-parliament/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "uk-parliament": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/uk-parliament/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "uk-parliament": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/uk-parliament/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http uk-parliament https://gateway.pipeworx.io/uk-parliament/mcp

Related MCP servers

Abgeordnetenwatch MCP — German federal & state parliament data.

View repository →

Australian Bureau of Statistics (ABS) Data API MCP.

View repository →

AbuseIPDB MCP — wraps AbuseIPDB v2 API (api.abuseipdb.com/api/v2)

View repository →

ACLED MCP — Armed Conflict Location & Event Data Project

View repository →