A price list and rate card the quotes and invoice servers read by SKU.
claude mcp add catalogue --transport http https://mcp.zovo.one/mcp/catalogue
~/.cursor/mcp.json
{
"mcpServers": {
"catalogue": {
"url": "https://mcp.zovo.one/mcp/catalogue"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"catalogue": {
"serverUrl": "https://mcp.zovo.one/mcp/catalogue"
}
}
}
.vscode/mcp.json
{
"servers": {
"catalogue": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/catalogue"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"catalogue": {
"url": "https://mcp.zovo.one/mcp/catalogue"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"catalogue": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zovo.one/mcp/catalogue"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.zovo.one/mcp/catalogue |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theluckystrike--catalogue/reviews or the review_server meta-tool.
POST /mcp