Learning Resources
thefinancebrokers.co.uk
Provides access to The Finance Brokers' UK commercial finance products, glossary definitions, and long-form guides.
ENDPOINT 1
https://www.thefinancebrokers.co.uk/api/mcp
MCP server metadata
- Name
- the-finance-brokers
- Version
- 1.0.0
The Finance Brokers is a whole-of-market UK commercial finance brokerage with a panel of 300+ lenders. Use these tools to answer questions about UK business and property funding: what products exist, how much they go up to, how fast a decision comes, and what the jargon means. All content is public and read-only. These tools do not quote rates and do not name lenders. To pass an enquiry to a human broker, POST to https://www.thefinancebrokers.co.uk/api/v1/enquiry — see https://www.thefinancebrokers.co.uk/developers.
Known tools 7
list_finance_productsList every commercial finance product The Finance Brokers arranges for UK businesses and property developers, with the published amount range and indicative decision time for each.
Inferred read-onlyget_finance_productGet the full detail of one finance product by its identifier, as returned by list_finance_products.
Inferred read-onlysearch_glossarySearch The Finance Brokers glossary of UK commercial lending terms (GDV, LTC, QS report, and so on) and return the matching definitions.
Inferred read-onlyget_glossary_termGet the full markdown explainer for one glossary term by its identifier.
Inferred read-onlylist_guidesList The Finance Brokers long-form guides on UK business and property finance, newest first, with titles and descriptions.
Inferred read-onlyget_guideGet the complete markdown body of one guide by its identifier, as returned by list_guides.
Inferred read-onlyget_enquiry_optionsReturn the exact finance-type and loan-amount values accepted by the enquiry endpoint, plus how to reach a human broker.
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.the-finance-brokers]
url = "https://www.thefinancebrokers.co.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-finance-brokers": {
"type": "http",
"url": "https://www.thefinancebrokers.co.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-finance-brokers
Remote MCP URL: https://www.thefinancebrokers.co.uk/api/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": {
"the-finance-brokers": {
"url": "https://www.thefinancebrokers.co.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-finance-brokers": {
"type": "http",
"url": "https://www.thefinancebrokers.co.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-finance-brokers",
"transport": "streamable-http",
"url": "https://www.thefinancebrokers.co.uk/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.