Skip to main content

Model Context Protocol (MCP)

Enable your AI agents to seamlessly interact with the Consumer Finance API through our MCP server

The Consumer Finance MCP server provides a set of tools that allow AI agents to interact with the Consumer Finance API. Using these tools, an AI agent can evaluate transaction eligibility for installment plans, retrieve available installment offers, and access repayment plan information for a given account like active and closed loans, payment schedules, amounts due, and installment details.

mcp

Tools

Consumer Finance MCP server exposes following set of tools:

ToolAPIDescription
checkEligibility/consumer-finance/eligibility-checkCheck if transactions are eligible for splitting into installments.
getInstalmentPlan/consumer-finance/instalment-planRetrieve instalment plan offers and their details for one transaction.
getRepaymentPlans/consumer-finance/repayment-planRetrieve repayment plan list and details for a given account number.

Connection to MCP server

Clients can connect to the MCP server by opening an SSE (Server-Sent Events) connection to [MCP_SERVER_URL]/mcp/message. The server runs synchronously (SYNC) and supports real-time notifications for resources, tools, and prompts. All communication occurs over the SSE endpoint.

Where can you use the Consumer Finance MCP server?

The MCP server is designed to enable agentic AI applications, providing AI agents with the ability to interact intelligently with Consumer Finance services. Beyond building full AI agents, it can also be used as a tool within any application that supports MCP servers, including IDEs like Cursor and desktop environments Claude Desktop.