2 min read
Tool
| Name | get_quote |
| Transport | JSON-RPC 2.0 via POST /public/v1/mcp (tools/call) |
| Auth | None (public ring) |
What it does
Computes a representative Business Loan quote for an amount (GBP) and a term (days). Only the Business Loan is quotable — the always-on product with a pure amount-and-term shape. The engine bounds inputs to £50–£500 and 14–84 days.
Input
Arguments:
| Arg | Type | Notes |
|---|---|---|
product | enum | Only business_loan (default). |
amount | number | Principal in whole GBP; bounded £50–£500. |
term | number | Term in days; bounded 14–84. |
frequency | enum | weekly | fortnightly | monthly. |
amount and term are required.
Output
A representative quote result computed by the same OneTimeQuote engine as GET /public/v1/quote/onetime — one source of truth for every figure. An out-of-range amount or term is surfaced as a JSON-RPC -32602 invalid-params error carrying the endpoint's own 422 detail.
Frequently asked questions
Why is get_quote limited to the Business Loan?
Because it has a pure amount-and-term shape that yields a single representative figure. Flex is revolving and Slice is biller-driven, so they do not fit a single-shot quote and are covered by product_details instead.
What are the input bounds?
£50–£500 for the amount and 14–84 days for the term, enforced by the engine's RangeGuard. Out-of-range values return a -32602 invalid-params error with the bound in the detail.
Related reading

MCP tool: product_details
Returns a single product's published description plus its byte-exact representative figures. The description…
Read →
GET /public/v1/quote/onetime
A representative Business Loan quote for an amount and term. Bounded to £50–£500 principal and 14–84 days by…
Read →
MCP tool: eligibility_criteria
Returns Credicorp's eligibility criteria: who can apply. The headline is that Credicorp lends to UK limited…
Read →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.