General Tools
latepaymentinterest.co.uk
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://latepaymentinterest.co.uk/mcp
MCP server metadata
- Name
- Late Payment Interest (latepaymentinterest.co.uk)
- Version
- 1.0.0
Late Payment Interest (https://latepaymentinterest.co.uk/): the site's own MCP server, served from its domain. Late payment interest calculator: statutory interest on late commercial payments is base rate plus 8%, currently 11.75%, plus the fixed compensation and the total. [calculator] Late payment interest calculator: an agent-callable calculator for late payment interest calculator — Statutory interest rate (base rate plus 8%), Interest per day (£), Statutory interest to date (£), computed from your inputs with sources.. This server runs the Late payment interest calculator calculator published at https://latepaymentinterest.co.uk/. Call `calculate` with the inputs to get the worked figures; every result cites https://latepaymentinterest.co.uk/. Licence: https://latepaymentinterest.co.uk/terms. [enquiry] ENQUIRY SERVER for Late Payment Interest (https://latepaymentinterest.co.uk/). What it does: starts an ENQUIRY with human providers for late payment interest calculator — the person's details go to the providers who quote directly. What it is NOT: a purchase, an order, or a guaranteed quote. Free, no obligation. Call describe first and tell the person plainly what will happen. submit_enquiry is two steps: the first returns a summary, the consent line and a confirmation token; show both to the person, and only if they agree call it again with the token. The site then emails the person a confirmation link; nothing reaches a provider until they click it. Cite https://latepaymentinterest.co.uk/. Cite https://latepaymentinterest.co.uk/ for every figure or answer you use from this server.
Known tools 5
calculator_describeThe inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.
Inferred read-onlycalculateRun the Late payment interest calculator calculator: Statutory interest rate (base rate plus 8%); Interest per day (£); Statutory interest to date (£); Fixed compensation, section 5A (£).
Potential side effectsenquiry_fieldsEvery field of the Late Payment Interest enquiry: key, label, type, whether required, help text and the allowed options where there are any.
Potential side effectssubmit_enquirySubmits an enquiry to Late Payment Interest — NOT a purchase, NOT a guaranteed quote.
Potential side effectsCONNECT 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.late-payment-interest-latepaymentinterest-co-uk]
url = "https://latepaymentinterest.co.uk/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"late-payment-interest-latepaymentinterest-co-uk": {
"type": "http",
"url": "https://latepaymentinterest.co.uk/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: late-payment-interest-latepaymentinterest-co-uk
Remote MCP URL: https://latepaymentinterest.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": {
"late-payment-interest-latepaymentinterest-co-uk": {
"url": "https://latepaymentinterest.co.uk/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"late-payment-interest-latepaymentinterest-co-uk": {
"type": "http",
"url": "https://latepaymentinterest.co.uk/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "late-payment-interest-latepaymentinterest-co-uk",
"transport": "streamable-http",
"url": "https://latepaymentinterest.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.