API reference

MCP tool: ListProducts

ListProducts returns the Credicorp lending line-up as a read-only MCP tool: Business Loan, Credicorp Flex and Credicorp Slice. It takes no arguments and is the natural entry point for an AI agent building a picture of what Credicorp offers before drilling into ProductDetails.

2 min read

3 productsLoan, Flex, Slice
no argsTakes none
read-onlyNever writes

What it does

ListProducts returns the three Credicorp lending products with a short description each. It is the discovery call an agent makes first, then follows up with ProductDetails for specifics or GetQuote for a figure.

Call it

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "ListProducts",
    "arguments": {}
  }
}

The products

  • Business Loan — a fixed-term facility for UK limited companies.
  • Credicorp Flex — a flexible line of credit you draw and repay as needed.
  • Credicorp Slice — spread a supplier or tax bill over months.

Why start here

An agent that calls ListProducts first grounds the whole conversation in what Credicorp actually offers, rather than inventing products or conflating them with another lender’s. The three products are distinct: a Business Loan is a fixed-term facility repaid on a set schedule; Credicorp Flex is a revolving line you draw and repay as cash flow dictates; and Credicorp Slice spreads a single large bill over months. Because the tool reads from the hub, the list stays correct even as descriptions are refined, so an agent built on it never drifts out of date. Treat it as the index the rest of the tools hang off — every deeper answer starts from a product name it returns.

Frequently asked questions

Does ListProducts need any arguments?

No. It takes an empty arguments object and returns the full product line-up.

Where do I get more detail on a product?

Call ProductDetails with the product name, or read the product pages.

Funding for UK limited companies

Credicorp lends to your company, not to you personally — short-term working capital with no personal guarantee. See what your business could access.