← creditcorp.co.uk

INDIVIDUAL MCP TOOL

how_to_apply

Explain how to apply to Credit Corp: the steps and the application URL.

creditcorp.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://creditcorp.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for how_to_apply and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

creditcorp.co.uk

CONNECT 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.

Related tools

  • list_products — List Credit Corp's business lending products (Credicorp Loan, Credicorp Flex, Credicorp Slice) with a one-line description and whether each is currently available.
  • product_details — Get the published description, pricing figures and (where available) a representative worked example for one product.
  • get_quote — Compute a representative Credicorp Loan quote for an amount (GBP) and term (days).
  • eligibility_criteria — Get who can borrow from Credit Corp: the published eligibility criteria and regulatory framing for its business lending.
  • loyalty_tiers — List Credit Corp's loyalty tiers (Bronze to Platinum) with qualification thresholds and the arrangement-fee discount each tier earns.