← thefinancebrokers.co.uk

INDIVIDUAL MCP TOOL

get_glossary_term

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

thefinancebrokers.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_glossary_term and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

thefinancebrokers.co.uk

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.

Related tools

  • 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.
  • get_finance_product — Get the full detail of one finance product by its identifier, as returned by list_finance_products.
  • search_glossary — Search The Finance Brokers glossary of UK commercial lending terms (GDV, LTC, QS report, and so on) and return the matching definitions.
  • list_guides — List The Finance Brokers long-form guides on UK business and property finance, newest first, with titles and descriptions.
  • get_guide — Get the complete markdown body of one guide by its identifier, as returned by list_guides.
  • get_enquiry_options — Return the exact finance-type and loan-amount values accepted by the enquiry endpoint, plus how to reach a human broker.