← zovo.one

INDIVIDUAL MCP TOOL

license_status

Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/rate-card

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests retrieving external content.

Parent server

zovo.one

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_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.
  • 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.