INDIVIDUAL MCP TOOL
sku_get
Show the price of one SKU as of a date, in one currency and tier: the row picked is the latest valid_from at or before that date, and the answer names the row and any later one already booked.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/rate-card
Connect to this endpoint to inspect the live schema for sku_get and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.mcp-catalogue]
url = "https://mcp.zovo.one/mcp/rate-card"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-catalogue": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/rate-card"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-catalogue
Remote MCP URL: https://mcp.zovo.one/mcp/rate-card
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": {
"mcp-catalogue": {
"url": "https://mcp.zovo.one/mcp/rate-card"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-catalogue": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/rate-card"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-catalogue",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/rate-card"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
sku_set— Add a catalogue line or reprice one: a code, a name, a unit, an optional VAT rate, and price_minor in whole minor units for one currency, tier and valid_from.sku_list— List catalogue lines with the price in force today, filtered by code prefix, by currency and by tier.sku_delete— Delete a catalogue line no rate card points at and that never priced a resolved line, freeing a free-tier slot.rate_set— Set the hourly charge-out rate on a labour card: role, currency, hourly_minor in whole MINOR units and the day it starts.rate_get— Show the hourly rate for a role as of a date and currency: the row picked is the latest valid_from at or before that date, and the answer names it.lines_resolve— Turn a list of sku or role lines into invoice_create-ready and quote_create-ready items priced from the catalogue as of each line's date.price_list_text— Print the price list as plain text: every SKU with its unit, the price in force on a date and any later price booked, then the labour rate cards, under your business name.price_list_pdf— Call this tool to render the price list for one currency and tier as an A4 HTML document laid out for print-to-PDF (this hosted endpoint has no PDF renderer) and return a download link valid for one hour: every SKU with its unit, its price in force and the day that price started.