{
  "name": "the-finance-brokers",
  "title": "The Finance Brokers",
  "version": "1.0.0",
  "description": "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.",
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://www.thefinancebrokers.co.uk/api/mcp",
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "list_finance_products",
      "title": "List finance products",
      "description": "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. Use this to work out what kind of funding a UK business could raise and roughly how much."
    },
    {
      "name": "get_finance_product",
      "title": "Get one finance product",
      "description": "Get the full detail of one finance product by its identifier, as returned by list_finance_products."
    },
    {
      "name": "search_glossary",
      "title": "Search the finance glossary",
      "description": "Search The Finance Brokers glossary of UK commercial lending terms (GDV, LTC, QS report, and so on) and return the matching definitions. Omit the query to list every term."
    },
    {
      "name": "get_glossary_term",
      "title": "Get a glossary explainer",
      "description": "Get the full markdown explainer for one glossary term by its identifier."
    },
    {
      "name": "list_guides",
      "title": "List the guide library",
      "description": "List The Finance Brokers long-form guides on UK business and property finance, newest first, with titles and descriptions. Fetch a body with get_guide."
    },
    {
      "name": "get_guide",
      "title": "Get a guide",
      "description": "Get the complete markdown body of one guide by its identifier, as returned by list_guides."
    },
    {
      "name": "get_enquiry_options",
      "title": "Get the enquiry field values",
      "description": "Return the exact finance-type and loan-amount values accepted by the enquiry endpoint, plus how to reach a human broker. Enquiries themselves are submitted over HTTP (POST /api/v1/enquiry), not through this MCP server."
    }
  ],
  "documentation": "https://www.thefinancebrokers.co.uk/developers",
  "openapi": "https://www.thefinancebrokers.co.uk/openapi.json",
  "contact": "ben@thefinancebrokers.co.uk"
}
