MCP server for the UK home-buying journey. Agents find and evaluate conveyancers and mortgage brokers using official regulatory data.
Connect Clearbook to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for the UK home-buying journey. Agents find and evaluate conveyancers and mortgage brokers using official regulatory data. The clearbook mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
search_conveyancers — Find SRA-regulated conveyancing firms by UK postcodesearch_mortgage_brokers — Find FCA-authorised mortgage brokers by postcodeget_provider_profile — Full enriched profile: regulatory + company healthget_disciplinary_history — Check SRA/FCA enforcement actionscompare_providers — Side-by-side factual comparisonSource — RegisterSRA — Subscribe to "SRA Data Share API V1"FCA — Click "Retrieve API Key"Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Configuration is passed through the environment: SRA_API_KEY, FCA_AUTH_EMAIL, FCA_AUTH_KEY, COMPANIES_HOUSE_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Clearbook's toolset — search_conveyancers, search_mortgage_brokers, get_provider_profile and 5 more — is a fair guide to whether it matches your workflow. It is maintained by elliotjlt; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search_conveyancers | Find SRA-regulated conveyancing firms by UK postcode |
| search_mortgage_brokers | Find FCA-authorised mortgage brokers by postcode |
| get_provider_profile | Full enriched profile: regulatory + company health |
| get_disciplinary_history | Check SRA/FCA enforcement actions |
| compare_providers | Side-by-side factual comparison |
| Source | Register |
| SRA | Subscribe to "SRA Data Share API V1" |
| FCA | Click "Retrieve API Key" |
{
"mcpServers": {
"homebuyer-mcp": {
"command": "python3",
"args": ["-m", "homebuyer-mcp"],
"env": {
"SRA_API_KEY": "your_key",
"FCA_AUTH_EMAIL": "your_email",
"FCA_AUTH_KEY": "your_key",
"COMPANIES_HOUSE_API_KEY": "your_key"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SRA_API_KEY | Credential the server authenticates with. | Yes |
| FCA_AUTH_EMAIL | Configuration value read at startup. | Optional |
| FCA_AUTH_KEY | Credential the server authenticates with. | Yes |
| COMPANIES_HOUSE_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.