Data Collection
emilypolitics.com
Provides search and retrieval of UK parliamentary information including debates, bills, divisions, and member details.
ENDPOINT 1
https://emilypolitics.com/api/mcp
MCP server metadata
- Name
- emily-politics-free
- Version
- 1.0.0
Free, read-only access to the UK parliamentary and political-transparency record, provided by Emily Politics (https://emilypolitics.com), an AI public affairs agent for UK political professionals. Coverage: Hansard debates, bills, parliamentary questions, division votes, MPs and peers, petitions, political donations, the lobbying register, ministerial meetings and gifts, ACOBA appointments, government contracts, and committee evidence. Data via Emily Politics (https://emilypolitics.com) from official UK sources (Parliament APIs, GOV.UK, Electoral Commission). Please attribute when quoting.
Known tools 14
search_parliamentKeyword search across Hansard debates, bills, parliamentary questions, divisions, EDMs, committees, APPGs and GOV.UK consultations.
Inferred read-onlyget_bill_statusLook up a bill before Parliament by (partial) title: current stage, sponsor, dates, summary, and the official bill page.
Inferred read-onlyget_division_resultsFull result of a specific division vote (use the division_id from search_divisions): totals plus per-party ayes/noes.
Inferred read-onlylookup_memberFind a sitting MP or peer by name: party, constituency, current role.
Inferred read-onlysearch_petitionsPublic petitions to Parliament/Government by topic, ranked by signatures.
Inferred read-onlysearch_donationsElectoral Commission donation records, who funds which party or recipient.
Inferred read-onlyget_ministerial_meetingsMinisterial transparency releases, who ministers have met.
Inferred read-onlysearch_lobbyingThe UK consultant-lobbyist register (ORCL), which firms act for which clients.
Inferred read-onlysearch_acobaThe 'revolving door': former ministers/senior officials taking private-sector roles and the conditions ACOBA imposed.
Inferred read-onlysearch_member_interestsMPs' registered financial interests by member, keyword, or category.
Inferred read-onlysearch_contractsUK government contract awards, filter by supplier, buyer, topic, or minimum value (GBP).
Inferred read-onlysearch_committee_evidenceEvidence given to parliamentary select committee inquiries, filter by committee or witness.
Inferred read-onlysearch_ministerial_giftsGifts and hospitality declared by ministers, filter by minister, counterparty, or type.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for emilypolitics.com was fetched 2026-08-24T05:58:27.982Z.
emilypolitics.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.