General Tools
creditcorp.co.uk
Provides information about Credit Corp's business lending products, including details, quotes, eligibility, and loyalty tiers.
ENDPOINT 1
https://creditcorp.co.uk/mcp
MCP server metadata
- Name
- Credit Corp
- Version
- 1.0.0
Credit Corp business-lending tools (read-only, public). Use list_products / product_details for the products and figures, get_quote for a Credicorp Loan quote, eligibility_criteria for who can borrow, loyalty_tiers for the loyalty ladder, and how_to_apply for the application steps.
Known tools 6
list_productsList Credit Corp's business lending products (Credicorp Loan, Credicorp Flex, Credicorp Slice) with a one-line description and whether each is currently available.
Inferred read-onlyproduct_detailsGet the published description, pricing figures and (where available) a representative worked example for one product.
Inferred read-onlyget_quoteCompute a representative Credicorp Loan quote for an amount (GBP) and term (days).
Inferred read-onlyeligibility_criteriaGet who can borrow from Credit Corp: the published eligibility criteria and regulatory framing for its business lending.
Inferred read-onlyloyalty_tiersList Credit Corp's loyalty tiers (Bronze to Platinum) with qualification thresholds and the arrangement-fee discount each tier earns.
Inferred read-onlyhow_to_applyExplain how to apply to Credit Corp: the steps and the application URL.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.credit-corp]
url = "https://creditcorp.co.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"credit-corp": {
"type": "http",
"url": "https://creditcorp.co.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: credit-corp
Remote MCP URL: https://creditcorp.co.uk/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"credit-corp": {
"url": "https://creditcorp.co.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"credit-corp": {
"type": "http",
"url": "https://creditcorp.co.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "credit-corp",
"transport": "streamable-http",
"url": "https://creditcorp.co.uk/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.