MCP Hub
Back to servers

UK Business Tools - Ledgerhall

Once connected, your AI agent can: Check any UK company — directors, shareholders, filing history, disqualified officers Research property — comparable sales, EPC ratings, Rightmove listings, rental yields, stamp duty Search case law and legislation — court judgments, Acts, Hansard debates, HMRC guidance Query GOV.UK — search 700k+ pages, resolve postcodes to councils, find policy

glama
Stars
1
Updated
May 4, 2026

Ledgerhall

Glama Install in VS Code Install in VS Code Insiders Install in Cursor

UK public data for AI agents. One connection. Companies House, Land Registry, GOV.UK, courts, Parliament — your agent gets the lot.

https://uk-business-mcp.fly.dev/mcp

No API key. No account. Free and hosted.

Set up in 30 seconds →


What you can do

Once connected, your AI agent can:

  • Check any UK company — directors, shareholders, filing history, disqualified officers
  • Research property — comparable sales, EPC ratings, Rightmove listings, rental yields, stamp duty
  • Search case law and legislation — court judgments, Acts, Hansard debates, HMRC guidance
  • Query GOV.UK — search 700k+ pages, resolve postcodes to councils, find policy documents
  • Run due diligence — cross-reference Companies House, Charity Commission, Land Registry, Gazette insolvency, VAT records

Setup

claude.ai

  1. Go to Settings (bottom left)
  2. Click MCP Servers
  3. Click Add
  4. Paste: https://uk-business-mcp.fly.dev/mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ledgerhall": {
      "type": "http",
      "url": "https://uk-business-mcp.fly.dev/mcp"
    }
  }
}

Claude Code

claude mcp add --transport http ledgerhall https://uk-business-mcp.fly.dev/mcp

ChatGPT

  1. Go to SettingsConnected appsAdd MCP server
  2. Paste: https://uk-business-mcp.fly.dev/mcp

Cursor / other editors

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "ledgerhall": {
      "url": "https://uk-business-mcp.fly.dev/mcp"
    }
  }
}

What's inside

Ledgerhall is a FastMCP proxy that bundles four specialist UK MCP servers into one endpoint. Each server covers a different part of the UK public record.

PrefixServerCoverage
gov_GOV.UK700k+ GOV.UK pages, organisations, postcodes
law_UK LegalCase law, legislation, Hansard, HMRC guidance, OSCOLA
dd_UK Due DiligenceCompanies House, Charity Commission, Land Registry, Gazette, VAT
prop_UK PropertyLand Registry, EPC, Rightmove, yields, stamp duty, planning

How it works

Pure proxy — no data storage, no custom tools. Every request is forwarded to the appropriate backend. Tool lists are cached for 5 minutes. Built with FastMCP create_proxy() and mount().

Coming next

  • UK Compliance — FCA Register and SRA solicitor checks
  • UK Statistics — ONS economic data and Nomis labour market profiles

New servers appear automatically. No config changes needed.

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review