Recipe

Connect an AI agent to Credicorp over MCP

Give an AI agent accurate Credicorp product knowledge by connecting it to the MCP server. Point any Model Context Protocol client at /public/v1/mcp, let it initialize and tools/list, and it can call six read-only tools to answer questions about products, quotes, eligibility, how to apply and loyalty tiers — all from the source.

2 min read

6 toolsRead-only
no keyPublic ring
2025-06-18Protocol revision

Step 1 — inspect the server card

A plain GET returns the server card: protocol revision, server identity (Credicorp v1.0.0) and a summary of each tool.

curl -sS https://hub.credicorp.co.uk/public/v1/mcp

Step 2 — point your client at it

Configure your MCP client with the endpoint URL. It will initialize, negotiate the 2025-06-18 revision, and fetch the tool schemas via tools/list.

Step 3 — call a tool

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

What the agent can and cannot do

The tools are read-only: the agent can describe products, give an indicative quote and explain how to apply, but it cannot submit an application or move money. That boundary is absolute. See the MCP server explained.

Frequently asked questions

Do I need credentials for the MCP server?

No. It is on the public ring, so any compliant MCP client can connect without a key. It is rate limited by IP.

Can the agent apply for a loan?

No. Every tool is read-only. It can explain how to apply and quote indicatively, but application and money movement are off the public ring entirely.

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.