← emilypolitics.com

INDIVIDUAL MCP TOOL

lookup_member

Find a sitting MP or peer by name: party, constituency, current role.

emilypolitics.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://emilypolitics.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for lookup_member and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

emilypolitics.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.emily-politics-free]
url = "https://emilypolitics.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "emily-politics-free": {
      "type": "http",
      "url": "https://emilypolitics.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: emily-politics-free
Remote MCP URL: https://emilypolitics.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "emily-politics-free": {
      "url": "https://emilypolitics.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "emily-politics-free": {
      "type": "http",
      "url": "https://emilypolitics.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "emily-politics-free",
  "transport": "streamable-http",
  "url": "https://emilypolitics.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_parliament — Keyword search across Hansard debates, bills, parliamentary questions, divisions, EDMs, committees, APPGs and GOV.UK consultations.
  • get_bill_status — Look up a bill before Parliament by (partial) title: current stage, sponsor, dates, summary, and the official bill page.
  • search_divisions — Find Commons/Lords division votes by topic.
  • get_division_results — Full result of a specific division vote (use the division_id from search_divisions): totals plus per-party ayes/noes.
  • search_petitions — Public petitions to Parliament/Government by topic, ranked by signatures.
  • search_donations — Electoral Commission donation records, who funds which party or recipient.
  • get_ministerial_meetings — Ministerial transparency releases, who ministers have met.
  • search_lobbying — The UK consultant-lobbyist register (ORCL), which firms act for which clients.