2 min read
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.
