MCP

The Credicorp MCP server

Credicorp runs an MCP server at /public/v1/mcp — JSON-RPC 2.0 over HTTP exposing the product catalogue, quotes, eligibility, how-to-apply and loyalty tiers as tool calls an AI agent can invoke directly.

2 min read

JSON-RPC 2.0Over HTTP
6 toolsRead-only, public
No tokenOn the public ring

What MCP is here for

The Model Context Protocol is an open standard for exposing tools to language-model agents. Credicorp's public MCP server lets an assistant fetch accurate, live Credicorp figures — products, a representative quote, eligibility criteria, the application steps and the loyalty ladder — without scraping the marketing site or hallucinating numbers. It sits on the unauthenticated public ring, so an agent can call it with no credential.

The tool catalogue

ToolReturns
list_productsThe three products with names + one-liners + enabled flag
product_detailsA product's published description + figures
get_quoteA representative Business Loan quote for an amount + term
eligibility_criteriaWho can apply
how_to_applyThe application steps
loyalty_tiersThe tier ladder + thresholds

Calling it

The transport is MCP Streamable HTTP: one JSON-RPC 2.0 request in, one response out, at POST /public/v1/mcp. The methods are the MCP standard set — initialize, tools/list, tools/call, ping. A GET returns the server card for discovery. See calling the MCP server for a full request.

Frequently asked questions

Does the MCP server need authentication?

No. The public MCP server is on the unauthenticated /public/v1 ring and exposes only read-only, published data, so any agent can call it without a token. There is also a token-gated partner MCP server on /partner/v1/mcp for authenticated capabilities.

Which transport does it use?

MCP Streamable HTTP over JSON-RPC 2.0. You POST a single JSON-RPC request to /public/v1/mcp and receive a single JSON-RPC response. A GET returns the server card for discovery.

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.