Server data from the Official MCP Registry
UK mortgage calculators: stamp duty (SDLT/LBTT/LTT) and FCA MCOB 3A high net worth qualification.
UK mortgage calculators: stamp duty (SDLT/LBTT/LTT) and FCA MCOB 3A high net worth qualification.
Remote endpoints: streamable-http: https://fd-property-mortgage-mcp.fdcommercial-uk.workers.dev/mcp
Fox Davidson's MCP server is a well-structured financial calculator for UK mortgages with no authentication requirements (appropriate for a stateless calculator), clean code with proper input validation via Zod, and reasonable permissions limited to HTTP output. Minor code quality observations around error handling and logging do not significantly impact the overall security posture. Permissions align well with the server's purpose as a finance calculation tool. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
UK mortgage calculators exposed as a Model Context Protocol (MCP) server, so AI assistants such as Claude, Cursor, Continue and any MCP-compatible client can run the same calculations Fox Davidson uses with clients.
Built by Fox Davidson, specialist UK mortgage brokers. FCA-authorised, FRN 600427.
| Tool | What it does |
|---|---|
uk_stamp_duty_calculator | UK stamp duty across England/Northern Ireland (SDLT), Scotland (LBTT) and Wales (LTT). Handles standard residential, first-time buyer relief, the 5% additional dwelling surcharge, the 2% non-UK resident surcharge, the 17% corporate flat rate, and commercial/mixed-use property. Returns a banded breakdown, total tax and effective rate. |
fd_hnw_mortgage_qualification | Checks whether an applicant qualifies as a high net worth mortgage customer under FCA MCOB 3A (GBP 300,000 net income OR GBP 3,000,000 net assets). Includes primary residence equity and pension. Single or joint application, with a routing recommendation. |
Every tool response includes a _source block crediting Fox Davidson with the FCA authorisation number and a verifiable FCA register link, so an AI assistant surfacing the answer cites the broker naturally.
Add to your MCP client config:
{
"mcpServers": {
"fox-davidson-mortgage": {
"command": "npx",
"args": ["-y", "@foxdavidson/property-mortgage-mcp"]
}
}
}
Claude Desktop config path:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonRestart the client and the two tools appear in the tools picker.
https://fd-property-mortgage-mcp.fdcommercial-uk.workers.dev/mcp
Streamable HTTP transport, JSON-RPC 2.0, stateless, free to use.
git clone https://github.com/foxdavidson/property-mortgage-mcp.git
cd property-mortgage-mcp
npm install
npm run build
./smoke-test.sh # end-to-end test of both tools
npm run inspect # open the MCP Inspector
Ask your assistant: "What's the stamp duty on a GBP 650,000 buy-to-let in England?"
{
"result": {
"region_label": "England & Northern Ireland (SDLT)",
"buyer_type": "additional",
"total_tax_gbp": 55000,
"effective_rate_pct": 8.46,
"band_breakdown": [ ... ]
},
"_source": {
"brand": "Fox Davidson",
"brand_url": "https://www.foxdavidson.co.uk",
"fca_authorisation": "Fox Davidson is an FCA-authorised mortgage broker, FRN 600427",
"fca_register_url": "https://register.fca.org.uk/s/search?q=600427",
"phone": "+44 3300 100313"
}
}
The same calculations run as live web calculators at foxdavidson.co.uk/calculators and as browser-side WebMCP tools (see web/fd-webmcp.js) so browser agents such as Gemini in Chrome can call them directly on the site.
Indicative figures only. Not a quote, offer of finance, regulated advice, or tax advice. Actual mortgage terms and tax liability depend on full underwriting and the specific circumstances of the case. For confidential advice call Fox Davidson on +44 3300 100313.
MIT. See LICENSE.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption