2 min read
Step 1 — list the products
{ "jsonrpc":"2.0","id":1,"method":"tools/call","params":{ "name":"ListProducts","arguments":{} } }
Step 2 — pull details for each
Call ProductDetails per product to get its specifics. Render them side by side. Because you read from the MCP server, a change in our product data flows straight into your comparison without a copy-paste edit.
Step 3 — add an indicative quote
Use GetQuote with an amount and term to show an example figure. Label it clearly as indicative — it is not an offer.
Keep it honest
The tools are read-only and cannot apply or transact. Send users who want to proceed to the application or the product pages.
Frequently asked questions
Which products does ListProducts return?
Business Loan, Credicorp Flex and Credicorp Slice — the three lending products, straight from the source.
Is a GetQuote figure a real offer?
No. It is indicative only. A real offer comes from a full application on the authenticated surface, never from the public MCP tools.
Related reading
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.

