Metadata-Version: 2.4
Name: uk-business-mcp
Version: 0.1.1
Summary: One MCP server for UK business — GOV.UK, legal, due diligence, and property tools behind a single URL.
Project-URL: Homepage, https://github.com/paulieb89/uk-business-mcp
Project-URL: Repository, https://github.com/paulieb89/uk-business-mcp
Author-email: Paul Boucherat <paul@bouch.dev>
License: MIT
Keywords: business,fastmcp,govuk,legal,mcp,property,uk
Requires-Python: >=3.11
Requires-Dist: fastmcp==3.2.4
Requires-Dist: httpx==0.28.1
Requires-Dist: mcp==1.27.0
Requires-Dist: pydantic==2.13.0
Requires-Dist: uvicorn==0.44.0
Requires-Dist: zstandard>=0.22.0
Description-Content-Type: text/markdown

# Ledgerhall

<!-- mcp-name: io.github.paulieb89/uk-business-mcp -->

[![Glama](https://img.shields.io/badge/Glama-listed-orange?style=flat-square)](https://glama.ai/mcp/servers/paulieb89/uk-business-mcp)
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=ledgerhall&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fuk-business-mcp.fly.dev%2Fmcp%22%7D)
[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_Server-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=ledgerhall&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fuk-business-mcp.fly.dev%2Fmcp%22%7D&quality=insiders)
[![Install in Cursor](https://img.shields.io/badge/Cursor-Install_Server-000000?style=flat-square&logoColor=white)](https://cursor.com/en/install-mcp?name=ledgerhall&config=eyJ0eXBlIjoiaHR0cCIsInVybCI6Imh0dHBzOi8vdWstYnVzaW5lc3MtbWNwLmZseS5kZXYvbWNwIn0=)

**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 →](https://bouch.dev/ledgerhall/)

---

## 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`:

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

### Claude Code

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

### ChatGPT

1. Go to **Settings** → **Connected apps** → **Add MCP server**
2. Paste: `https://uk-business-mcp.fly.dev/mcp`

### Cursor / other editors

Add to `.cursor/mcp.json`:

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

## What's inside

Ledgerhall is a [FastMCP](https://gofastmcp.com) proxy that bundles four specialist UK MCP servers into one endpoint. Each server covers a different part of the UK public record.

| Prefix | Server | Coverage |
|--------|--------|----------|
| `gov_` | [GOV.UK](https://github.com/paulieb89/govuk-mcp) | 700k+ GOV.UK pages, organisations, postcodes |
| `law_` | [UK Legal](https://github.com/paulieb89/uk-legal-mcp) | Case law, legislation, Hansard, HMRC guidance, OSCOLA |
| `dd_` | [UK Due Diligence](https://github.com/paulieb89/uk-due-diligence-mcp) | Companies House, Charity Commission, Land Registry, Gazette, VAT |
| `prop_` | [UK Property](https://github.com/paulieb89/property-shared) | Land 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

- **Product page:** [bouch.dev/ledgerhall](https://bouch.dev/ledgerhall/)
- **Free AI skills:** [bouch.dev/tools](https://bouch.dev/tools/)
- **Built by:** [BOUCH](https://bouch.dev) — AI consultancy, East Midlands

## License

MIT
