Security & Testing
zovo.one
Analyzes Chrome extension permissions and manifests for security and privacy assessment.
ENDPOINT 1
https://crx-permission-risk-mcp.lipmichal.workers.dev/mcp
MCP server metadata
- Name
- crx-permission-risk
- Version
- 1.0.0
Scores the privilege a Chrome MV3 extension takes from its manifest. Pass a manifest.json to analyze_manifest, ask about one permission with explain_permission, or diff two permission sets with compare_permission_sets to see whether an update will force user re-consent. Pure static analysis, no network calls, nothing is stored.
Known tools 3
explain_permissionReturns the privilege weight (0-10) for a single Chrome extension permission or host pattern, what it actually grants, whether it triggers an install-time warning, and the narrower alternative if one exists.
Inferred read-onlycompare_permission_setsCompares the permissions and host patterns of two versions of an extension.
Inferred read-onlyCONNECT 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.crx-permission-risk]
url = "https://crx-permission-risk-mcp.lipmichal.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crx-permission-risk": {
"type": "http",
"url": "https://crx-permission-risk-mcp.lipmichal.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crx-permission-risk
Remote MCP URL: https://crx-permission-risk-mcp.lipmichal.workers.dev/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": {
"crx-permission-risk": {
"url": "https://crx-permission-risk-mcp.lipmichal.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crx-permission-risk": {
"type": "http",
"url": "https://crx-permission-risk-mcp.lipmichal.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crx-permission-risk",
"transport": "streamable-http",
"url": "https://crx-permission-risk-mcp.lipmichal.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp.zovo.one/mcp/clauses
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/clauses"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/clauses",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/clauses
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/clauses",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/clauses",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/clauses",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://mcp.zovo.one/mcp/currency
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/currency"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/currency",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/currency
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/currency",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/currency",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/currency",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://mcp.zovo.one/mcp/docx
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/docx"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/docx",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/docx
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/docx",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/docx",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/docx",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://mcp.zovo.one/mcp/spreadsheet
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/spreadsheet"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/spreadsheet",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/spreadsheet
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/spreadsheet",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/spreadsheet",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/spreadsheet",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://mcp.zovo.one/mcp/expense-tracker
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/expense-tracker"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/expense-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/expense-tracker
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/expense-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/expense-tracker",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/expense-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://mcp.zovo.one/mcp/invoice
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/invoice"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/invoice",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/invoice
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/invoice",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/invoice",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/invoice",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://mcp.zovo.one/mcp/price-tracker
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/price-tracker"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/price-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/price-tracker
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/price-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/price-tracker",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/price-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://mcp.zovo.one/mcp/recurring
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/recurring"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/recurring",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/recurring
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/recurring",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/recurring",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/recurring",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 10
https://mcp.zovo.one/mcp/resume
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/resume"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/resume",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/resume
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/resume",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/resume",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/resume",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 11
https://mcp.zovo.one/mcp/time-tracker
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/time-tracker"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/time-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/time-tracker
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/time-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/time-tracker",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/time-tracker",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 12
https://mcp.zovo.one/mcp/timezone
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/timezone"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/timezone",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/timezone
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/timezone",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/timezone",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/timezone",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 13
https://mcp.zovo.one/mcp/bank-statement
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/bank-statement"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/bank-statement",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/bank-statement
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/bank-statement",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/bank-statement",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/bank-statement",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 14
https://mcp.zovo.one/mcp/barcode
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/barcode"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/barcode",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/barcode
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/barcode",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/barcode",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/barcode",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 15
https://mcp.zovo.one/mcp/calendar
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/calendar"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/calendar",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/calendar
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/calendar",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/calendar",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/calendar",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 16
https://mcp.zovo.one/mcp/image
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/image"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/image",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/image
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/image",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/image",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/image",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 17
https://mcp.zovo.one/mcp/kanban
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/kanban"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/kanban",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/kanban
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/kanban",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/kanban",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/kanban",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 18
https://mcp.zovo.one/mcp/pdf
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/pdf"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pdf",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/pdf
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/pdf",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pdf",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/pdf",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 19
https://mcp.zovo.one/mcp/quotes
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/quotes"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/quotes",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/quotes
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/quotes",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/quotes",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/quotes",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 20
https://mcp.zovo.one/mcp/zip
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/zip"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/zip",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/zip
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/zip",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/zip",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/zip",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 21
https://mcp.zovo.one/mcp/billing-docs
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/billing-docs"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/billing-docs",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/billing-docs
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/billing-docs",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/billing-docs",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/billing-docs",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 22
https://mcp.zovo.one/mcp/deposits
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/deposits"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/deposits",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/deposits
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/deposits",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/deposits",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/deposits",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 23
https://mcp.zovo.one/mcp/amortization
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/amortization"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/amortization",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/amortization
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/amortization",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/amortization",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/amortization",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 24
https://mcp.zovo.one/mcp/asset-register
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/asset-register"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/asset-register",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/asset-register
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/asset-register",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/asset-register",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/asset-register",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 25
https://mcp.zovo.one/mcp/cash-book
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/cash-book"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/cash-book",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/cash-book
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/cash-book",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/cash-book",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/cash-book",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 26
https://mcp.zovo.one/mcp/catalogue
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/catalogue"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/catalogue",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/catalogue
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/catalogue",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/catalogue",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/catalogue",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 27
https://mcp.zovo.one/mcp/change-order
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/change-order"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/change-order",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/change-order
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/change-order",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/change-order",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/change-order",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 28
https://mcp.zovo.one/mcp/per-diem
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/per-diem"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/per-diem",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/per-diem
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/per-diem",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/per-diem",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/per-diem",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 29
https://mcp.zovo.one/mcp/petty-cash
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/petty-cash"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/petty-cash",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/petty-cash
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/petty-cash",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/petty-cash",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/petty-cash",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 30
https://mcp.zovo.one/mcp/statement-of-account
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/statement-of-account"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/statement-of-account",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/statement-of-account
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/statement-of-account",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/statement-of-account",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/statement-of-account",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 31
https://mcp.zovo.one/mcp/work-order
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/work-order"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/work-order",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/work-order
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/work-order",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/work-order",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "zovo-one bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/work-order",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 32
https://mcp.zovo.one/mcp/bill-of-sale
MCP server metadata
- Name
- mcp-bill-of-sale
- Version
- 0.21.0
Known tools 10
sale_createRecord a sale and generate the bill of sale: who sold, who bought, what item (with VIN, serial or IMEI where it has one), the price in minor units and the date.
Inferred read-onlysale_updateChange anything on a bill of sale that is not finalized yet: price, buyer, seller, item details, identifiers, the as-is clause, warranty or notes.
Inferred read-onlysale_finalizeFinalize a bill of sale so it is ready to sign: the document is frozen from this call on, sale_update refuses it, and every later render is the signing copy without the DRAFT watermark.
Inferred read-onlysale_listList every bill of sale, drafts and finalized, newest first: id, status, date, item, buyer, seller and price.
Inferred read-onlysale_getRead one bill of sale in full by its BOS number: both parties, the item and its identifiers, price, terms, and whether it is still a draft or the finalized signing copy.
Inferred read-onlysale_renderRender a bill of sale as a clean printable document: Markdown, a self-contained HTML file ready for print-to-PDF, or both, with signature lines for seller and buyer.
Inferred read-onlysale_summarySummarize the book: how many drafts and finalized documents, and the total sold value per currency, drafts separate from finalized.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-bill-of-sale]
url = "https://mcp.zovo.one/mcp/bill-of-sale"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-bill-of-sale": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/bill-of-sale"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-bill-of-sale
Remote MCP URL: https://mcp.zovo.one/mcp/bill-of-sale
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-bill-of-sale": {
"url": "https://mcp.zovo.one/mcp/bill-of-sale"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-bill-of-sale": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/bill-of-sale"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-bill-of-sale",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/bill-of-sale"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 33
https://mcp.zovo.one/mcp/dunning-letters
MCP server metadata
- Name
- mcp-dunning-letters
- Version
- 0.21.0
Known tools 11
invoice_registerStart chasing an unpaid invoice: register the client, the invoice reference, the amount in integer cents, the currency and the due date, and get the three-letter escalation schedule (reminder 1, reminder 2, final notice) with the date each falls due.
Potential side effectspayment_recordRecord money received against a chased invoice, in whole MINOR units: a part payment lowers what is still chased, a payment that covers the balance closes the ladder and frees the free-tier slot.
Potential side effectsletter_renderChase an unpaid invoice: generate the letter for the current stage of the ladder -- reminder 1 (polite), reminder 2 (firm, with the late fees note) or the final notice (before-action wording) -- as Markdown or as self-contained printable HTML.
Potential side effectsletter_sentRecord that a chase letter was actually sent, with its date, so the ladder advances to the next stage.
Inferred read-onlyoverdue_listEvery unpaid invoice past its due date: how many days late, what is still owed, which letters have gone out, and what is due next and when.
Potential side effectsaging_summaryThe aging summary across every unpaid invoice: current, 1-30, 31-60, 61-90 and 91+ day buckets, with counts and totals in integer cents, per currency.
Potential side effectschase_todayThe day's chase list: which invoices cross an escalation threshold today, which letter to send each and how long it has been waiting, what falls due in the next few days, and which invoices have had all three letters and need a decision outside this server.
Potential side effectsinvoice_statusOne chased invoice in full: what was billed, what has been paid and what is still owed, every letter sent with its date, the escalation schedule with each stage's state, and what happens next and when.
Potential side effectsinvoice_deleteDelete an invoice entered wrongly, by id or reference: the record, its payments and its letter history.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-dunning-letters]
url = "https://mcp.zovo.one/mcp/dunning-letters"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-dunning-letters": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/dunning-letters"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-dunning-letters
Remote MCP URL: https://mcp.zovo.one/mcp/dunning-letters
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-dunning-letters": {
"url": "https://mcp.zovo.one/mcp/dunning-letters"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-dunning-letters": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/dunning-letters"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-dunning-letters",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/dunning-letters"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 34
https://mcp.zovo.one/mcp/packing-list
MCP server metadata
- Name
- mcp-packing-list
- Version
- 0.22.0
Known tools 14
packing_list_createOpen a packing list against an order and return its PL-YYYY-NNNN number: the order reference, the consignee, where it ships to and the date.
Inferred read-onlypacking_expectAdd an ordered line to a packing list so the shortfall is real: a SKU, a description and a quantity.
Inferred read-onlycarton_addAdd a carton to a packing list and return its C01-style id: a label, the empty weight in WHOLE GRAMS, and optionally length, width and height in WHOLE CENTIMETRES.
Inferred read-onlypack_itemPut a quantity of one item into a named carton: a description, how many, and the per-unit weight in WHOLE GRAMS.
Inferred read-onlyunpack_itemRemove one packed line from a packing list by its L01-style id and return the carton it came out of.
Potential side effectspacking_list_showThe whole packing list: its cartons with contents and derived weights, the ordered lines, the shortfall, whether it is ready to ship and why not, and its status history.
Inferred read-onlypacking_list_listPacking lists newest first, with cartons, units, gross weight and how many ordered lines are still short.
Inferred read-onlycarton_reportPer carton and for the shipment: tare, net, gross, volume, volumetric weight and the chargeable weight, the greater of gross and volumetric.
Inferred read-onlypacking_shortfallOrdered against packed, line by line: what is still short, what was over-packed, and what was packed that is not on the order at all.
Inferred read-onlypacking_slipThe packing slip as plain text on every tier: cartons, contents, weights and a signature line, and no prices anywhere.
Inferred read-onlypacking_list_deleteDelete a packing list for good, with its cartons and packed lines.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-packing-list]
url = "https://mcp.zovo.one/mcp/packing-list"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-packing-list": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/packing-list"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-packing-list
Remote MCP URL: https://mcp.zovo.one/mcp/packing-list
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-packing-list": {
"url": "https://mcp.zovo.one/mcp/packing-list"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-packing-list": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/packing-list"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-packing-list",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/packing-list"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 35
https://mcp.zovo.one/mcp/checklist
MCP server metadata
- Name
- mcp-checklist
- Version
- 0.22.0
Known tools 16
checklist_createCreate a reusable checklist and return its CL-NNNN id: a name, a category and an optional description.
Potential side effectschecklist_item_addAdd one step to a checklist and return its I01-style id: the text, an optional section heading, and whether it is required.
Inferred read-onlychecklist_item_removeRemove one step from a checklist by its I01-style id and bump the checklist version.
Potential side effectschecklist_showOne checklist with its steps in order, grouped by section, plus how many are required and how many runs have been started from it.
Inferred read-onlychecklist_listEvery checklist with its category, version, step count and how many runs came from it.
Inferred read-onlyrun_showThe whole run: every step with its answer, who answered it and when, grouped by section, plus the pass, fail and outstanding counts, the failures in full, and whether it can be signed off and why not.
Inferred read-onlyrun_statusMove a run back to open so a step can be answered again, or abandon it when the job did not happen.
Inferred read-onlyrun_reportThe run as plain text on every tier: every step with its mark, who answered it, the notes, the counts and a signature block or the recorded signature.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-checklist]
url = "https://mcp.zovo.one/mcp/checklist"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-checklist": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/checklist"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-checklist
Remote MCP URL: https://mcp.zovo.one/mcp/checklist
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-checklist": {
"url": "https://mcp.zovo.one/mcp/checklist"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-checklist": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/checklist"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-checklist",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/checklist"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 36
https://mcp.zovo.one/mcp/credit-note
MCP server metadata
- Name
- mcp-credit-note
- Version
- 0.22.0
Known tools 10
credit_note_createIssue a credit note against an invoice, or standalone: the recipient, the reason (returned goods, overcharge, discount correction, service issue, other), line items with quantity, unit price and tax rate, and the currency.
Potential side effectscredit_note_updateChange a draft credit note while it is still a draft: recipient, reason, lines, currency, invoice reference, issue date or notes.
Potential side effectscredit_note_finalizeFinalize a draft: burn the final CN-YYYY-NNNN number and freeze the note.
Inferred read-onlycredit_note_listList credit notes: number or draft id, recipient, reason, status, issue date and total.
Inferred read-onlycredit_note_getReturn one credit note by its CN number or draft id: every line with quantity, unit price and tax, the totals per tax rate, the reason, the invoice it credits, and the notes.
Potential side effectscredit_note_deleteDelete a draft credit note entered wrongly, by its draft id.
Potential side effectscredit_note_renderTurn a credit note into the document: Markdown to paste into an email or ticket, or a self-contained printable HTML page with every style inline.
Potential side effectscredit_note_summaryHow much you have credited: totals per currency over finalized credit notes, broken down by reason and by month, in an optional issue-date period.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-credit-note]
url = "https://mcp.zovo.one/mcp/credit-note"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-credit-note": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/credit-note"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-credit-note
Remote MCP URL: https://mcp.zovo.one/mcp/credit-note
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-credit-note": {
"url": "https://mcp.zovo.one/mcp/credit-note"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-credit-note": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/credit-note"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-credit-note",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/credit-note"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 37
https://mcp.zovo.one/mcp/delivery-schedule
MCP server metadata
- Name
- mcp-delivery-schedule
- Version
- 0.22.0
Known tools 12
delivery_schedule_createOpen a delivery schedule against a quote, work order or change order and return its DS-YYYY-NNNN number: the reference, its own date, the client, a title and the currency.
Inferred read-onlydeliverable_addAdd one dated deliverable and return its D number and the new counts.
Inferred read-onlydeliverable_statusRecord a dated move on one deliverable: planned, in_progress, delivered, then accepted with a note.
Inferred read-onlydelivery_schedule_getReturn one schedule in full as at a date: every deliverable with due date, status, delivered and accepted dates, note and value, plus what is late and the totals.
Inferred read-onlydelivery_schedule_listList schedules oldest reference first with client, currency and counts as at a date: late, still owed, accepted.
Inferred read-onlydelivery_schedule_deleteDelete a schedule carrying no deliverables, freeing an open slot.
Potential side effectslate_reportWhat has slipped as at a date: every deliverable still owed past its due date, worst first, with value at risk per currency, and what was delivered late kept apart.
Inferred read-onlydelivery_schedule_documentRender one schedule as a plain-text document for the client: every deliverable with its due date, status, delivered and accepted dates and value, the counts as at a date, and a sign-off block.
Inferred read-onlymilestone_payloadBuild the delivered-and-accepted deliverables as invoice_create-ready items in MAJOR units and quote_create-ready items in MINOR units, with VAT at the shared profile rate.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-delivery-schedule]
url = "https://mcp.zovo.one/mcp/delivery-schedule"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-delivery-schedule": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/delivery-schedule"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-delivery-schedule
Remote MCP URL: https://mcp.zovo.one/mcp/delivery-schedule
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-delivery-schedule": {
"url": "https://mcp.zovo.one/mcp/delivery-schedule"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-delivery-schedule": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/delivery-schedule"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-delivery-schedule",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/delivery-schedule"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 38
https://mcp.zovo.one/mcp/job-card
MCP server metadata
- Name
- mcp-job-card
- Version
- 0.22.0
Known tools 11
job_card_createOpen a job card for a job your crew is taking on and return its JC-YYYY-NNNN number: the client, the site, what the job is, the currency and when it is scheduled.
Inferred read-onlyjob_card_log_laborLog hours worked on a job card: who did the work, the day, the hours and the hourly rate in whole cents, with a note on what was done.
Inferred read-onlyjob_card_log_materialLog materials used on a job card: the item, the day it went in, the quantity and the unit cost in whole cents.
Inferred read-onlyjob_card_update_statusMove one job card exactly one step: open, in_progress, done, invoiced, archived, stamping the date and an optional note into its history.
Inferred read-onlyjob_card_listList job cards newest first: client, site, status, hours logged, and the labor, materials and grand totals in cents.
Inferred read-onlyjob_card_getRead one job card in full by JC number or client: every labor entry and every material used, the hours per worker, and the running totals -- labor, materials and grand total -- as integer cents with formatted amounts.
Inferred read-onlyjob_card_printRender a job card ready to print and hand to the client: the labor, the materials, the totals and a signature line for client sign-off.
Inferred read-onlyjob_card_summaryHours and value for a day or a week: the job cards touched, the hours per worker, and the labor, materials and total value, kept per currency.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-job-card]
url = "https://mcp.zovo.one/mcp/job-card"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-job-card": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/job-card"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-job-card
Remote MCP URL: https://mcp.zovo.one/mcp/job-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-job-card": {
"url": "https://mcp.zovo.one/mcp/job-card"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-job-card": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/job-card"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-job-card",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/job-card"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 39
https://mcp.zovo.one/mcp/maintenance-log
MCP server metadata
- Name
- mcp-maintenance-log
- Version
- 0.22.0
Known tools 8
asset_addAdd one piece of equipment to the maintenance register: its name, its serial or asset tag, where it lives, and the currency its costs are in.
Inferred read-onlymaintenance_logLog work done on an asset: the day, what was done, the cost in whole cents, who did it, and when the next service falls due -- as a date (next_due) or as an interval in days (interval_days), never both.
Inferred read-onlymaintenance_dueThe due report across every asset: what is overdue and by how many days, what falls due within the next N days (default 30), what is scheduled later, and what has no schedule at all.
Inferred read-onlyasset_historyRead one asset in full by id, tag or name: every log entry in chronological order, the total spend as integer cents with a formatted amount, the last service date, and the next-due date the asset currently lives under.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-maintenance-log]
url = "https://mcp.zovo.one/mcp/maintenance-log"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-maintenance-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/maintenance-log"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-maintenance-log
Remote MCP URL: https://mcp.zovo.one/mcp/maintenance-log
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-maintenance-log": {
"url": "https://mcp.zovo.one/mcp/maintenance-log"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-maintenance-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/maintenance-log"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-maintenance-log",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/maintenance-log"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 40
https://mcp.zovo.one/mcp/mileage-log
MCP server metadata
- Name
- mcp-mileage-log
- Version
- 0.22.0
Known tools 9
trip_addLog one drive in the mileage log: the date, where from and to, the distance in miles or km, the purpose, and the category (business, medical, moving, charitable, personal).
Inferred read-onlytrip_listList trips in the mileage log, oldest first: date, from, to, distance, category, and the amount each earns under the rate in force on its day (or the plain reason it is unpriced).
Inferred read-onlytrip_removeRemove one trip from the mileage log by its exact TR-YYYY-NNNN id, for entries made by mistake.
Potential side effectsrate_setSet what one mile or km is worth for one category in one jurisdiction from a date forward: the jurisdiction label, the category, the rate per unit, the currency, and the date it takes effect.
Inferred read-onlyrate_listList every mileage rate on file, grouped by jurisdiction and category with the effective-from dates in order: the series each trip is priced from.
Inferred read-onlymileage_summaryThe deductible mileage for a date range, per category: trips, distance kept per unit, the rate each trip earned (the one in force on its day), and the deductible amount, totalled per currency.
Inferred read-onlymileage_exportThe mileage log as CSV, one row per trip, oldest first: date, from, to, distance, unit, category, the rate applied (the one in force on the trip's day), the currency and the amount, plus purpose, jurisdiction, effective_from and id.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-mileage-log]
url = "https://mcp.zovo.one/mcp/mileage-log"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-mileage-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/mileage-log"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-mileage-log
Remote MCP URL: https://mcp.zovo.one/mcp/mileage-log
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-mileage-log": {
"url": "https://mcp.zovo.one/mcp/mileage-log"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-mileage-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/mileage-log"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-mileage-log",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/mileage-log"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 41
https://mcp.zovo.one/mcp/service-agreement
MCP server metadata
- Name
- mcp-service-agreement
- Version
- 0.22.0
Known tools 9
agreement_createWrite a service agreement between a freelancer and a client before the work starts: the parties, the scope of services, the deliverables, the rate and payment terms, start and end dates, a termination notice period, a liability cap and the governing jurisdiction.
Potential side effectsagreement_getRead one service agreement in full by SA number or client name: parties, scope, deliverables, rate and payment terms, dates, termination, liability cap, jurisdiction, the clauses it carries, its status and its status history.
Potential side effectsagreement_listList service agreements newest first: parties, status, rate, dates and the clauses each carries.
Inferred read-onlyagreement_update_statusMove one agreement exactly one step: draft, sent, signed, expired, stamping the date and an optional note into its history.
Inferred read-onlyclause_libraryList the built-in clause library: intellectual property assignment, mutual confidentiality, late payment interest, kill fee and revision rounds.
Potential side effectsagreement_renderRender a service agreement ready to send and sign: the parties, the services, the deliverables, the payment terms, the term, termination, liability, jurisdiction, any library clauses it carries, and a signature block for both parties.
Potential side effectsagreement_checklistThe before-you-send-it checklist for one agreement: every missing field is listed, and terms whose absence cuts one way are flagged neutrally -- as written, what the gap means for both parties -- such as no termination clause or an uncapped liability.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-service-agreement]
url = "https://mcp.zovo.one/mcp/service-agreement"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-service-agreement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/service-agreement"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-service-agreement
Remote MCP URL: https://mcp.zovo.one/mcp/service-agreement
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-service-agreement": {
"url": "https://mcp.zovo.one/mcp/service-agreement"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-service-agreement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/service-agreement"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-service-agreement",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/service-agreement"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 42
https://mcp.zovo.one/mcp/supplier-list
MCP server metadata
- Name
- mcp-supplier-list
- Version
- 0.22.0
Known tools 10
supplier_addAdd a supplier to the directory and return its SUP-YYYY-NNNN number: the name, what they supply, who to contact and how, the payment terms, the lead time in days, and notes.
Potential side effectssupplier_listList the supplier directory A to Z by name: contact, payment terms, lead time, when each record was last reviewed and how many days ago that was.
Potential side effectssupplier_getRead one supplier record in full by SUP number or name: every contact field, the payment terms, the lead time, the notes, and when the record was last reviewed.
Potential side effectssupplier_updateChange any of a supplier's fields by SUP number or name: name, category, the contact fields, payment terms, lead time, notes.
Potential side effectssupplier_removeRemove a supplier from the directory by SUP number or name, returning the record as it stood so nothing is lost silently.
Potential side effectssupplier_mark_reviewedStamp a supplier's record as reviewed on a date, today by default: you have checked the contact, the terms and the lead time are still true.
Inferred read-onlysupplier_due_reviewThe due-review report: every supplier whose record has not been reviewed in the last N days -- 90 unless you say otherwise -- most overdue first.
Inferred read-onlysupplier_exportExport the supplier directory as CSV or a Markdown table: every field, one row per supplier, A to Z by name.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-supplier-list]
url = "https://mcp.zovo.one/mcp/supplier-list"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-supplier-list": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/supplier-list"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-supplier-list
Remote MCP URL: https://mcp.zovo.one/mcp/supplier-list
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-supplier-list": {
"url": "https://mcp.zovo.one/mcp/supplier-list"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-supplier-list": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/supplier-list"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-supplier-list",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/supplier-list"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 43
https://mcp.zovo.one/mcp/goods-receipt
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/goods-receipt"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/goods-receipt"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/goods-receipt
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": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/goods-receipt"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/goods-receipt"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/goods-receipt"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 44
https://mcp.zovo.one/mcp/leave
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/leave"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/leave"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/leave
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": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/leave"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/leave"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/leave"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 45
https://mcp.zovo.one/mcp/onboarding
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/onboarding"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/onboarding"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/onboarding
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": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/onboarding"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/onboarding"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/onboarding"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 46
https://mcp.zovo.one/mcp/backlink-checker
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/backlink-checker"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/backlink-checker"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/backlink-checker
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": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/backlink-checker"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/backlink-checker"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/backlink-checker"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 47
https://mcp.zovo.one/mcp/carton-consignment-waybill-pack-list
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/carton-consignment-waybill-pack-list"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/carton-consignment-waybill-pack-list"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/carton-consignment-waybill-pack-list
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": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/carton-consignment-waybill-pack-list"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/carton-consignment-waybill-pack-list"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/carton-consignment-waybill-pack-list"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 48
https://mcp.zovo.one/mcp/deliverable-tracker
Known tools 0
No tool metadata was available in the registry cache.
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.zovo-one]
url = "https://mcp.zovo.one/mcp/deliverable-tracker"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/deliverable-tracker"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: zovo-one
Remote MCP URL: https://mcp.zovo.one/mcp/deliverable-tracker
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": {
"zovo-one": {
"url": "https://mcp.zovo.one/mcp/deliverable-tracker"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"zovo-one": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/deliverable-tracker"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "zovo-one",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/deliverable-tracker"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 49
https://mcp.zovo.one/mcp/docx-editor
MCP server metadata
- Name
- mcp-docx
- Version
- 0.22.0
Known tools 14
business_setStore the sender details printed on every proposal, contract and letter, plus the currency, VAT, terms and prefix defaults.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlydoc_delete_uploadDelete one document uploaded for your token: name is the name it was uploaded under, without .
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.mcp-docx]
url = "https://mcp.zovo.one/mcp/docx-editor"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/docx-editor"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-docx
Remote MCP URL: https://mcp.zovo.one/mcp/docx-editor
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-docx": {
"url": "https://mcp.zovo.one/mcp/docx-editor"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/docx-editor"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-docx",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/docx-editor"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 50
https://mcp.zovo.one/mcp/glossary-terms-definitions-library
MCP server metadata
- Name
- mcp-clauses
- Version
- 0.22.0
Known tools 12
clause_getReturn one clause in full by id or title: body, category, tags, jurisdiction, variables and the revision count, which stays 0 on free.
Inferred read-onlyclause_updateChange the text, category, tags, variables or jurisdiction of a clause.
Inferred read-onlyclause_deleteDelete one clause by id or exact title and report how many are left.
Potential side effectsclause_listList the library as id, title, category, tags and variables, in contract order by category then title, which is the order contract_assemble uses.
Inferred read-onlyclause_exportCall this tool to write the whole library to one file and return the path, format and count.
Potential side effectsvariables_listList every {{variable}} the clauses you name use, and which clause uses each, so the facts are gathered before contract_assemble leaves bracketed prompts.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-clauses]
url = "https://mcp.zovo.one/mcp/glossary-terms-definitions-library"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-clauses": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/glossary-terms-definitions-library"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-clauses
Remote MCP URL: https://mcp.zovo.one/mcp/glossary-terms-definitions-library
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-clauses": {
"url": "https://mcp.zovo.one/mcp/glossary-terms-definitions-library"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-clauses": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/glossary-terms-definitions-library"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-clauses",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/glossary-terms-definitions-library"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 51
https://mcp.zovo.one/mcp/itinerary-travel-plan-schedule-events
MCP server metadata
- Name
- mcp-calendar
- Version
- 0.22.0
Known tools 12
license_statusReport 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.
Inferred read-onlycalendars_listList imported calendars: name, event-definition count, size, source, import time and free-tier use of the 2 slots.
Inferred read-onlyevents_listEvery event between two dates, recurring expanded to occurrences, sorted by start.
Inferred read-onlyevents_searchFind events whose title, description, location or attendees contain a phrase.
Inferred read-onlyfree_busyMerged busy blocks and the free gaps inside your working hours over a day range.
Inferred read-onlyconflictsFind double bookings: every PAIR of timed events that overlap, with the minutes they collide, across all calendars unless you name one.
Inferred read-onlynext_eventThe first event not yet started, within the next 366 days, across every imported calendar or one you name.
Inferred read-onlyevent_to_time_entryTake one event and return the exact arguments for the time-tracker's entry_add, so a meeting that already happened becomes billable time without retyping it.
Inferred read-onlyics_forgetRemove one imported calendar by name and delete this server's local copy of its .
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.mcp-calendar]
url = "https://mcp.zovo.one/mcp/itinerary-travel-plan-schedule-events"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-calendar": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/itinerary-travel-plan-schedule-events"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-calendar
Remote MCP URL: https://mcp.zovo.one/mcp/itinerary-travel-plan-schedule-events
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-calendar": {
"url": "https://mcp.zovo.one/mcp/itinerary-travel-plan-schedule-events"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-calendar": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/itinerary-travel-plan-schedule-events"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-calendar",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/itinerary-travel-plan-schedule-events"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 52
https://mcp.zovo.one/mcp/label
MCP server metadata
- Name
- mcp-barcode
- Version
- 0.22.0
Known tools 10
license_statusReport 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.
Inferred read-onlyqr_createCall this tool to turn text or a URL into a QR code: SVG inline, or a PNG at a pixel size to out_path (Pro).
Inferred read-onlyqr_wifiCall this tool to make a QR code that joins a WiFi network when scanned: ssid, password and auth type, written to out_path or returned as SVG.
Inferred read-onlyqr_vcardCall this tool to make a QR code that adds a contact when scanned (vCard 3.
Inferred read-onlyqr_payment_sepaCall this tool for an EPC069-12 payment QR a euro banking app can scan.
Potential side effectsinvoice_payment_qrCall this tool for a SEPA payment QR from just an amount and reference: IBAN and name are read from the shared business profile, never asked for; pass invoice_id instead to take the amount from an invoice.
Potential side effectsbarcode_createCall this tool to draw a linear barcode (code128, ean13, ean8, upca) as SVG, or PNG to out_path.
Inferred read-onlybarcode_batchCall this tool to draw many barcodes or QR codes at once from a list of rows, each with its own value and file name.
Inferred read-onlycode_listList the codes this server generated, newest first, with what each carried and where it went, plus how much of the free 20 a month is used.
Inferred read-onlyCONNECT 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-barcode]
url = "https://mcp.zovo.one/mcp/label"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-barcode": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/label"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-barcode
Remote MCP URL: https://mcp.zovo.one/mcp/label
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-barcode": {
"url": "https://mcp.zovo.one/mcp/label"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-barcode": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/label"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-barcode",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/label"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 53
https://mcp.zovo.one/mcp/leave-pto-requests-approvals
MCP server metadata
- Name
- mcp-leave
- Version
- 0.22.0
Known tools 12
leave_employee_addAdd an employee to the leave tracker and return their EMP-NNNN id.
Inferred read-onlyleave_balanceShow one employee's leave balance: allowance + carried-over, minus approved and pending, as whole days plus a possible half day.
Inferred read-onlyleave_out_rangeWho is out in a date range: start and end are inclusive YYYY-MM-DD.
Inferred read-onlyleave_listList all employees, or all leave requests (optionally filtered by employee and/or status).
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyleave_cancelCancel a pending or approved request by id, keeping its record with status cancelled.
Inferred read-onlyCONNECT 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-leave]
url = "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-leave": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-leave
Remote MCP URL: https://mcp.zovo.one/mcp/leave-pto-requests-approvals
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-leave": {
"url": "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-leave": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-leave",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/leave-pto-requests-approvals"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 54
https://mcp.zovo.one/mcp/maintenance-schedule
MCP server metadata
- Name
- mcp-maintenance-log
- Version
- 0.22.0
Known tools 8
asset_addAdd one piece of equipment to the maintenance register: its name, its serial or asset tag, where it lives, and the currency its costs are in.
Inferred read-onlymaintenance_logLog work done on an asset: the day, what was done, the cost in whole cents, who did it, and when the next service falls due -- as a date (next_due) or as an interval in days (interval_days), never both.
Inferred read-onlymaintenance_dueThe due report across every asset: what is overdue and by how many days, what falls due within the next N days (default 30), what is scheduled later, and what has no schedule at all.
Inferred read-onlyasset_historyRead one asset in full by id, tag or name: every log entry in chronological order, the total spend as integer cents with a formatted amount, the last service date, and the next-due date the asset currently lives under.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-maintenance-log]
url = "https://mcp.zovo.one/mcp/maintenance-schedule"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-maintenance-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/maintenance-schedule"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-maintenance-log
Remote MCP URL: https://mcp.zovo.one/mcp/maintenance-schedule
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-maintenance-log": {
"url": "https://mcp.zovo.one/mcp/maintenance-schedule"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-maintenance-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/maintenance-schedule"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-maintenance-log",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/maintenance-schedule"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 55
https://mcp.zovo.one/mcp/mileage-logbook
MCP server metadata
- Name
- mcp-mileage-log
- Version
- 0.22.0
Known tools 9
trip_addLog one drive in the mileage log: the date, where from and to, the distance in miles or km, the purpose, and the category (business, medical, moving, charitable, personal).
Inferred read-onlytrip_listList trips in the mileage log, oldest first: date, from, to, distance, category, and the amount each earns under the rate in force on its day (or the plain reason it is unpriced).
Inferred read-onlytrip_removeRemove one trip from the mileage log by its exact TR-YYYY-NNNN id, for entries made by mistake.
Potential side effectsrate_setSet what one mile or km is worth for one category in one jurisdiction from a date forward: the jurisdiction label, the category, the rate per unit, the currency, and the date it takes effect.
Inferred read-onlyrate_listList every mileage rate on file, grouped by jurisdiction and category with the effective-from dates in order: the series each trip is priced from.
Inferred read-onlymileage_summaryThe deductible mileage for a date range, per category: trips, distance kept per unit, the rate each trip earned (the one in force on its day), and the deductible amount, totalled per currency.
Inferred read-onlymileage_exportThe mileage log as CSV, one row per trip, oldest first: date, from, to, distance, unit, category, the rate applied (the one in force on the trip's day), the currency and the amount, plus purpose, jurisdiction, effective_from and id.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-mileage-log]
url = "https://mcp.zovo.one/mcp/mileage-logbook"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-mileage-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/mileage-logbook"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-mileage-log
Remote MCP URL: https://mcp.zovo.one/mcp/mileage-logbook
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-mileage-log": {
"url": "https://mcp.zovo.one/mcp/mileage-logbook"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-mileage-log": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/mileage-logbook"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-mileage-log",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/mileage-logbook"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 56
https://mcp.zovo.one/mcp/new-hire-onboarding-tasks
MCP server metadata
- Name
- mcp-onboarding
- Version
- 0.22.0
Known tools 9
onboarding_hire_addAdd a new hire and return its H-NNNN id: a name, a role and the day they start.
Inferred read-onlyonboarding_hire_listEvery hire with their role, start date, task counts, percent complete and overdue count.
Inferred read-onlyonboarding_task_addAdd one task to a hire's plan and return its K01-style id: the text, who owns it (hr, manager or it) and how many days after the start date it is due.
Inferred read-onlyonboarding_task_doneMark one task on a hire done or skipped, with the day it happened.
Inferred read-onlyonboarding_template_applyApply a role template to one hire (free) or many (Pro), copying the template's tasks into each hire with the template's version recorded.
Inferred read-onlyonboarding_progressOne hire's whole plan: every task with its owner, due date and status, plus the percent complete, the overdue count and what is still outstanding.
Inferred read-onlyonboarding_overdueEvery task that is still outstanding past its due date, across all hires or one hire, with how many days late.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-onboarding]
url = "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-onboarding": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-onboarding
Remote MCP URL: https://mcp.zovo.one/mcp/new-hire-onboarding-tasks
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-onboarding": {
"url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-onboarding": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-onboarding",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 57
https://mcp.zovo.one/mcp/onboarding-goods-receipt-inspection-runs
MCP server metadata
- Name
- goods-receipt
- Version
- 0.22.0
Known tools 11
grn_line_addAdd another PO line (or more units on a line already open on this GRN) to an existing open goods-receipt note.
Inferred read-onlygrn_listList goods-receipt notes, newest first, optionally filtered to one purchase order.
Potential side effectsgrn_getGet a single goods-receipt note by id, with its lines, damage and shortage per line.
Inferred read-onlygrn_discrepancyList lines that are not as ordered: damaged units, a declared shortage, or received below the PO line's under tolerance.
Inferred read-onlygrn_status_reportReconcile every purchase order against every GRN: open POs (not yet fully received), POs fully received within tolerance, POs with at least one discrepancy, and per-line open/short/damaged counts.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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.goods-receipt]
url = "https://mcp.zovo.one/mcp/onboarding-goods-receipt-inspection-runs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goods-receipt": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/onboarding-goods-receipt-inspection-runs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goods-receipt
Remote MCP URL: https://mcp.zovo.one/mcp/onboarding-goods-receipt-inspection-runs
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": {
"goods-receipt": {
"url": "https://mcp.zovo.one/mcp/onboarding-goods-receipt-inspection-runs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goods-receipt": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/onboarding-goods-receipt-inspection-runs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goods-receipt",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/onboarding-goods-receipt-inspection-runs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 58
https://mcp.zovo.one/mcp/service-contract
MCP server metadata
- Name
- mcp-service-agreement
- Version
- 0.22.0
Known tools 9
agreement_createWrite a service agreement between a freelancer and a client before the work starts: the parties, the scope of services, the deliverables, the rate and payment terms, start and end dates, a termination notice period, a liability cap and the governing jurisdiction.
Potential side effectsagreement_getRead one service agreement in full by SA number or client name: parties, scope, deliverables, rate and payment terms, dates, termination, liability cap, jurisdiction, the clauses it carries, its status and its status history.
Potential side effectsagreement_listList service agreements newest first: parties, status, rate, dates and the clauses each carries.
Inferred read-onlyagreement_update_statusMove one agreement exactly one step: draft, sent, signed, expired, stamping the date and an optional note into its history.
Inferred read-onlyclause_libraryList the built-in clause library: intellectual property assignment, mutual confidentiality, late payment interest, kill fee and revision rounds.
Potential side effectsagreement_renderRender a service agreement ready to send and sign: the parties, the services, the deliverables, the payment terms, the term, termination, liability, jurisdiction, any library clauses it carries, and a signature block for both parties.
Potential side effectsagreement_checklistThe before-you-send-it checklist for one agreement: every missing field is listed, and terms whose absence cuts one way are flagged neutrally -- as written, what the gap means for both parties -- such as no termination clause or an uncapped liability.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-service-agreement]
url = "https://mcp.zovo.one/mcp/service-contract"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-service-agreement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/service-contract"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-service-agreement
Remote MCP URL: https://mcp.zovo.one/mcp/service-contract
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-service-agreement": {
"url": "https://mcp.zovo.one/mcp/service-contract"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-service-agreement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/service-contract"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-service-agreement",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/service-contract"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 59
https://mcp.zovo.one/mcp/supplier-directory
MCP server metadata
- Name
- mcp-supplier-list
- Version
- 0.22.0
Known tools 10
supplier_addAdd a supplier to the directory and return its SUP-YYYY-NNNN number: the name, what they supply, who to contact and how, the payment terms, the lead time in days, and notes.
Potential side effectssupplier_listList the supplier directory A to Z by name: contact, payment terms, lead time, when each record was last reviewed and how many days ago that was.
Potential side effectssupplier_getRead one supplier record in full by SUP number or name: every contact field, the payment terms, the lead time, the notes, and when the record was last reviewed.
Potential side effectssupplier_updateChange any of a supplier's fields by SUP number or name: name, category, the contact fields, payment terms, lead time, notes.
Potential side effectssupplier_removeRemove a supplier from the directory by SUP number or name, returning the record as it stood so nothing is lost silently.
Potential side effectssupplier_mark_reviewedStamp a supplier's record as reviewed on a date, today by default: you have checked the contact, the terms and the lead time are still true.
Inferred read-onlysupplier_due_reviewThe due-review report: every supplier whose record has not been reviewed in the last N days -- 90 unless you say otherwise -- most overdue first.
Inferred read-onlysupplier_exportExport the supplier directory as CSV or a Markdown table: every field, one row per supplier, A to Z by name.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-supplier-list]
url = "https://mcp.zovo.one/mcp/supplier-directory"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-supplier-list": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/supplier-directory"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-supplier-list
Remote MCP URL: https://mcp.zovo.one/mcp/supplier-directory
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-supplier-list": {
"url": "https://mcp.zovo.one/mcp/supplier-directory"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-supplier-list": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/supplier-directory"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-supplier-list",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/supplier-directory"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 60
https://mcp.zovo.one/mcp/appointment
MCP server metadata
- Name
- mcp-calendar
- Version
- 0.22.0
Known tools 12
license_statusReport 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.
Inferred read-onlycalendars_listList imported calendars: name, event-definition count, size, source, import time and free-tier use of the 2 slots.
Inferred read-onlyevents_listEvery event between two dates, recurring expanded to occurrences, sorted by start.
Inferred read-onlyevents_searchFind events whose title, description, location or attendees contain a phrase.
Inferred read-onlyfree_busyMerged busy blocks and the free gaps inside your working hours over a day range.
Inferred read-onlyconflictsFind double bookings: every PAIR of timed events that overlap, with the minutes they collide, across all calendars unless you name one.
Inferred read-onlynext_eventThe first event not yet started, within the next 366 days, across every imported calendar or one you name.
Inferred read-onlyevent_to_time_entryTake one event and return the exact arguments for the time-tracker's entry_add, so a meeting that already happened becomes billable time without retyping it.
Inferred read-onlyics_forgetRemove one imported calendar by name and delete this server's local copy of its .
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.mcp-calendar]
url = "https://mcp.zovo.one/mcp/appointment"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-calendar": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/appointment"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-calendar
Remote MCP URL: https://mcp.zovo.one/mcp/appointment
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-calendar": {
"url": "https://mcp.zovo.one/mcp/appointment"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-calendar": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/appointment"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-calendar",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/appointment"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 61
https://mcp.zovo.one/mcp/bank-statement-pdf
MCP server metadata
- Name
- mcp-bank-statement
- Version
- 0.22.0
Known tools 15
transactions_listList stored transactions in a date range, optionally for one account or category, or only the ones no rule has categorised yet.
Inferred read-onlytransactions_searchFind transactions whose description, counterparty, category or account contains the query.
Inferred read-onlytransaction_categorizeSet or clear the category on transactions by id, for a one-off no rule is worth writing for.
Inferred read-onlystatement_summaryWhat was spent/received in a date range per the BANK ACCOUNT, grouped by category, month, account or counterparty.
Inferred read-onlyreconcile_expensesMatch bank debits against mcp-expense-tracker entries: same currency and amount, date within a few days.
Inferred read-onlyrecurring_detectFind charges that come back: debits grouped by counterparty and currency with a steady amount and interval, with cadence, typical amount, next due date and annual cost.
Inferred read-onlystatement_exportExport the BANK transactions of a date range (a month, a quarter, a year) as .
Inferred read-onlyaccounts_listList the imported accounts: bank, currencies, transaction count, first and last date, and the closing balance when the file carried one.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-bank-statement]
url = "https://mcp.zovo.one/mcp/bank-statement-pdf"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-bank-statement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/bank-statement-pdf"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-bank-statement
Remote MCP URL: https://mcp.zovo.one/mcp/bank-statement-pdf
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-bank-statement": {
"url": "https://mcp.zovo.one/mcp/bank-statement-pdf"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-bank-statement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/bank-statement-pdf"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-bank-statement",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/bank-statement-pdf"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 62
https://mcp.zovo.one/mcp/budget-tracker
MCP server metadata
- Name
- mcp-expense-tracker
- Version
- 0.22.0
Known tools 14
expense_addRecord one expense and return its id, its net/VAT split and its billable flag.
Inferred read-onlyexpense_listList expenses in a date range with each one's net/VAT split, category, merchant, project and billable flag, plus a total per currency.
Inferred read-onlyreceipt_attachNot available on the hosted endpoint: it has no filesystem, so there is no receipt file to read or hash.
Inferred read-onlycategory_rulesReplace the merchant-to-category rules, or call with no rules to list them.
Inferred read-onlyexpense_settingsRead or set the defaults expense_add uses when a call does not name them: default_vat_rate and default_currency.
Inferred read-onlyexpense_summaryTotals for a date range grouped by category, project, month or merchant, per currency with gross, net and VAT, never mixed.
Inferred read-onlyexpense_exportExport the expenses in a date range as csv, xlsx or json and return a download link that is valid for one hour.
Inferred read-onlyexpense_to_invoicePreview the unbilled billable expenses of one project as invoice_create line items (description, quantity, unit_price, tax_rate), grouped per currency.
Inferred read-onlyexpense_mark_rebilledMark expenses as rebilled once the invoice that carries them actually exists.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-expense-tracker]
url = "https://mcp.zovo.one/mcp/budget-tracker"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/budget-tracker"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-expense-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/budget-tracker
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-expense-tracker": {
"url": "https://mcp.zovo.one/mcp/budget-tracker"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/budget-tracker"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-expense-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/budget-tracker"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 63
https://mcp.zovo.one/mcp/business-expenses
MCP server metadata
- Name
- mcp-expense-tracker
- Version
- 0.22.0
Known tools 14
expense_addRecord one expense and return its id, its net/VAT split and its billable flag.
Inferred read-onlyexpense_listList expenses in a date range with each one's net/VAT split, category, merchant, project and billable flag, plus a total per currency.
Inferred read-onlyreceipt_attachNot available on the hosted endpoint: it has no filesystem, so there is no receipt file to read or hash.
Inferred read-onlycategory_rulesReplace the merchant-to-category rules, or call with no rules to list them.
Inferred read-onlyexpense_settingsRead or set the defaults expense_add uses when a call does not name them: default_vat_rate and default_currency.
Inferred read-onlyexpense_summaryTotals for a date range grouped by category, project, month or merchant, per currency with gross, net and VAT, never mixed.
Inferred read-onlyexpense_exportExport the expenses in a date range as csv, xlsx or json and return a download link that is valid for one hour.
Inferred read-onlyexpense_to_invoicePreview the unbilled billable expenses of one project as invoice_create line items (description, quantity, unit_price, tax_rate), grouped per currency.
Inferred read-onlyexpense_mark_rebilledMark expenses as rebilled once the invoice that carries them actually exists.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-expense-tracker]
url = "https://mcp.zovo.one/mcp/business-expenses"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/business-expenses"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-expense-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/business-expenses
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-expense-tracker": {
"url": "https://mcp.zovo.one/mcp/business-expenses"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/business-expenses"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-expense-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/business-expenses"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 64
https://mcp.zovo.one/mcp/career
MCP server metadata
- Name
- mcp-resume
- Version
- 0.22.0
Known tools 13
profile_setStore the profile every resume and cover letter is built from: contact details, summary, skills, roles with bullets, education, certifications and languages.
Inferred read-onlyprofile_getReturn the stored CV profile exactly as resume_create, cover_letter_create and tailor_to_job will use it, plus the variant read and every stored variant name.
Inferred read-onlyresume_to_markdownReturn the stored profile as markdown text inline, ready to paste into a form or an ATS box.
Inferred read-onlyresume_to_htmlCall this tool to write the resume as semantic HTML with a print stylesheet and return where it went; print it to PDF from a browser, because there is no doc_to_pdf here.
Potential side effectstailor_to_jobREAD-ONLY gap analysis against a posting: writes nothing, changes nothing.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlydoc_delete_uploadDelete one document uploaded for your token: name is the name it was uploaded under, without .
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.mcp-resume]
url = "https://mcp.zovo.one/mcp/career"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-resume": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/career"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-resume
Remote MCP URL: https://mcp.zovo.one/mcp/career
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-resume": {
"url": "https://mcp.zovo.one/mcp/career"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-resume": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/career"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-resume",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/career"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 65
https://mcp.zovo.one/mcp/cashflow
MCP server metadata
- Name
- mcp-bank-statement
- Version
- 0.22.0
Known tools 15
transactions_listList stored transactions in a date range, optionally for one account or category, or only the ones no rule has categorised yet.
Inferred read-onlytransactions_searchFind transactions whose description, counterparty, category or account contains the query.
Inferred read-onlytransaction_categorizeSet or clear the category on transactions by id, for a one-off no rule is worth writing for.
Inferred read-onlystatement_summaryWhat was spent/received in a date range per the BANK ACCOUNT, grouped by category, month, account or counterparty.
Inferred read-onlyreconcile_expensesMatch bank debits against mcp-expense-tracker entries: same currency and amount, date within a few days.
Inferred read-onlyrecurring_detectFind charges that come back: debits grouped by counterparty and currency with a steady amount and interval, with cadence, typical amount, next due date and annual cost.
Inferred read-onlystatement_exportExport the BANK transactions of a date range (a month, a quarter, a year) as .
Inferred read-onlyaccounts_listList the imported accounts: bank, currencies, transaction count, first and last date, and the closing balance when the file carried one.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-bank-statement]
url = "https://mcp.zovo.one/mcp/cashflow"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-bank-statement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/cashflow"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-bank-statement
Remote MCP URL: https://mcp.zovo.one/mcp/cashflow
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-bank-statement": {
"url": "https://mcp.zovo.one/mcp/cashflow"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-bank-statement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/cashflow"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-bank-statement",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/cashflow"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 66
https://mcp.zovo.one/mcp/categorize-transactions
MCP server metadata
- Name
- mcp-bank-statement
- Version
- 0.22.0
Known tools 15
transactions_listList stored transactions in a date range, optionally for one account or category, or only the ones no rule has categorised yet.
Inferred read-onlytransactions_searchFind transactions whose description, counterparty, category or account contains the query.
Inferred read-onlytransaction_categorizeSet or clear the category on transactions by id, for a one-off no rule is worth writing for.
Inferred read-onlystatement_summaryWhat was spent/received in a date range per the BANK ACCOUNT, grouped by category, month, account or counterparty.
Inferred read-onlyreconcile_expensesMatch bank debits against mcp-expense-tracker entries: same currency and amount, date within a few days.
Inferred read-onlyrecurring_detectFind charges that come back: debits grouped by counterparty and currency with a steady amount and interval, with cadence, typical amount, next due date and annual cost.
Inferred read-onlystatement_exportExport the BANK transactions of a date range (a month, a quarter, a year) as .
Inferred read-onlyaccounts_listList the imported accounts: bank, currencies, transaction count, first and last date, and the closing balance when the file carried one.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-bank-statement]
url = "https://mcp.zovo.one/mcp/categorize-transactions"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-bank-statement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/categorize-transactions"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-bank-statement
Remote MCP URL: https://mcp.zovo.one/mcp/categorize-transactions
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-bank-statement": {
"url": "https://mcp.zovo.one/mcp/categorize-transactions"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-bank-statement": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/categorize-transactions"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-bank-statement",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/categorize-transactions"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 67
https://mcp.zovo.one/mcp/convert-pdf-to-word-docx
MCP server metadata
- Name
- mcp-pdf
- Version
- 0.22.0
Known tools 15
pdf_infoCall this tool to inspect a PDF: page count, page sizes in points/mm, paper name, metadata (title, author, producer, dates) and whether it is encrypted.
Inferred read-onlypdf_countPage count per file plus the total, for any number of PDFs, with how many were readable.
Inferred read-onlypdf_pagesCall this tool to pull selected pages into one new PDF, in the order written: "2,4-6" gives four pages.
Inferred read-onlypdf_rotateCall this tool to turn pages by a multiple of 90 degrees, clockwise for positive.
Inferred read-onlypdf_stampCall this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose.
Inferred read-onlypdf_watermark_businessCall this tool to put your business name and VAT id in the footer of every page, from the shared profile mcp-invoice and mcp-docx write.
Potential side effectspdf_reorderCall this tool to write a new PDF with pages in the order you give.
Potential side effectslicense_statusReport 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.
Inferred read-onlypdf_filesList the PDFs stored for your token: what you uploaded, and what this server has written, with their sizes.
Inferred read-onlyCONNECT 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-pdf]
url = "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-pdf
Remote MCP URL: https://mcp.zovo.one/mcp/convert-pdf-to-word-docx
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-pdf": {
"url": "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-pdf",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/convert-pdf-to-word-docx"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 68
https://mcp.zovo.one/mcp/credit-memo
MCP server metadata
- Name
- mcp-credit-note
- Version
- 0.22.0
Known tools 10
credit_note_createIssue a credit note against an invoice, or standalone: the recipient, the reason (returned goods, overcharge, discount correction, service issue, other), line items with quantity, unit price and tax rate, and the currency.
Potential side effectscredit_note_updateChange a draft credit note while it is still a draft: recipient, reason, lines, currency, invoice reference, issue date or notes.
Potential side effectscredit_note_finalizeFinalize a draft: burn the final CN-YYYY-NNNN number and freeze the note.
Inferred read-onlycredit_note_listList credit notes: number or draft id, recipient, reason, status, issue date and total.
Inferred read-onlycredit_note_getReturn one credit note by its CN number or draft id: every line with quantity, unit price and tax, the totals per tax rate, the reason, the invoice it credits, and the notes.
Potential side effectscredit_note_deleteDelete a draft credit note entered wrongly, by its draft id.
Potential side effectscredit_note_renderTurn a credit note into the document: Markdown to paste into an email or ticket, or a self-contained printable HTML page with every style inline.
Potential side effectscredit_note_summaryHow much you have credited: totals per currency over finalized credit notes, broken down by reason and by month, in an optional issue-date period.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-credit-note]
url = "https://mcp.zovo.one/mcp/credit-memo"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-credit-note": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/credit-memo"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-credit-note
Remote MCP URL: https://mcp.zovo.one/mcp/credit-memo
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-credit-note": {
"url": "https://mcp.zovo.one/mcp/credit-memo"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-credit-note": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/credit-memo"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-credit-note",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/credit-memo"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 69
https://mcp.zovo.one/mcp/credit-note-ics
MCP server metadata
- Name
- mcp-credit-note
- Version
- 0.22.0
Known tools 10
credit_note_createIssue a credit note against an invoice, or standalone: the recipient, the reason (returned goods, overcharge, discount correction, service issue, other), line items with quantity, unit price and tax rate, and the currency.
Potential side effectscredit_note_updateChange a draft credit note while it is still a draft: recipient, reason, lines, currency, invoice reference, issue date or notes.
Potential side effectscredit_note_finalizeFinalize a draft: burn the final CN-YYYY-NNNN number and freeze the note.
Inferred read-onlycredit_note_listList credit notes: number or draft id, recipient, reason, status, issue date and total.
Inferred read-onlycredit_note_getReturn one credit note by its CN number or draft id: every line with quantity, unit price and tax, the totals per tax rate, the reason, the invoice it credits, and the notes.
Potential side effectscredit_note_deleteDelete a draft credit note entered wrongly, by its draft id.
Potential side effectscredit_note_renderTurn a credit note into the document: Markdown to paste into an email or ticket, or a self-contained printable HTML page with every style inline.
Potential side effectscredit_note_summaryHow much you have credited: totals per currency over finalized credit notes, broken down by reason and by month, in an optional issue-date period.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-credit-note]
url = "https://mcp.zovo.one/mcp/credit-note-ics"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-credit-note": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/credit-note-ics"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-credit-note
Remote MCP URL: https://mcp.zovo.one/mcp/credit-note-ics
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-credit-note": {
"url": "https://mcp.zovo.one/mcp/credit-note-ics"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-credit-note": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/credit-note-ics"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-credit-note",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/credit-note-ics"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 70
https://mcp.zovo.one/mcp/currency-exchange
MCP server metadata
- Name
- mcp-currency
- Version
- 0.22.0
Known tools 10
rates_latestCall this tool for the latest ECB daily reference rates against any base: 1.
Inferred read-onlyconvertCall this tool to convert an amount between any two ECB-quoted currencies, today or on a past date.
Inferred read-onlyconvert_manyConvert one amount into many currencies off the SAME ECB rate date, each rounded to its own minor units.
Inferred read-onlyfx_rates_forCall this tool when a rebill or an invoice spans more than one currency, instead of asking the user for rates.
Potential side effectscurrencies_listEvery currency in the ECB daily set with its rate against the euro and its decimal places.
Inferred read-onlycache_statusReport the ECB rate cache here: which dates are held, how old they are and when they refresh.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-currency]
url = "https://mcp.zovo.one/mcp/currency-exchange"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-currency": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/currency-exchange"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-currency
Remote MCP URL: https://mcp.zovo.one/mcp/currency-exchange
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-currency": {
"url": "https://mcp.zovo.one/mcp/currency-exchange"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-currency": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/currency-exchange"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-currency",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/currency-exchange"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 71
https://mcp.zovo.one/mcp/delegacja
MCP server metadata
- Name
- mcp-per-diem
- Version
- 0.22.0
Known tools 9
perdiem_ratesList a scheme's bundled daily allowance rates with the authority, instrument, source URL and effective date they came from.
Inferred read-onlyperdiem_calcCalculate the daily travel allowance for one trip: the amount per day and the total in the scheme's currency, with the partial-day fraction and the meal deductions the scheme's own rule applies.
Inferred read-onlytrip_recordCalculate a trip and save it under a name, traveller taken from the shared business profile; returns the TRIP-YYYY-NNNN id.
Inferred read-onlytrip_listList saved trips with the scheme, destination, dates and total on each, and a total per currency.
Inferred read-onlytrip_deleteDelete one saved trip and free the free-tier slot it held that month.
Potential side effectstrip_exportReturn the exact expense_add arguments for a saved trip: one payload for subsistence and, with split_lodging, one for lodging.
Inferred read-onlyperdiem_reportTotal saved trips per scheme and calendar month, bucketed by start date: trips, days, subsistence and lodging, each in the scheme's own currency, with the trip ids behind every figure.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-per-diem]
url = "https://mcp.zovo.one/mcp/delegacja"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-per-diem": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/delegacja"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-per-diem
Remote MCP URL: https://mcp.zovo.one/mcp/delegacja
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-per-diem": {
"url": "https://mcp.zovo.one/mcp/delegacja"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-per-diem": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/delegacja"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-per-diem",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/delegacja"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 72
https://mcp.zovo.one/mcp/dunning
MCP server metadata
- Name
- mcp-statement-of-account
- Version
- 0.22.0
Known tools 8
statement_buildBuild one client's statement for a period: opening, invoices, payments with deposits applied broken out, credit notes and closing, formatted and in minor units.
Inferred read-onlystatement_agingAge open invoices into 0-30, 31-60, 61-90 and over 90 days past DUE date at a date, per client and currency, with the invoices themselves.
Inferred read-onlystatement_textTurn one client's statement into a plain-text letter for an email: movements in date order, opening and closing balances, deposit held, a sign-off.
Potential side effectsstatement_pdfCall this tool to render one client's A4 statement of account and return a download link valid for one hour.
Inferred read-onlydunning_textWrite a payment chaser at level 1 friendly, 2 firm or 3 final demand: every OVERDUE invoice with its age, the total and your bank details.
Potential side effectsstatements_reportReceivables across every client at a date: totals and aging per currency, clients ranked by how much is OVERDUE, and the oldest overdue invoice.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-statement-of-account]
url = "https://mcp.zovo.one/mcp/dunning"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-statement-of-account": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/dunning"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-statement-of-account
Remote MCP URL: https://mcp.zovo.one/mcp/dunning
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-statement-of-account": {
"url": "https://mcp.zovo.one/mcp/dunning"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-statement-of-account": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/dunning"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-statement-of-account",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/dunning"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 73
https://mcp.zovo.one/mcp/estimate-template
MCP server metadata
- Name
- mcp-quotes
- Version
- 0.22.0
Known tools 12
quote_createStore a quote for client from items and return its Q number, VAT and totals.
Inferred read-onlyquote_listList quotes newest first: id, client, dates, state, days left while open, currency, total and the invoice number once accepted.
Potential side effectsquote_getReturn one quote in full by Q number or exact client name: lines with unit price and VAT, totals, dates, the state today with days left, notes, and the invoice it became once accepted.
Potential side effectsquote_updateRevise a quote that is still open: line items, currency, discount, VAT default, validity or notes.
Inferred read-onlyquote_send_textTurn a quote into a plain-text summary to paste into an email: the line table, VAT lines, total and validity date.
Potential side effectsquote_acceptMark a quote accepted and turn it into an invoice: created directly in the invoice server when its store is present, otherwise returned as invoice_create-ready line items.
Potential side effectsquote_declineMark a quote lost, with a reason kept on the record, freeing a free-tier open slot and counting in the win rate.
Inferred read-onlyquote_deleteDelete a draft quote that was never sent, accepted, invoiced or exported, and give its free open-quote slot back.
Potential side effectsquote_pdfCall this tool to render one quote as an A4 print-ready document and return a download link valid for one hour: the invoice layout with the validity date and an acceptance block.
Potential side effectsquote_reportTotals per currency for open, accepted, declined and expired quotes, with counts, the value still open and the win rate.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-quotes]
url = "https://mcp.zovo.one/mcp/estimate-template"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-quotes": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/estimate-template"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-quotes
Remote MCP URL: https://mcp.zovo.one/mcp/estimate-template
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-quotes": {
"url": "https://mcp.zovo.one/mcp/estimate-template"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-quotes": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/estimate-template"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-quotes",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/estimate-template"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 74
https://mcp.zovo.one/mcp/exchange-rates
MCP server metadata
- Name
- mcp-currency
- Version
- 0.22.0
Known tools 10
rates_latestCall this tool for the latest ECB daily reference rates against any base: 1.
Inferred read-onlyconvertCall this tool to convert an amount between any two ECB-quoted currencies, today or on a past date.
Inferred read-onlyconvert_manyConvert one amount into many currencies off the SAME ECB rate date, each rounded to its own minor units.
Inferred read-onlyfx_rates_forCall this tool when a rebill or an invoice spans more than one currency, instead of asking the user for rates.
Potential side effectscurrencies_listEvery currency in the ECB daily set with its rate against the euro and its decimal places.
Inferred read-onlycache_statusReport the ECB rate cache here: which dates are held, how old they are and when they refresh.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-currency]
url = "https://mcp.zovo.one/mcp/exchange-rates"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-currency": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/exchange-rates"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-currency
Remote MCP URL: https://mcp.zovo.one/mcp/exchange-rates
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-currency": {
"url": "https://mcp.zovo.one/mcp/exchange-rates"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-currency": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/exchange-rates"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-currency",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/exchange-rates"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 75
https://mcp.zovo.one/mcp/expenses-tracker
MCP server metadata
- Name
- mcp-expense-tracker
- Version
- 0.22.0
Known tools 14
expense_addRecord one expense and return its id, its net/VAT split and its billable flag.
Inferred read-onlyexpense_listList expenses in a date range with each one's net/VAT split, category, merchant, project and billable flag, plus a total per currency.
Inferred read-onlyreceipt_attachNot available on the hosted endpoint: it has no filesystem, so there is no receipt file to read or hash.
Inferred read-onlycategory_rulesReplace the merchant-to-category rules, or call with no rules to list them.
Inferred read-onlyexpense_settingsRead or set the defaults expense_add uses when a call does not name them: default_vat_rate and default_currency.
Inferred read-onlyexpense_summaryTotals for a date range grouped by category, project, month or merchant, per currency with gross, net and VAT, never mixed.
Inferred read-onlyexpense_exportExport the expenses in a date range as csv, xlsx or json and return a download link that is valid for one hour.
Inferred read-onlyexpense_to_invoicePreview the unbilled billable expenses of one project as invoice_create line items (description, quantity, unit_price, tax_rate), grouped per currency.
Inferred read-onlyexpense_mark_rebilledMark expenses as rebilled once the invoice that carries them actually exists.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-expense-tracker]
url = "https://mcp.zovo.one/mcp/expenses-tracker"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/expenses-tracker"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-expense-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/expenses-tracker
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-expense-tracker": {
"url": "https://mcp.zovo.one/mcp/expenses-tracker"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/expenses-tracker"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-expense-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/expenses-tracker"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 76
https://mcp.zovo.one/mcp/fixed-assets
MCP server metadata
- Name
- mcp-asset-register
- Version
- 0.22.0
Known tools 9
asset_addAdd one fixed asset to the register and return its id with the rate, useful life and convention taken from the bundled tax table.
Inferred read-onlyasset_listList the assets in the register with cost, method, rate and net book value at a date, filtered by scheme, category, project, currency or disposal state.
Inferred read-onlyasset_scheduleBuild the depreciation schedule for a stored asset, or price one not in the register, per year or per month, to residual or zero, with the table's rate, life and convention.
Inferred read-onlyasset_journalReturn the depreciation journal for one month: debit depreciation expense and credit accumulated depreciation, per asset and in total, plus an expense_add-ready payload per currency.
Inferred read-onlyasset_disposeRecord that an asset left the business on a date and return the gain or loss against net book value.
Inferred read-onlyasset_deleteRemove one asset from the register when nothing depends on it: not disposed of, never journaled.
Potential side effectsasset_reportFor one year: net book value by category, scheme and currency at as_of, the year's depreciation charge per currency, and every disposal with its gain or loss.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-asset-register]
url = "https://mcp.zovo.one/mcp/fixed-assets"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-asset-register": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/fixed-assets"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-asset-register
Remote MCP URL: https://mcp.zovo.one/mcp/fixed-assets
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-asset-register": {
"url": "https://mcp.zovo.one/mcp/fixed-assets"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-asset-register": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/fixed-assets"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-asset-register",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/fixed-assets"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 77
https://mcp.zovo.one/mcp/freelance
MCP server metadata
- Name
- mcp-quotes
- Version
- 0.22.0
Known tools 12
quote_createStore a quote for client from items and return its Q number, VAT and totals.
Inferred read-onlyquote_listList quotes newest first: id, client, dates, state, days left while open, currency, total and the invoice number once accepted.
Potential side effectsquote_getReturn one quote in full by Q number or exact client name: lines with unit price and VAT, totals, dates, the state today with days left, notes, and the invoice it became once accepted.
Potential side effectsquote_updateRevise a quote that is still open: line items, currency, discount, VAT default, validity or notes.
Inferred read-onlyquote_send_textTurn a quote into a plain-text summary to paste into an email: the line table, VAT lines, total and validity date.
Potential side effectsquote_acceptMark a quote accepted and turn it into an invoice: created directly in the invoice server when its store is present, otherwise returned as invoice_create-ready line items.
Potential side effectsquote_declineMark a quote lost, with a reason kept on the record, freeing a free-tier open slot and counting in the win rate.
Inferred read-onlyquote_deleteDelete a draft quote that was never sent, accepted, invoiced or exported, and give its free open-quote slot back.
Potential side effectsquote_pdfCall this tool to render one quote as an A4 print-ready document and return a download link valid for one hour: the invoice layout with the validity date and an acceptance block.
Potential side effectsquote_reportTotals per currency for open, accepted, declined and expired quotes, with counts, the value still open and the win rate.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-quotes]
url = "https://mcp.zovo.one/mcp/freelance"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-quotes": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/freelance"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-quotes
Remote MCP URL: https://mcp.zovo.one/mcp/freelance
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-quotes": {
"url": "https://mcp.zovo.one/mcp/freelance"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-quotes": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/freelance"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-quotes",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/freelance"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 78
https://mcp.zovo.one/mcp/freelance-invoice
MCP server metadata
- Name
- mcp-invoice
- Version
- 0.22.0
Known tools 13
business_setThe ONE business profile for the whole suite: name, address, VAT id, bank details and defaults (currency, tax rate, terms, prefix, timezone).
Inferred read-onlyinvoice_createCreate an invoice from line items and return the record with its next, never-reused number.
Potential side effectsinvoice_from_hoursShortcut for the common case: bill one client for N hours at an hourly rate.
Inferred read-onlyinvoice_listList invoices by number: client, dates, currency, subtotal, discount, tax lines, total, status, paid, credited and the balance still due after any credit note.
Inferred read-onlyinvoice_getReturn the full stored record for one invoice number, including every line, tax breakdown, and the balance still open after any credit note issued against it (see credited_minor).
Potential side effectsinvoice_pdfCall this tool to write one stored invoice as an A4 PDF and return the path: issuer, BILL TO, dates, items, taxes and totals.
Potential side effectsoverdue_reportList every invoice not paid in full whose due date has passed, worst first, with days overdue and the amount, then a total per currency.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-invoice]
url = "https://mcp.zovo.one/mcp/freelance-invoice"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-invoice": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/freelance-invoice"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-invoice
Remote MCP URL: https://mcp.zovo.one/mcp/freelance-invoice
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-invoice": {
"url": "https://mcp.zovo.one/mcp/freelance-invoice"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-invoice": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/freelance-invoice"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-invoice",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/freelance-invoice"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 79
https://mcp.zovo.one/mcp/gantt-chart
MCP server metadata
- Name
- mcp-spreadsheet
- Version
- 0.22.0
Known tools 13
license_statusReport 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.
Inferred read-onlysheet_filesList the sheets loaded for this token, with their sizes and the storage left under the 2 MB cap.
Inferred read-onlysheet_unloadDelete one sheet loaded for this token, freeing its space under the 2 MB cap.
Potential side effectssheet_infoCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_readCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_queryCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse them.
Inferred read-onlysheet_statsCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_findCall this tool to search every cell of a spreadsheet or CSV for text; built-in file readers cannot parse spreadsheets.
Inferred read-onlysheet_writeCall this tool to write rows to an xlsx, csv, tsv or json file; the extension of out_path picks the format.
Potential side effectssheet_add_columnCall this tool to add a computed column and save the result to a NEW file; the source is never modified unless out_path points at it.
Inferred read-onlysheet_convertCall this tool to convert a sheet between excel (xlsx), csv and json.
Inferred read-onlyCONNECT 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-spreadsheet]
url = "https://mcp.zovo.one/mcp/gantt-chart"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-spreadsheet": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/gantt-chart"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-spreadsheet
Remote MCP URL: https://mcp.zovo.one/mcp/gantt-chart
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-spreadsheet": {
"url": "https://mcp.zovo.one/mcp/gantt-chart"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-spreadsheet": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/gantt-chart"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-spreadsheet",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/gantt-chart"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 80
https://mcp.zovo.one/mcp/imprest-account
MCP server metadata
- Name
- mcp-petty-cash
- Version
- 0.22.0
Known tools 9
topup_recordRecord cash put into the tin, in whole MINOR units, with the date and source, and return the new balance against the imprest.
Inferred read-onlyvoucher_addRecord one voucher paid out of the tin and return its VOU-YYYY-NNNN number.
Inferred read-onlyreconcileCount the tin: give the cash counted in whole MINOR units and the date, and get the expected balance, the difference, and every voucher since the last count, which this marks reconciled.
Inferred read-onlyreplenish_requestWork out what puts the float back to its imprest: the amount, the vouchers it reimburses, the totals per category as an expense_add-ready payload, and the double entry.
Inferred read-onlyfloat_reportReport each float: balance against imprest, what it takes to restore it, unreconciled vouchers with their total, the last count, and the history of what counts found over or short.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-petty-cash]
url = "https://mcp.zovo.one/mcp/imprest-account"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-petty-cash": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/imprest-account"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-petty-cash
Remote MCP URL: https://mcp.zovo.one/mcp/imprest-account
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-petty-cash": {
"url": "https://mcp.zovo.one/mcp/imprest-account"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-petty-cash": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/imprest-account"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-petty-cash",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/imprest-account"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 81
https://mcp.zovo.one/mcp/invoice-generator
MCP server metadata
- Name
- mcp-invoice
- Version
- 0.22.0
Known tools 13
business_setThe ONE business profile for the whole suite: name, address, VAT id, bank details and defaults (currency, tax rate, terms, prefix, timezone).
Inferred read-onlyinvoice_createCreate an invoice from line items and return the record with its next, never-reused number.
Potential side effectsinvoice_from_hoursShortcut for the common case: bill one client for N hours at an hourly rate.
Inferred read-onlyinvoice_listList invoices by number: client, dates, currency, subtotal, discount, tax lines, total, status, paid, credited and the balance still due after any credit note.
Inferred read-onlyinvoice_getReturn the full stored record for one invoice number, including every line, tax breakdown, and the balance still open after any credit note issued against it (see credited_minor).
Potential side effectsinvoice_pdfCall this tool to write one stored invoice as an A4 PDF and return the path: issuer, BILL TO, dates, items, taxes and totals.
Potential side effectsoverdue_reportList every invoice not paid in full whose due date has passed, worst first, with days overdue and the amount, then a total per currency.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-invoice]
url = "https://mcp.zovo.one/mcp/invoice-generator"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-invoice": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/invoice-generator"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-invoice
Remote MCP URL: https://mcp.zovo.one/mcp/invoice-generator
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-invoice": {
"url": "https://mcp.zovo.one/mcp/invoice-generator"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-invoice": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/invoice-generator"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-invoice",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/invoice-generator"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 82
https://mcp.zovo.one/mcp/invoice-maker
MCP server metadata
- Name
- mcp-invoice
- Version
- 0.22.0
Known tools 13
business_setThe ONE business profile for the whole suite: name, address, VAT id, bank details and defaults (currency, tax rate, terms, prefix, timezone).
Inferred read-onlyinvoice_createCreate an invoice from line items and return the record with its next, never-reused number.
Potential side effectsinvoice_from_hoursShortcut for the common case: bill one client for N hours at an hourly rate.
Inferred read-onlyinvoice_listList invoices by number: client, dates, currency, subtotal, discount, tax lines, total, status, paid, credited and the balance still due after any credit note.
Inferred read-onlyinvoice_getReturn the full stored record for one invoice number, including every line, tax breakdown, and the balance still open after any credit note issued against it (see credited_minor).
Potential side effectsinvoice_pdfCall this tool to write one stored invoice as an A4 PDF and return the path: issuer, BILL TO, dates, items, taxes and totals.
Potential side effectsoverdue_reportList every invoice not paid in full whose due date has passed, worst first, with days overdue and the amount, then a total per currency.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-invoice]
url = "https://mcp.zovo.one/mcp/invoice-maker"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-invoice": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/invoice-maker"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-invoice
Remote MCP URL: https://mcp.zovo.one/mcp/invoice-maker
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-invoice": {
"url": "https://mcp.zovo.one/mcp/invoice-maker"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-invoice": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/invoice-maker"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-invoice",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/invoice-maker"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 83
https://mcp.zovo.one/mcp/lease-schedule
MCP server metadata
- Name
- mcp-amortization
- Version
- 0.22.0
Known tools 9
loan_createRecord a loan or lease and return its id, level payment and effective annual rate.
Potential side effectsloan_scheduleBuild one loan's schedule: opening balance, payment, interest, principal and closing per period, with total interest.
Potential side effectsloan_repay_earlyWork out what settling or overpaying costs as of a period: the outstanding balance, the penalty if one is given, the recalculated remaining schedule and the interest saved, stated gross and net of the penalty.
Inferred read-onlyloan_journalReturn the double entry for one payment period or month: debit interest expense and loan liability, credit cash, in the cash book's account names, with an expense_add-ready payload.
Potential side effectsloan_listList the register with terms, level payment, effective annual rate and, at as_of, periods paid, balance outstanding, interest to date and the next payment, totalled per currency.
Potential side effectsloan_deleteRemove one loan or lease from the register and give its free-tier slot back.
Potential side effectsloans_reportThe debt at as_of: per loan what is outstanding, whether it is settled, the next payment, and the interest and principal charged in a year, then totals per currency.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-amortization]
url = "https://mcp.zovo.one/mcp/lease-schedule"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-amortization": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/lease-schedule"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-amortization
Remote MCP URL: https://mcp.zovo.one/mcp/lease-schedule
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-amortization": {
"url": "https://mcp.zovo.one/mcp/lease-schedule"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-amortization": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/lease-schedule"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-amortization",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/lease-schedule"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 84
https://mcp.zovo.one/mcp/letterhead
MCP server metadata
- Name
- mcp-docx
- Version
- 0.22.0
Known tools 14
business_setStore the sender details printed on every proposal, contract and letter, plus the currency, VAT, terms and prefix defaults.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlydoc_delete_uploadDelete one document uploaded for your token: name is the name it was uploaded under, without .
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.mcp-docx]
url = "https://mcp.zovo.one/mcp/letterhead"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/letterhead"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-docx
Remote MCP URL: https://mcp.zovo.one/mcp/letterhead
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-docx": {
"url": "https://mcp.zovo.one/mcp/letterhead"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/letterhead"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-docx",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/letterhead"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 85
https://mcp.zovo.one/mcp/meeting-notes-transcript-summary
MCP server metadata
- Name
- mcp-docx
- Version
- 0.22.0
Known tools 14
business_setStore the sender details printed on every proposal, contract and letter, plus the currency, VAT, terms and prefix defaults.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlydoc_delete_uploadDelete one document uploaded for your token: name is the name it was uploaded under, without .
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.mcp-docx]
url = "https://mcp.zovo.one/mcp/meeting-notes-transcript-summary"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/meeting-notes-transcript-summary"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-docx
Remote MCP URL: https://mcp.zovo.one/mcp/meeting-notes-transcript-summary
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-docx": {
"url": "https://mcp.zovo.one/mcp/meeting-notes-transcript-summary"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/meeting-notes-transcript-summary"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-docx",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/meeting-notes-transcript-summary"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 86
https://mcp.zovo.one/mcp/merge-pdf
MCP server metadata
- Name
- mcp-pdf
- Version
- 0.22.0
Known tools 15
pdf_infoCall this tool to inspect a PDF: page count, page sizes in points/mm, paper name, metadata (title, author, producer, dates) and whether it is encrypted.
Inferred read-onlypdf_countPage count per file plus the total, for any number of PDFs, with how many were readable.
Inferred read-onlypdf_pagesCall this tool to pull selected pages into one new PDF, in the order written: "2,4-6" gives four pages.
Inferred read-onlypdf_rotateCall this tool to turn pages by a multiple of 90 degrees, clockwise for positive.
Inferred read-onlypdf_stampCall this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose.
Inferred read-onlypdf_watermark_businessCall this tool to put your business name and VAT id in the footer of every page, from the shared profile mcp-invoice and mcp-docx write.
Potential side effectspdf_reorderCall this tool to write a new PDF with pages in the order you give.
Potential side effectslicense_statusReport 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.
Inferred read-onlypdf_filesList the PDFs stored for your token: what you uploaded, and what this server has written, with their sizes.
Inferred read-onlyCONNECT 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-pdf]
url = "https://mcp.zovo.one/mcp/merge-pdf"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/merge-pdf"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-pdf
Remote MCP URL: https://mcp.zovo.one/mcp/merge-pdf
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-pdf": {
"url": "https://mcp.zovo.one/mcp/merge-pdf"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/merge-pdf"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-pdf",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/merge-pdf"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 87
https://mcp.zovo.one/mcp/mileage-tracker
MCP server metadata
- Name
- mcp-expense-tracker
- Version
- 0.22.0
Known tools 14
expense_addRecord one expense and return its id, its net/VAT split and its billable flag.
Inferred read-onlyexpense_listList expenses in a date range with each one's net/VAT split, category, merchant, project and billable flag, plus a total per currency.
Inferred read-onlyreceipt_attachNot available on the hosted endpoint: it has no filesystem, so there is no receipt file to read or hash.
Inferred read-onlycategory_rulesReplace the merchant-to-category rules, or call with no rules to list them.
Inferred read-onlyexpense_settingsRead or set the defaults expense_add uses when a call does not name them: default_vat_rate and default_currency.
Inferred read-onlyexpense_summaryTotals for a date range grouped by category, project, month or merchant, per currency with gross, net and VAT, never mixed.
Inferred read-onlyexpense_exportExport the expenses in a date range as csv, xlsx or json and return a download link that is valid for one hour.
Inferred read-onlyexpense_to_invoicePreview the unbilled billable expenses of one project as invoice_create line items (description, quantity, unit_price, tax_rate), grouped per currency.
Inferred read-onlyexpense_mark_rebilledMark expenses as rebilled once the invoice that carries them actually exists.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-expense-tracker]
url = "https://mcp.zovo.one/mcp/mileage-tracker"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/mileage-tracker"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-expense-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/mileage-tracker
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-expense-tracker": {
"url": "https://mcp.zovo.one/mcp/mileage-tracker"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/mileage-tracker"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-expense-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/mileage-tracker"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 88
https://mcp.zovo.one/mcp/milestone-schedule
MCP server metadata
- Name
- mcp-delivery-schedule
- Version
- 0.22.0
Known tools 12
delivery_schedule_createOpen a delivery schedule against a quote, work order or change order and return its DS-YYYY-NNNN number: the reference, its own date, the client, a title and the currency.
Inferred read-onlydeliverable_addAdd one dated deliverable and return its D number and the new counts.
Inferred read-onlydeliverable_statusRecord a dated move on one deliverable: planned, in_progress, delivered, then accepted with a note.
Inferred read-onlydelivery_schedule_getReturn one schedule in full as at a date: every deliverable with due date, status, delivered and accepted dates, note and value, plus what is late and the totals.
Inferred read-onlydelivery_schedule_listList schedules oldest reference first with client, currency and counts as at a date: late, still owed, accepted.
Inferred read-onlydelivery_schedule_deleteDelete a schedule carrying no deliverables, freeing an open slot.
Potential side effectslate_reportWhat has slipped as at a date: every deliverable still owed past its due date, worst first, with value at risk per currency, and what was delivered late kept apart.
Inferred read-onlydelivery_schedule_documentRender one schedule as a plain-text document for the client: every deliverable with its due date, status, delivered and accepted dates and value, the counts as at a date, and a sign-off block.
Inferred read-onlymilestone_payloadBuild the delivered-and-accepted deliverables as invoice_create-ready items in MAJOR units and quote_create-ready items in MINOR units, with VAT at the shared profile rate.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-delivery-schedule]
url = "https://mcp.zovo.one/mcp/milestone-schedule"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-delivery-schedule": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/milestone-schedule"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-delivery-schedule
Remote MCP URL: https://mcp.zovo.one/mcp/milestone-schedule
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-delivery-schedule": {
"url": "https://mcp.zovo.one/mcp/milestone-schedule"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-delivery-schedule": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/milestone-schedule"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-delivery-schedule",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/milestone-schedule"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 89
https://mcp.zovo.one/mcp/onboarding-checklist-inspection-runs
MCP server metadata
- Name
- mcp-checklist
- Version
- 0.22.0
Known tools 16
checklist_createCreate a reusable checklist and return its CL-NNNN id: a name, a category and an optional description.
Potential side effectschecklist_item_addAdd one step to a checklist and return its I01-style id: the text, an optional section heading, and whether it is required.
Inferred read-onlychecklist_item_removeRemove one step from a checklist by its I01-style id and bump the checklist version.
Potential side effectschecklist_showOne checklist with its steps in order, grouped by section, plus how many are required and how many runs have been started from it.
Inferred read-onlychecklist_listEvery checklist with its category, version, step count and how many runs came from it.
Inferred read-onlyrun_showThe whole run: every step with its answer, who answered it and when, grouped by section, plus the pass, fail and outstanding counts, the failures in full, and whether it can be signed off and why not.
Inferred read-onlyrun_statusMove a run back to open so a step can be answered again, or abandon it when the job did not happen.
Inferred read-onlyrun_reportThe run as plain text on every tier: every step with its mark, who answered it, the notes, the counts and a signature block or the recorded signature.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-checklist]
url = "https://mcp.zovo.one/mcp/onboarding-checklist-inspection-runs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-checklist": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/onboarding-checklist-inspection-runs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-checklist
Remote MCP URL: https://mcp.zovo.one/mcp/onboarding-checklist-inspection-runs
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-checklist": {
"url": "https://mcp.zovo.one/mcp/onboarding-checklist-inspection-runs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-checklist": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/onboarding-checklist-inspection-runs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-checklist",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/onboarding-checklist-inspection-runs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 90
https://mcp.zovo.one/mcp/packing-slip-cartons-shipment-weights
MCP server metadata
- Name
- mcp-packing-list
- Version
- 0.22.0
Known tools 14
packing_list_createOpen a packing list against an order and return its PL-YYYY-NNNN number: the order reference, the consignee, where it ships to and the date.
Inferred read-onlypacking_expectAdd an ordered line to a packing list so the shortfall is real: a SKU, a description and a quantity.
Inferred read-onlycarton_addAdd a carton to a packing list and return its C01-style id: a label, the empty weight in WHOLE GRAMS, and optionally length, width and height in WHOLE CENTIMETRES.
Inferred read-onlypack_itemPut a quantity of one item into a named carton: a description, how many, and the per-unit weight in WHOLE GRAMS.
Inferred read-onlyunpack_itemRemove one packed line from a packing list by its L01-style id and return the carton it came out of.
Potential side effectspacking_list_showThe whole packing list: its cartons with contents and derived weights, the ordered lines, the shortfall, whether it is ready to ship and why not, and its status history.
Inferred read-onlypacking_list_listPacking lists newest first, with cartons, units, gross weight and how many ordered lines are still short.
Inferred read-onlycarton_reportPer carton and for the shipment: tare, net, gross, volume, volumetric weight and the chargeable weight, the greater of gross and volumetric.
Inferred read-onlypacking_shortfallOrdered against packed, line by line: what is still short, what was over-packed, and what was packed that is not on the order at all.
Inferred read-onlypacking_slipThe packing slip as plain text on every tier: cartons, contents, weights and a signature line, and no prices anywhere.
Inferred read-onlypacking_list_deleteDelete a packing list for good, with its cartons and packed lines.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-packing-list]
url = "https://mcp.zovo.one/mcp/packing-slip-cartons-shipment-weights"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-packing-list": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/packing-slip-cartons-shipment-weights"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-packing-list
Remote MCP URL: https://mcp.zovo.one/mcp/packing-slip-cartons-shipment-weights
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-packing-list": {
"url": "https://mcp.zovo.one/mcp/packing-slip-cartons-shipment-weights"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-packing-list": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/packing-slip-cartons-shipment-weights"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-packing-list",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/packing-slip-cartons-shipment-weights"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 91
https://mcp.zovo.one/mcp/pdf-merger
MCP server metadata
- Name
- mcp-pdf
- Version
- 0.22.0
Known tools 15
pdf_infoCall this tool to inspect a PDF: page count, page sizes in points/mm, paper name, metadata (title, author, producer, dates) and whether it is encrypted.
Inferred read-onlypdf_countPage count per file plus the total, for any number of PDFs, with how many were readable.
Inferred read-onlypdf_pagesCall this tool to pull selected pages into one new PDF, in the order written: "2,4-6" gives four pages.
Inferred read-onlypdf_rotateCall this tool to turn pages by a multiple of 90 degrees, clockwise for positive.
Inferred read-onlypdf_stampCall this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose.
Inferred read-onlypdf_watermark_businessCall this tool to put your business name and VAT id in the footer of every page, from the shared profile mcp-invoice and mcp-docx write.
Potential side effectspdf_reorderCall this tool to write a new PDF with pages in the order you give.
Potential side effectslicense_statusReport 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.
Inferred read-onlypdf_filesList the PDFs stored for your token: what you uploaded, and what this server has written, with their sizes.
Inferred read-onlyCONNECT 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-pdf]
url = "https://mcp.zovo.one/mcp/pdf-merger"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pdf-merger"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-pdf
Remote MCP URL: https://mcp.zovo.one/mcp/pdf-merger
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-pdf": {
"url": "https://mcp.zovo.one/mcp/pdf-merger"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pdf-merger"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-pdf",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/pdf-merger"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 92
https://mcp.zovo.one/mcp/pdf-splitter
MCP server metadata
- Name
- mcp-pdf
- Version
- 0.22.0
Known tools 15
pdf_infoCall this tool to inspect a PDF: page count, page sizes in points/mm, paper name, metadata (title, author, producer, dates) and whether it is encrypted.
Inferred read-onlypdf_countPage count per file plus the total, for any number of PDFs, with how many were readable.
Inferred read-onlypdf_pagesCall this tool to pull selected pages into one new PDF, in the order written: "2,4-6" gives four pages.
Inferred read-onlypdf_rotateCall this tool to turn pages by a multiple of 90 degrees, clockwise for positive.
Inferred read-onlypdf_stampCall this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose.
Inferred read-onlypdf_watermark_businessCall this tool to put your business name and VAT id in the footer of every page, from the shared profile mcp-invoice and mcp-docx write.
Potential side effectspdf_reorderCall this tool to write a new PDF with pages in the order you give.
Potential side effectslicense_statusReport 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.
Inferred read-onlypdf_filesList the PDFs stored for your token: what you uploaded, and what this server has written, with their sizes.
Inferred read-onlyCONNECT 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-pdf]
url = "https://mcp.zovo.one/mcp/pdf-splitter"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pdf-splitter"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-pdf
Remote MCP URL: https://mcp.zovo.one/mcp/pdf-splitter
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-pdf": {
"url": "https://mcp.zovo.one/mcp/pdf-splitter"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pdf-splitter"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-pdf",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/pdf-splitter"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 93
https://mcp.zovo.one/mcp/pivot
MCP server metadata
- Name
- mcp-spreadsheet
- Version
- 0.22.0
Known tools 13
license_statusReport 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.
Inferred read-onlysheet_filesList the sheets loaded for this token, with their sizes and the storage left under the 2 MB cap.
Inferred read-onlysheet_unloadDelete one sheet loaded for this token, freeing its space under the 2 MB cap.
Potential side effectssheet_infoCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_readCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_queryCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse them.
Inferred read-onlysheet_statsCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_findCall this tool to search every cell of a spreadsheet or CSV for text; built-in file readers cannot parse spreadsheets.
Inferred read-onlysheet_writeCall this tool to write rows to an xlsx, csv, tsv or json file; the extension of out_path picks the format.
Potential side effectssheet_add_columnCall this tool to add a computed column and save the result to a NEW file; the source is never modified unless out_path points at it.
Inferred read-onlysheet_convertCall this tool to convert a sheet between excel (xlsx), csv and json.
Inferred read-onlyCONNECT 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-spreadsheet]
url = "https://mcp.zovo.one/mcp/pivot"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-spreadsheet": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pivot"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-spreadsheet
Remote MCP URL: https://mcp.zovo.one/mcp/pivot
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-spreadsheet": {
"url": "https://mcp.zovo.one/mcp/pivot"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-spreadsheet": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pivot"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-spreadsheet",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/pivot"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 94
https://mcp.zovo.one/mcp/pomodoro-timer
MCP server metadata
- Name
- mcp-time-tracker
- Version
- 0.22.0
Known tools 14
license_statusReport 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.
Inferred read-onlyentry_addLog time already worked as one entry and return its id, duration and amount.
Inferred read-onlyentry_listList logged entries as a table of id, day, start, project, task, hours, billable, tags and note, newest first, with total hours.
Inferred read-onlyentry_deleteDelete one logged entry by id and report the project and hours removed.
Potential side effectsproject_set_rateSet the hourly rate and currency used to turn tracked hours into money for a project or client.
Inferred read-onlyreportTimesheet report: total tracked hours and billable money for a period, optionally grouped by (group by) project, day, task or tag - hours per project, how much to bill.
Inferred read-onlyexport_csvCall this tool to export the timesheet to a CSV file (excel-friendly) you can hand to a bookkeeper: one row per entry with hours, billable, rate, currency and amount.
Inferred read-onlyentry_mark_billedClose the loop after an invoice is issued: stamp the tracked hours that went on it with the invoice number, so report and invoice_summary stop offering them and the same hours are never billed twice.
Potential side effectsinvoice_summaryTurn tracked billable time into invoice lines for one project: hours, hourly rate, amount per task and the total, one line per rate so two rates never average.
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.mcp-time-tracker]
url = "https://mcp.zovo.one/mcp/pomodoro-timer"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-time-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pomodoro-timer"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-time-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/pomodoro-timer
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-time-tracker": {
"url": "https://mcp.zovo.one/mcp/pomodoro-timer"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-time-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/pomodoro-timer"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-time-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/pomodoro-timer"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 95
https://mcp.zovo.one/mcp/prices-deal
MCP server metadata
- Name
- mcp-price-tracker
- Version
- 0.22.0
Known tools 10
price_checkCall this tool for any product URL; fetching the page with a generic web tool returns raw HTML without the price.
Inferred read-onlywatch_addCall this tool for any product URL; fetching the page with a generic web tool returns raw HTML without the price.
Inferred read-onlywatch_listShow every tracked item with current and previous price, min, max, change %, target, confidence and last check, plus free-tier use.
Inferred read-onlywatch_refreshThe only tool that re-reads prices: it re-fetches one watch or all, appends observations and returns current, previous, min, max, change % and target hits.
Inferred read-onlyprice_historyCall this tool to list one watch's stored observations, oldest to newest, each with price, currency, source and confidence, plus min and max.
Inferred read-onlyprice_add_manualCall this tool to store a price you read yourself where a shop blocks fetching: it creates the watch if new and returns the amount and the observation count.
Inferred read-onlyalerts_pendingAnswer whether anything you watch got cheaper: every watch at or below its target_price, or down 5% or more since the previous observation, with the change %.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-price-tracker]
url = "https://mcp.zovo.one/mcp/prices-deal"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-price-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/prices-deal"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-price-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/prices-deal
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-price-tracker": {
"url": "https://mcp.zovo.one/mcp/prices-deal"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-price-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/prices-deal"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-price-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/prices-deal"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 96
https://mcp.zovo.one/mcp/purchase-order
MCP server metadata
- Name
- mcp-billing-docs
- Version
- 0.22.0
Known tools 16
credit_note_createCredit one invoice: the whole invoice, a GROSS amount_minor split over its VAT rates, or named lines.
Potential side effectscredit_note_listList credit notes newest first: id, invoice, client, basis, reason, currency and the NEGATIVE total, with the amount credited per currency.
Potential side effectscredit_note_getReturn one credit note in full by id or exact client name: every negated line, VAT lines, totals, the reason, and the invoice number and date it reverses.
Potential side effectscredit_note_pdfCall this tool to render one credit note as an A4 print-ready document and return a download link valid for one hour: the invoice layout titled CREDIT NOTE, with the invoice it reverses.
Potential side effectscredit_note_textTurn a credit note into a plain-text summary to paste into an email: the negated line table, VAT lines, total, reason, and what now comes off the invoice.
Potential side effectscredit_note_deleteRemove one credit note never posted to its invoice and never rendered, freeing that month's slot; the invoice becomes creditable again.
Potential side effectspurchase_order_createRaise a purchase order to a supplier from items and return its PO number and totals.
Potential side effectspurchase_order_listList purchase orders newest first: id, supplier, order and expected delivery dates, status open, partially_received or received, currency, total and received date.
Potential side effectspurchase_order_getReturn one purchase order in full by id or exact supplier name: buyer and supplier blocks, every line with unit price and VAT, totals, the delivery date, status and every receipt with its date and note.
Potential side effectspurchase_order_pdfCall this tool to render one purchase order as an A4 print-ready document and return a download link valid for one hour: the invoice layout titled PURCHASE ORDER, with the buyer and supplier.
Potential side effectspurchase_order_textTurn a purchase order into a plain-text order to paste into an email: the line table, VAT lines, total, and a line asking the supplier to deliver by the date and quote the PO number.
Potential side effectspurchase_order_deleteRemove one purchase order with nothing received and never rendered, freeing that month's slot.
Potential side effectsbilling_docs_reportOver a date range: what was credited back per currency and against how many invoices, what is still on order per currency, and every open order past its delivery date with days late.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-billing-docs]
url = "https://mcp.zovo.one/mcp/purchase-order"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-billing-docs": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/purchase-order"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-billing-docs
Remote MCP URL: https://mcp.zovo.one/mcp/purchase-order
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-billing-docs": {
"url": "https://mcp.zovo.one/mcp/purchase-order"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-billing-docs": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/purchase-order"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-billing-docs",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/purchase-order"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 97
https://mcp.zovo.one/mcp/quote-template
MCP server metadata
- Name
- mcp-quotes
- Version
- 0.22.0
Known tools 12
quote_createStore a quote for client from items and return its Q number, VAT and totals.
Inferred read-onlyquote_listList quotes newest first: id, client, dates, state, days left while open, currency, total and the invoice number once accepted.
Potential side effectsquote_getReturn one quote in full by Q number or exact client name: lines with unit price and VAT, totals, dates, the state today with days left, notes, and the invoice it became once accepted.
Potential side effectsquote_updateRevise a quote that is still open: line items, currency, discount, VAT default, validity or notes.
Inferred read-onlyquote_send_textTurn a quote into a plain-text summary to paste into an email: the line table, VAT lines, total and validity date.
Potential side effectsquote_acceptMark a quote accepted and turn it into an invoice: created directly in the invoice server when its store is present, otherwise returned as invoice_create-ready line items.
Potential side effectsquote_declineMark a quote lost, with a reason kept on the record, freeing a free-tier open slot and counting in the win rate.
Inferred read-onlyquote_deleteDelete a draft quote that was never sent, accepted, invoiced or exported, and give its free open-quote slot back.
Potential side effectsquote_pdfCall this tool to render one quote as an A4 print-ready document and return a download link valid for one hour: the invoice layout with the validity date and an acceptance block.
Potential side effectsquote_reportTotals per currency for open, accepted, declined and expired quotes, with counts, the value still open and the win rate.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-quotes]
url = "https://mcp.zovo.one/mcp/quote-template"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-quotes": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/quote-template"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-quotes
Remote MCP URL: https://mcp.zovo.one/mcp/quote-template
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-quotes": {
"url": "https://mcp.zovo.one/mcp/quote-template"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-quotes": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/quote-template"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-quotes",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/quote-template"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 98
https://mcp.zovo.one/mcp/rate-card
MCP server metadata
- Name
- mcp-catalogue
- Version
- 0.22.0
Known tools 12
sku_setAdd 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.
Inferred read-onlysku_getShow 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.
Inferred read-onlysku_listList catalogue lines with the price in force today, filtered by code prefix, by currency and by tier.
Inferred read-onlysku_deleteDelete a catalogue line no rate card points at and that never priced a resolved line, freeing a free-tier slot.
Potential side effectsrate_setSet the hourly charge-out rate on a labour card: role, currency, hourly_minor in whole MINOR units and the day it starts.
Potential side effectsrate_getShow 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.
Inferred read-onlylines_resolveTurn 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.
Inferred read-onlyprice_list_textPrint 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.
Inferred read-onlyprice_list_pdfCall 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.
Inferred read-onlycatalogue_reportReport the catalogue as at date: how many SKUs there are, how many price rows are in force, which rows a later row already replaces, and which SKUs carry no price in the profile's default currency.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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.
ENDPOINT 99
https://mcp.zovo.one/mcp/receipt-scanner
MCP server metadata
- Name
- mcp-expense-tracker
- Version
- 0.22.0
Known tools 14
expense_addRecord one expense and return its id, its net/VAT split and its billable flag.
Inferred read-onlyexpense_listList expenses in a date range with each one's net/VAT split, category, merchant, project and billable flag, plus a total per currency.
Inferred read-onlyreceipt_attachNot available on the hosted endpoint: it has no filesystem, so there is no receipt file to read or hash.
Inferred read-onlycategory_rulesReplace the merchant-to-category rules, or call with no rules to list them.
Inferred read-onlyexpense_settingsRead or set the defaults expense_add uses when a call does not name them: default_vat_rate and default_currency.
Inferred read-onlyexpense_summaryTotals for a date range grouped by category, project, month or merchant, per currency with gross, net and VAT, never mixed.
Inferred read-onlyexpense_exportExport the expenses in a date range as csv, xlsx or json and return a download link that is valid for one hour.
Inferred read-onlyexpense_to_invoicePreview the unbilled billable expenses of one project as invoice_create line items (description, quantity, unit_price, tax_rate), grouped per currency.
Inferred read-onlyexpense_mark_rebilledMark expenses as rebilled once the invoice that carries them actually exists.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-expense-tracker]
url = "https://mcp.zovo.one/mcp/receipt-scanner"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/receipt-scanner"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-expense-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/receipt-scanner
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-expense-tracker": {
"url": "https://mcp.zovo.one/mcp/receipt-scanner"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-expense-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/receipt-scanner"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-expense-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/receipt-scanner"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 100
https://mcp.zovo.one/mcp/scheduling
MCP server metadata
- Name
- mcp-timezone
- Version
- 0.22.0
Known tools 11
license_statusReport 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.
Inferred read-onlynowThe current time in one or more places, each with the zone it resolved to and the local date, time and offset, under one UTC instant.
Inferred read-onlyconvert_timeConvert one time from from_zone into every zone in to_zones, marking any day change, plus the UTC instant.
Inferred read-onlyfind_meeting_slotsRank the times when every participant is inside their own working hours.
Inferred read-onlydst_changesThe clock changes in a place for a year, with the exact UTC instant and the offset before and after.
Inferred read-onlybusiness_daysCount business days between two dates in a place, inclusive, with the calendar total and the weekend and holiday counts.
Inferred read-onlycontacts_setSave one person's zone and working hours so later calls can name them.
Inferred read-onlycontacts_listList saved contacts with their zone, local time now, working hours and whether they are inside them; weekends count as outside.
Inferred read-onlyCONNECT 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-timezone]
url = "https://mcp.zovo.one/mcp/scheduling"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-timezone": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/scheduling"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-timezone
Remote MCP URL: https://mcp.zovo.one/mcp/scheduling
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-timezone": {
"url": "https://mcp.zovo.one/mcp/scheduling"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-timezone": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/scheduling"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-timezone",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/scheduling"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 101
https://mcp.zovo.one/mcp/scope-change
MCP server metadata
- Name
- mcp-change-order
- Version
- 0.22.0
Known tools 11
change_order_createRaise a change order against a quote or work order and return its CO-YYYY-NNNN number: the reference, the client, a title, the date, and the original contract value in minor units.
Inferred read-onlychange_order_add_lineAdd one line to a draft change order: added or removed with a quantity and a unit price in minor units, or changed with the old and the new quantity and price, each with a reason and a date.
Inferred read-onlychange_order_statusMove one change order along and stamp the date and note: draft to sent, sent to approved or rejected, either to void.
Inferred read-onlychange_order_getReturn one change order in full by CO number or client: every added, removed and changed line with its reason and delta, VAT, delta gross, the status history and the running value.
Inferred read-onlychange_order_listList change orders newest first with status, reference, client, currency and net delta, and above them the APPROVED and the pending delta per currency, kept apart.
Inferred read-onlychange_order_deleteDelete a DRAFT change order with no lines, freeing an open slot.
Potential side effectscontract_valueThe running value of one quote or work order: original, approved deltas and current value, with pending draft and sent deltas kept apart.
Inferred read-onlychange_order_documentRender one change order as a plain-text document for the client to approve: every line with its reason, the delta net and gross, the contract value before and after, and an approval block.
Inferred read-onlychange_order_invoice_payloadBuild the approved delta as invoice_create-ready items in MAJOR units and quote_create-ready items in MINOR units, with VAT at the shared profile rate.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-change-order]
url = "https://mcp.zovo.one/mcp/scope-change"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-change-order": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/scope-change"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-change-order
Remote MCP URL: https://mcp.zovo.one/mcp/scope-change
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-change-order": {
"url": "https://mcp.zovo.one/mcp/scope-change"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-change-order": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/scope-change"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-change-order",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/scope-change"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 102
https://mcp.zovo.one/mcp/service-report
MCP server metadata
- Name
- mcp-work-order
- Version
- 0.22.0
Known tools 12
work_order_createRaise a job order and return its WO-YYYY-NNNN number: the client, the site address, the date it was asked for, what the job is and how urgent.
Inferred read-onlywork_order_add_lineAdd one line: parts with quantity, unit_cost_minor in whole MINOR units and optional markup, or labour with hours and rate_minor.
Inferred read-onlywork_order_statusMove one work order exactly one step: draft, scheduled, in_progress, done, invoiced, stamping date and note.
Inferred read-onlywork_order_getReturn one work order in full by WO number or client: the site, every parts and labour line with the unit billed, hours, materials, net and VAT, and the status history.
Inferred read-onlywork_order_listList work orders newest requested first: status, priority, client, site, hours, labour, materials and net value, with totals per currency.
Inferred read-onlywork_order_deleteDelete a DRAFT work order with no lines, freeing an open slot.
Potential side effectscompletion_report_textTurn a work order into a plain-text completion report: what was done, the labour hours, the materials, the totals and a sign-off block, ready to paste into an email.
Potential side effectscompletion_report_pdfCall this tool to render the A4 completion report of one work order and return a download link valid for one hour: the lines, the hours, the materials, the totals and the sign-off block.
Inferred read-onlywork_order_invoice_payloadBuild an invoice_create-ready payload from the lines, with VAT at the shared profile rate.
Inferred read-onlywork_orders_reportReport the whole board: how many work orders sit at each status, the hours logged this month, and the value not yet invoiced per currency, with the oldest open jobs named.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-work-order]
url = "https://mcp.zovo.one/mcp/service-report"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-work-order": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/service-report"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-work-order
Remote MCP URL: https://mcp.zovo.one/mcp/service-report
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-work-order": {
"url": "https://mcp.zovo.one/mcp/service-report"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-work-order": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/service-report"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-work-order",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/service-report"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 103
https://mcp.zovo.one/mcp/sow
MCP server metadata
- Name
- mcp-docx
- Version
- 0.22.0
Known tools 14
business_setStore the sender details printed on every proposal, contract and letter, plus the currency, VAT, terms and prefix defaults.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlydoc_delete_uploadDelete one document uploaded for your token: name is the name it was uploaded under, without .
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.mcp-docx]
url = "https://mcp.zovo.one/mcp/sow"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/sow"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-docx
Remote MCP URL: https://mcp.zovo.one/mcp/sow
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-docx": {
"url": "https://mcp.zovo.one/mcp/sow"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/sow"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-docx",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/sow"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 104
https://mcp.zovo.one/mcp/split-pdf
MCP server metadata
- Name
- mcp-pdf
- Version
- 0.22.0
Known tools 15
pdf_infoCall this tool to inspect a PDF: page count, page sizes in points/mm, paper name, metadata (title, author, producer, dates) and whether it is encrypted.
Inferred read-onlypdf_countPage count per file plus the total, for any number of PDFs, with how many were readable.
Inferred read-onlypdf_pagesCall this tool to pull selected pages into one new PDF, in the order written: "2,4-6" gives four pages.
Inferred read-onlypdf_rotateCall this tool to turn pages by a multiple of 90 degrees, clockwise for positive.
Inferred read-onlypdf_stampCall this tool to draw a word such as PAID or DRAFT across the pages, in a colour and position you choose.
Inferred read-onlypdf_watermark_businessCall this tool to put your business name and VAT id in the footer of every page, from the shared profile mcp-invoice and mcp-docx write.
Potential side effectspdf_reorderCall this tool to write a new PDF with pages in the order you give.
Potential side effectslicense_statusReport 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.
Inferred read-onlypdf_filesList the PDFs stored for your token: what you uploaded, and what this server has written, with their sizes.
Inferred read-onlyCONNECT 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-pdf]
url = "https://mcp.zovo.one/mcp/split-pdf"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/split-pdf"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-pdf
Remote MCP URL: https://mcp.zovo.one/mcp/split-pdf
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-pdf": {
"url": "https://mcp.zovo.one/mcp/split-pdf"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-pdf": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/split-pdf"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-pdf",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/split-pdf"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 105
https://mcp.zovo.one/mcp/spreadsheet-builder
MCP server metadata
- Name
- mcp-spreadsheet
- Version
- 0.22.0
Known tools 13
license_statusReport 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.
Inferred read-onlysheet_filesList the sheets loaded for this token, with their sizes and the storage left under the 2 MB cap.
Inferred read-onlysheet_unloadDelete one sheet loaded for this token, freeing its space under the 2 MB cap.
Potential side effectssheet_infoCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_readCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_queryCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse them.
Inferred read-onlysheet_statsCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_findCall this tool to search every cell of a spreadsheet or CSV for text; built-in file readers cannot parse spreadsheets.
Inferred read-onlysheet_writeCall this tool to write rows to an xlsx, csv, tsv or json file; the extension of out_path picks the format.
Potential side effectssheet_add_columnCall this tool to add a computed column and save the result to a NEW file; the source is never modified unless out_path points at it.
Inferred read-onlysheet_convertCall this tool to convert a sheet between excel (xlsx), csv and json.
Inferred read-onlyCONNECT 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-spreadsheet]
url = "https://mcp.zovo.one/mcp/spreadsheet-builder"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-spreadsheet": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/spreadsheet-builder"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-spreadsheet
Remote MCP URL: https://mcp.zovo.one/mcp/spreadsheet-builder
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-spreadsheet": {
"url": "https://mcp.zovo.one/mcp/spreadsheet-builder"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-spreadsheet": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/spreadsheet-builder"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-spreadsheet",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/spreadsheet-builder"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 106
https://mcp.zovo.one/mcp/spreadsheet-generator
MCP server metadata
- Name
- mcp-spreadsheet
- Version
- 0.22.0
Known tools 13
license_statusReport 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.
Inferred read-onlysheet_filesList the sheets loaded for this token, with their sizes and the storage left under the 2 MB cap.
Inferred read-onlysheet_unloadDelete one sheet loaded for this token, freeing its space under the 2 MB cap.
Potential side effectssheet_infoCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_readCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_queryCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse them.
Inferred read-onlysheet_statsCall this tool for any spreadsheet or CSV file path; built-in file readers cannot parse spreadsheets and must not be used for them.
Inferred read-onlysheet_findCall this tool to search every cell of a spreadsheet or CSV for text; built-in file readers cannot parse spreadsheets.
Inferred read-onlysheet_writeCall this tool to write rows to an xlsx, csv, tsv or json file; the extension of out_path picks the format.
Potential side effectssheet_add_columnCall this tool to add a computed column and save the result to a NEW file; the source is never modified unless out_path points at it.
Inferred read-onlysheet_convertCall this tool to convert a sheet between excel (xlsx), csv and json.
Inferred read-onlyCONNECT 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-spreadsheet]
url = "https://mcp.zovo.one/mcp/spreadsheet-generator"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-spreadsheet": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/spreadsheet-generator"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-spreadsheet
Remote MCP URL: https://mcp.zovo.one/mcp/spreadsheet-generator
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-spreadsheet": {
"url": "https://mcp.zovo.one/mcp/spreadsheet-generator"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-spreadsheet": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/spreadsheet-generator"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-spreadsheet",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/spreadsheet-generator"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 107
https://mcp.zovo.one/mcp/standup
MCP server metadata
- Name
- mcp-kanban
- Version
- 0.22.0
Known tools 17
license_statusReport 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.
Inferred read-onlytask_listList tasks as a table of id, project, column, title, priority, due, estimate, actual and tags, sorted by due date, with the total estimate.
Inferred read-onlytask_moveMove one task to another column of its own board and report the old and new column.
Inferred read-onlytask_doneMark one task finished: it moves to the board's done column (named done, else the last) and is stamped, leaving task_list and the open counts.
Inferred read-onlytask_searchFind tasks whose id, title, notes or tags contain the query, across every board, finished ones included.
Inferred read-onlyboardShow one board column by column: tasks, estimate, actual and overdue count in each, then the board totals and the estimate still open.
Inferred read-onlytask_start_timerReturn the exact arguments to pass to the time-tracker's timer_start for one task, and record the link here.
Inferred read-onlytask_log_timeAdd real minutes worked to one task so estimate and actual can be compared.
Inferred read-onlyproject_listList every board with its task-id prefix, open and done counts, estimate still open and overdue count, plus free-tier use (3 boards, 200 open tasks).
Inferred read-onlyoverdueList every task whose due day is already past, across all boards, oldest first, in the task_list table.
Inferred read-onlyweekly_reviewCompare done against planned for one ISO week per project: how many were due, how many of those are finished, how many were completed, and estimate against actual minutes.
Inferred read-onlyCONNECT 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-kanban]
url = "https://mcp.zovo.one/mcp/standup"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-kanban": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/standup"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-kanban
Remote MCP URL: https://mcp.zovo.one/mcp/standup
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-kanban": {
"url": "https://mcp.zovo.one/mcp/standup"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-kanban": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/standup"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-kanban",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/standup"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 108
https://mcp.zovo.one/mcp/study-flashcards-exam-prep
MCP server metadata
- Name
- mcp-kanban
- Version
- 0.22.0
Known tools 17
license_statusReport 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.
Inferred read-onlytask_listList tasks as a table of id, project, column, title, priority, due, estimate, actual and tags, sorted by due date, with the total estimate.
Inferred read-onlytask_moveMove one task to another column of its own board and report the old and new column.
Inferred read-onlytask_doneMark one task finished: it moves to the board's done column (named done, else the last) and is stamped, leaving task_list and the open counts.
Inferred read-onlytask_searchFind tasks whose id, title, notes or tags contain the query, across every board, finished ones included.
Inferred read-onlyboardShow one board column by column: tasks, estimate, actual and overdue count in each, then the board totals and the estimate still open.
Inferred read-onlytask_start_timerReturn the exact arguments to pass to the time-tracker's timer_start for one task, and record the link here.
Inferred read-onlytask_log_timeAdd real minutes worked to one task so estimate and actual can be compared.
Inferred read-onlyproject_listList every board with its task-id prefix, open and done counts, estimate still open and overdue count, plus free-tier use (3 boards, 200 open tasks).
Inferred read-onlyoverdueList every task whose due day is already past, across all boards, oldest first, in the task_list table.
Inferred read-onlyweekly_reviewCompare done against planned for one ISO week per project: how many were due, how many of those are finished, how many were completed, and estimate against actual minutes.
Inferred read-onlyCONNECT 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-kanban]
url = "https://mcp.zovo.one/mcp/study-flashcards-exam-prep"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-kanban": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/study-flashcards-exam-prep"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-kanban
Remote MCP URL: https://mcp.zovo.one/mcp/study-flashcards-exam-prep
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-kanban": {
"url": "https://mcp.zovo.one/mcp/study-flashcards-exam-prep"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-kanban": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/study-flashcards-exam-prep"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-kanban",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/study-flashcards-exam-prep"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 109
https://mcp.zovo.one/mcp/subscription-manager-track-renewals
MCP server metadata
- Name
- mcp-recurring
- Version
- 0.22.0
Known tools 14
schedule_createDefine a repeating invoice: a client, the line items, how often to bill, and when it starts and ends.
Potential side effectsschedule_listList schedules: id, client, cadence, per-period amount and currency, start and end dates, status, next due date and auto_generate.
Inferred read-onlyschedule_getReturn one schedule in full by id or client: items, cadence, dates, due days, anchor rules, notes, per-period amount, next due date and how many invoices it generated.
Inferred read-onlyschedule_updateChange one schedule by id: client, items, currency, cadence, dates, due_days, notes or auto_generate.
Inferred read-onlyschedule_pauseStop one schedule generating invoices without deleting it; invoice_generate_due and forecast skip it.
Inferred read-onlyschedule_skipClose ONE occurrence for good without pausing the schedule, reporting what will not be billed.
Inferred read-onlyschedule_upcomingTable every occurrence of every ACTIVE schedule due in the next N days (30 default), with its amount and the invoice due date, plus a total per currency.
Potential side effectsinvoice_generate_dueCreate a real invoice in the invoice server for every schedule occurrence on or before as_of that has not been invoiced yet, and render each PDF.
Potential side effectsschedule_historyThe audit log for one schedule id, oldest first: period, invoice number, issue and due dates, amount, PDF path, and whether that invoice is unpaid, paid, skipped or since deleted.
Potential side effectsforecastExpected invoiced revenue per calendar month per currency from active schedules.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-recurring]
url = "https://mcp.zovo.one/mcp/subscription-manager-track-renewals"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-recurring": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/subscription-manager-track-renewals"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-recurring
Remote MCP URL: https://mcp.zovo.one/mcp/subscription-manager-track-renewals
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-recurring": {
"url": "https://mcp.zovo.one/mcp/subscription-manager-track-renewals"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-recurring": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/subscription-manager-track-renewals"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-recurring",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/subscription-manager-track-renewals"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 110
https://mcp.zovo.one/mcp/subscriptions
MCP server metadata
- Name
- mcp-recurring
- Version
- 0.22.0
Known tools 14
schedule_createDefine a repeating invoice: a client, the line items, how often to bill, and when it starts and ends.
Potential side effectsschedule_listList schedules: id, client, cadence, per-period amount and currency, start and end dates, status, next due date and auto_generate.
Inferred read-onlyschedule_getReturn one schedule in full by id or client: items, cadence, dates, due days, anchor rules, notes, per-period amount, next due date and how many invoices it generated.
Inferred read-onlyschedule_updateChange one schedule by id: client, items, currency, cadence, dates, due_days, notes or auto_generate.
Inferred read-onlyschedule_pauseStop one schedule generating invoices without deleting it; invoice_generate_due and forecast skip it.
Inferred read-onlyschedule_skipClose ONE occurrence for good without pausing the schedule, reporting what will not be billed.
Inferred read-onlyschedule_upcomingTable every occurrence of every ACTIVE schedule due in the next N days (30 default), with its amount and the invoice due date, plus a total per currency.
Potential side effectsinvoice_generate_dueCreate a real invoice in the invoice server for every schedule occurrence on or before as_of that has not been invoiced yet, and render each PDF.
Potential side effectsschedule_historyThe audit log for one schedule id, oldest first: period, invoice number, issue and due dates, amount, PDF path, and whether that invoice is unpaid, paid, skipped or since deleted.
Potential side effectsforecastExpected invoiced revenue per calendar month per currency from active schedules.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-recurring]
url = "https://mcp.zovo.one/mcp/subscriptions"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-recurring": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/subscriptions"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-recurring
Remote MCP URL: https://mcp.zovo.one/mcp/subscriptions
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-recurring": {
"url": "https://mcp.zovo.one/mcp/subscriptions"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-recurring": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/subscriptions"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-recurring",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/subscriptions"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 111
https://mcp.zovo.one/mcp/templates
MCP server metadata
- Name
- mcp-docx
- Version
- 0.22.0
Known tools 14
business_setStore the sender details printed on every proposal, contract and letter, plus the currency, VAT, terms and prefix defaults.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlydoc_delete_uploadDelete one document uploaded for your token: name is the name it was uploaded under, without .
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.mcp-docx]
url = "https://mcp.zovo.one/mcp/templates"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/templates"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-docx
Remote MCP URL: https://mcp.zovo.one/mcp/templates
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-docx": {
"url": "https://mcp.zovo.one/mcp/templates"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-docx": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/templates"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-docx",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/templates"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 112
https://mcp.zovo.one/mcp/terms
MCP server metadata
- Name
- mcp-clauses
- Version
- 0.22.0
Known tools 12
clause_getReturn one clause in full by id or title: body, category, tags, jurisdiction, variables and the revision count, which stays 0 on free.
Inferred read-onlyclause_updateChange the text, category, tags, variables or jurisdiction of a clause.
Inferred read-onlyclause_deleteDelete one clause by id or exact title and report how many are left.
Potential side effectsclause_listList the library as id, title, category, tags and variables, in contract order by category then title, which is the order contract_assemble uses.
Inferred read-onlyclause_exportCall this tool to write the whole library to one file and return the path, format and count.
Potential side effectsvariables_listList every {{variable}} the clauses you name use, and which clause uses each, so the facts are gathered before contract_assemble leaves bracketed prompts.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyCONNECT 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-clauses]
url = "https://mcp.zovo.one/mcp/terms"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-clauses": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/terms"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-clauses
Remote MCP URL: https://mcp.zovo.one/mcp/terms
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-clauses": {
"url": "https://mcp.zovo.one/mcp/terms"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-clauses": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/terms"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-clauses",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/terms"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 113
https://mcp.zovo.one/mcp/thumbnails
MCP server metadata
- Name
- mcp-image
- Version
- 0.22.0
Known tools 15
image_infoCall this tool to inspect an image: format, pixel dimensions, megapixels, file size in bytes, and whether it carries an alpha channel.
Inferred read-onlyimage_compressCall this tool to re-encode an image smaller and report byte counts before/after.
Inferred read-onlyimage_thumbnailsCall this tool to write one thumbnail per input into out_dir as <name>-thumb.
Potential side effectsimage_watermarkNot available on this hosted endpoint: the watermark is drawn with bitmap font files loaded from a filesystem, which this endpoint does not have.
Inferred read-onlyimage_strip_metadataCall this tool to write a copy carrying pixels and nothing else: it decodes and re-encodes from raw pixels, so EXIF, GPS, camera, capture time, XMP and colour-profile data are dropped.
Potential side effectsimage_batch_resizeCall this tool to resize every image in paths at once, keeping aspect ratio, each named <name>-<W>x<H>.
Inferred read-onlyimage_dominant_colorsCall this tool to read the colours covering most of an image, as hex codes with each one's pixel share.
Inferred read-onlylicense_statusReport 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.
Inferred read-onlyimage_filesList the images stored for your token: what you uploaded, and what this server has written, with their sizes.
Inferred read-onlyimage_delete_uploadDelete one image stored for your token, uploaded or generated: name is the name it is stored under.
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.mcp-image]
url = "https://mcp.zovo.one/mcp/thumbnails"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-image": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/thumbnails"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-image
Remote MCP URL: https://mcp.zovo.one/mcp/thumbnails
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-image": {
"url": "https://mcp.zovo.one/mcp/thumbnails"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-image": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/thumbnails"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-image",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/thumbnails"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 114
https://mcp.zovo.one/mcp/time-tracking
MCP server metadata
- Name
- mcp-time-tracker
- Version
- 0.22.0
Known tools 14
license_statusReport 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.
Inferred read-onlyentry_addLog time already worked as one entry and return its id, duration and amount.
Inferred read-onlyentry_listList logged entries as a table of id, day, start, project, task, hours, billable, tags and note, newest first, with total hours.
Inferred read-onlyentry_deleteDelete one logged entry by id and report the project and hours removed.
Potential side effectsproject_set_rateSet the hourly rate and currency used to turn tracked hours into money for a project or client.
Inferred read-onlyreportTimesheet report: total tracked hours and billable money for a period, optionally grouped by (group by) project, day, task or tag - hours per project, how much to bill.
Inferred read-onlyexport_csvCall this tool to export the timesheet to a CSV file (excel-friendly) you can hand to a bookkeeper: one row per entry with hours, billable, rate, currency and amount.
Inferred read-onlyentry_mark_billedClose the loop after an invoice is issued: stamp the tracked hours that went on it with the invoice number, so report and invoice_summary stop offering them and the same hours are never billed twice.
Potential side effectsinvoice_summaryTurn tracked billable time into invoice lines for one project: hours, hourly rate, amount per task and the total, one line per rate so two rates never average.
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.mcp-time-tracker]
url = "https://mcp.zovo.one/mcp/time-tracking"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-time-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/time-tracking"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-time-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/time-tracking
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-time-tracker": {
"url": "https://mcp.zovo.one/mcp/time-tracking"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-time-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/time-tracking"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-time-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/time-tracking"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 115
https://mcp.zovo.one/mcp/timer-tracking
MCP server metadata
- Name
- mcp-time-tracker
- Version
- 0.22.0
Known tools 14
license_statusReport 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.
Inferred read-onlyentry_addLog time already worked as one entry and return its id, duration and amount.
Inferred read-onlyentry_listList logged entries as a table of id, day, start, project, task, hours, billable, tags and note, newest first, with total hours.
Inferred read-onlyentry_deleteDelete one logged entry by id and report the project and hours removed.
Potential side effectsproject_set_rateSet the hourly rate and currency used to turn tracked hours into money for a project or client.
Inferred read-onlyreportTimesheet report: total tracked hours and billable money for a period, optionally grouped by (group by) project, day, task or tag - hours per project, how much to bill.
Inferred read-onlyexport_csvCall this tool to export the timesheet to a CSV file (excel-friendly) you can hand to a bookkeeper: one row per entry with hours, billable, rate, currency and amount.
Inferred read-onlyentry_mark_billedClose the loop after an invoice is issued: stamp the tracked hours that went on it with the invoice number, so report and invoice_summary stop offering them and the same hours are never billed twice.
Potential side effectsinvoice_summaryTurn tracked billable time into invoice lines for one project: hours, hourly rate, amount per task and the total, one line per rate so two rates never average.
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.mcp-time-tracker]
url = "https://mcp.zovo.one/mcp/timer-tracking"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-time-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/timer-tracking"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-time-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/timer-tracking
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-time-tracker": {
"url": "https://mcp.zovo.one/mcp/timer-tracking"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-time-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/timer-tracking"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-time-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/timer-tracking"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 116
https://mcp.zovo.one/mcp/timesheets
MCP server metadata
- Name
- mcp-time-tracker
- Version
- 0.22.0
Known tools 14
license_statusReport 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.
Inferred read-onlyentry_addLog time already worked as one entry and return its id, duration and amount.
Inferred read-onlyentry_listList logged entries as a table of id, day, start, project, task, hours, billable, tags and note, newest first, with total hours.
Inferred read-onlyentry_deleteDelete one logged entry by id and report the project and hours removed.
Potential side effectsproject_set_rateSet the hourly rate and currency used to turn tracked hours into money for a project or client.
Inferred read-onlyreportTimesheet report: total tracked hours and billable money for a period, optionally grouped by (group by) project, day, task or tag - hours per project, how much to bill.
Inferred read-onlyexport_csvCall this tool to export the timesheet to a CSV file (excel-friendly) you can hand to a bookkeeper: one row per entry with hours, billable, rate, currency and amount.
Inferred read-onlyentry_mark_billedClose the loop after an invoice is issued: stamp the tracked hours that went on it with the invoice number, so report and invoice_summary stop offering them and the same hours are never billed twice.
Potential side effectsinvoice_summaryTurn tracked billable time into invoice lines for one project: hours, hourly rate, amount per task and the total, one line per rate so two rates never average.
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.mcp-time-tracker]
url = "https://mcp.zovo.one/mcp/timesheets"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-time-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/timesheets"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-time-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/timesheets
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-time-tracker": {
"url": "https://mcp.zovo.one/mcp/timesheets"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-time-tracker": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/timesheets"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-time-tracker",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/timesheets"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 117
https://mcp.zovo.one/mcp/trial-balance
MCP server metadata
- Name
- mcp-cash-book
- Version
- 0.22.0
Known tools 9
ledger_buildDerive the double-entry ledger for one period in ONE currency from the invoice, credit note, deposit, expense, bank and asset stores, and register it.
Potential side effectsperiod_deleteDelete one built period from the register and give its free-tier slot back.
Potential side effectstrial_balanceTotal the debits and the credits for a period and prove they are equal to the minor unit.
Inferred read-onlyledger_linesList the ledger lines for a period, filtered by account, source server, source_id or date; each carries its debit, credit and bank_ref, with the totals of the rows returned.
Inferred read-onlymonth_closeList what a month leaves unposted or unbalanced, with its trial balance and bank reconciliation, then store the close as a snapshot; a later call names any drift against it.
Inferred read-onlyledger_export_csvReturn the period's ledger lines as RFC 4180 CSV, one row per leg, as a download link valid for one hour.
Inferred read-onlyledger_reportReport a built period account by account: debits, credits, movement and closing balance, plus purchase commitments held as memos and the period's exceptions.
Potential side effectslicense_statusReport 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.
Inferred read-onlyCONNECT 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-cash-book]
url = "https://mcp.zovo.one/mcp/trial-balance"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-cash-book": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/trial-balance"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-cash-book
Remote MCP URL: https://mcp.zovo.one/mcp/trial-balance
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-cash-book": {
"url": "https://mcp.zovo.one/mcp/trial-balance"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-cash-book": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/trial-balance"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-cash-book",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/trial-balance"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-09-25T13:56:19.197Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.