search_members
ActiveTool of Uk Parliament
declared in 0.1.0
Search MPs and Lords by name / party / location / house.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "Keir Starmer",
"is_current": true
},
{
"take": 10,
"party": "Labour",
"location": "SW1A 1AA"
}
],
"properties": {
"name": {
"type": "string",
"description": "Search across name fields"
},
"skip": {
"type": "number",
"description": "0-based offset"
},
"take": {
"type": "number",
"description": "1-20 (default 20)"
},
"house": {
"type": "number",
"description": "1 = Commons, 2 = Lords"
},
"party": {
"type": "string",
"description": "Party name"
},
"location": {
"type": "string",
"description": "Postcode or constituency name"
},
"is_current": {
"type": "boolean",
"description": "Only currently-sitting members (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Uk Parliament
https://github.com/pipeworx-io/mcp-uk-parliament
1/7 registries