Property MCP Server

UK property finance: bridging cost, dev appraisal, BTL stress test, stamp duty (SDLT/LBTT/LTT).

Remote serverstreamable-http

What is the Property MCP server?

If you already use Property, the property mcp server is the piece that lets your assistant work with it directly. UK property finance: bridging cost, dev appraisal, BTL stress test, stamp duty (SDLT/LBTT/LTT).

What the server does

Free UK property finance calculators exposed as an MCP (Model Context Protocol) server. Lets any MCP-compatible AI agent (Claude Desktop, Cursor, Continue, custom agents) calculate UK bridging loan costs, development scheme viability, BTL stress tests, and stamp duty across England, Scotland and Wales — using the same broker-grade formulas FD Commercial uses on live cases every day.

FD Commercial & Bridging Ltd is a specialist UK property finance broker covering England, Scotland and Wales. Minimum loan £250,000. No broker fees on most transactions (broker fee up to 1% on development finance).

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Websitehttps://www.fdcommercial.co.uk
  • Phone — +44 3300 100315
  • Emailhello@fdcommercial.co.uk
  • bridging_cost_analyser — Total cost of a UK bridging loan across rolled-up, retained and serviced interest structures. Includes effective APR and side-by-side comparison
  • development_appraisal — Net profit, profit on GDV, profit on cost, LTC and LTGDV for a UK development scheme. Returns viability flag against industry-standard thresholds
  • btl_stress_tester — ICR stress test at 125%, 145% and 170% thresholds. Identifies which lender categories the deal qualifies for (mainstream BTL, HMO/MUFB, portfolio
  • uk_stamp_duty_calculator — SDLT (England/NI), LBTT (Scotland), LTT (Wales) for residential, commercial and mixed-use. Handles first-time buyer relief, additional dwelling

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Property's toolset — Website, Phone, Email and 4 more — is a fair guide to whether it matches your workflow. It is maintained by fdcommercial; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Property's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Websitehttps://www.fdcommercial.co.uk
Phone+44 3300 100315
Emailhello@fdcommercial.co.uk
bridging_cost_analyserTotal cost of a UK bridging loan across rolled-up, retained and serviced interest structures. Includes effective APR and side-by-side comparison.
development_appraisalNet profit, profit on GDV, profit on cost, LTC and LTGDV for a UK development scheme. Returns viability flag against industry-standard thresholds.
btl_stress_testerICR stress test at 125%, 145% and 170% thresholds. Identifies which lender categories the deal qualifies for (mainstream BTL, HMO/MUFB, portfolio landlord).
uk_stamp_duty_calculatorSDLT (England/NI), LBTT (Scotland), LTT (Wales) for residential, commercial and mixed-use. Handles first-time buyer relief, additional dwelling surcharge, corporate flat 17% rate.

How to install the Property MCP server

{
  "mcpServers": {
    "property-finance": {
      "command": "npx",
      "args": ["-y", "npm"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Property to Website.
  • Use Property to Phone.
  • Use Property to Email.

Frequently asked questions

It connects Property to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (Website, Phone, Email, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Property directly.