MP Dig
Dig into any MP. Interests, votes, and corporate connections.
Connect the data
This skill pulls live data from UK Legal and UK Due Diligence. Pick your app and paste the config below.
UK Legal server
claude.ai
- Go to Settings (bottom left)
- Click MCP Servers
- Click Add
- Paste this URL:
https://uk-legal-mcp.fly.dev/mcp
Claude Desktop
Open your config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add to the mcpServers section:
{
"mcpServers": {
"uk-legal": {
"type": "http",
"url": "https://uk-legal-mcp.fly.dev/mcp"
}
}
}
Claude Code
Run this in your terminal:
claude mcp add --transport http uk-legal https://uk-legal-mcp.fly.dev/mcp
ChatGPT
- Go to Settings
- Click Connected apps
- Click Add MCP server
- Paste this URL:
https://uk-legal-mcp.fly.dev/mcp
Cursor / other editors
Add to your .cursor/mcp.json or equivalent config:
{
"mcpServers": {
"uk-legal": {
"url": "https://uk-legal-mcp.fly.dev/mcp"
}
}
}
UK Due Diligence server
claude.ai
- Go to Settings (bottom left)
- Click MCP Servers
- Click Add
- Paste this URL:
https://uk-due-diligence-mcp.fly.dev/mcp
Claude Desktop
Open your config file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add to the mcpServers section:
{
"mcpServers": {
"uk-due-diligence": {
"type": "http",
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}
Claude Code
Run this in your terminal:
claude mcp add --transport http uk-due-diligence https://uk-due-diligence-mcp.fly.dev/mcp
ChatGPT
- Go to Settings
- Click Connected apps
- Click Add MCP server
- Paste this URL:
https://uk-due-diligence-mcp.fly.dev/mcp
Cursor / other editors
Add to your .cursor/mcp.json or equivalent config:
{
"mcpServers": {
"uk-due-diligence": {
"url": "https://uk-due-diligence-mcp.fly.dev/mcp"
}
}
}
No API key needed. Free, hosted, ready to use.
The problem
You want to know who funds your MP, what they own, how they vote, and who they are connected to. That means searching the Register of Members' Financial Interests, checking Hansard, looking up division records, and cross-referencing companies. Four different systems, none of which talk to each other.
What this skill does
- Pulls the full Register of Members' Financial Interests: donations, gifts, hospitality, overseas visits, land, shareholdings
- Checks voting record: how they actually voted in the division lobbies, not what they said in interviews
- Searches Hansard for what they have said in Parliament on specific topics
- Cross-references declared company interests with Companies House: directors, filing status, beneficial owners
- Flags potential conflicts: voting record vs declared interests
- Handles both name and constituency lookups
- States clearly what it cannot see: undeclared interests, expenses detail, local council records
Quick start
- Download the skill and drop it into your project
- Connect both MCP servers (instructions included)
- Ask Claude to dig into any MP by name or constituency
What's included
- SKILL.md file for Claude Code, Cursor, or any AI agent
- Setup guide for connecting UK Legal and UK Due Diligence MCP servers
- Example prompts for different investigation angles
- Lifetime updates