Recipe

Build a product-comparison page with MCP

Power a product-comparison page from Credicorp’s own data via MCP. Call ListProducts for the line-up (Business Loan, Credicorp Flex, Credicorp Slice), ProductDetails for each product’s specifics, and GetQuote for an indicative figure — all read-only, all from the source, so your comparison never drifts from the truth.

2 min read

3 productsLoan, Flex, Slice
read-onlyMCP tools
source of truthNo manual copy

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.

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.