← Registry

Learning Resources

thefinancebrokers.co.uk

Provides access to The Finance Brokers' UK commercial finance products, glossary definitions, and long-form guides.

1 endpoint7 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://www.thefinancebrokers.co.uk/api/mcp

No auth detected

MCP server metadata

Name
the-finance-brokers
Version
1.0.0
Capabilities
tools
Server instructions

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_products

List 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-only
get_finance_product

Get the full detail of one finance product by its identifier, as returned by list_finance_products.

Inferred read-only
search_glossary

Search The Finance Brokers glossary of UK commercial lending terms (GDV, LTC, QS report, and so on) and return the matching definitions.

Inferred read-only
get_glossary_term

Get the full markdown explainer for one glossary term by its identifier.

Inferred read-only
list_guides

List The Finance Brokers long-form guides on UK business and property finance, newest first, with titles and descriptions.

Inferred read-only
get_guide

Get the complete markdown body of one guide by its identifier, as returned by list_guides.

Inferred read-only
get_enquiry_options

Return the exact finance-type and loan-amount values accepted by the enquiry endpoint, plus how to reach a human broker.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.