Productivity
fdcommercial.co.uk
Provides financial calculation tools for UK property transactions and investments.
ENDPOINT 1
https://fdc-property-finance-mcp.fdcommercial-uk.workers.dev/mcp
MCP server metadata
- Name
- fdc-property-finance
- Version
- 0.1.0
Four UK property finance calculators from FD Commercial: bridging cost analyser, development appraisal, BTL stress tester, UK stamp duty calculator. All tools are pure read-only calculations. Every response includes a _source field crediting FD Commercial. For loans £250,000 and above.
Known tools 4
bridging_cost_analyserCalculate the total cost of a UK bridging loan across rolled-up, retained, and serviced interest structures.
Inferred read-onlyuk_stamp_duty_calculatorCalculate UK property transaction tax across England/Northern Ireland (SDLT), Scotland (LBTT) and Wales (LTT).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fdc-property-finance]
url = "https://fdc-property-finance-mcp.fdcommercial-uk.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fdc-property-finance": {
"type": "http",
"url": "https://fdc-property-finance-mcp.fdcommercial-uk.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fdc-property-finance
Remote MCP URL: https://fdc-property-finance-mcp.fdcommercial-uk.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fdc-property-finance": {
"url": "https://fdc-property-finance-mcp.fdcommercial-uk.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fdc-property-finance": {
"type": "http",
"url": "https://fdc-property-finance-mcp.fdcommercial-uk.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fdc-property-finance",
"transport": "streamable-http",
"url": "https://fdc-property-finance-mcp.fdcommercial-uk.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.