Connect an MCP client
Every URL below already carries a free anonymous token, so there is no header to set and nothing to install. Paste one into your client and it works.
Your token
anon_7397194720bd9affb2c26629c53aa0b8
Free tier: 600 calls an hour, free-tier server limits, data kept 30 days and refreshed for another 30 on every write. Anyone holding this token holds your data space, so treat the URLs as private. Reloading this page mints a new token and a new, empty data space; keep this one to keep your data.
Ready URLs
| Server | URL |
|---|---|
| time-tracker | https://mcp.zovo.one/mcp/time-tracker/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| price-tracker | https://mcp.zovo.one/mcp/price-tracker/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| invoice | https://mcp.zovo.one/mcp/invoice/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| expense-tracker | https://mcp.zovo.one/mcp/expense-tracker/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| spreadsheet | https://mcp.zovo.one/mcp/spreadsheet/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| currency | https://mcp.zovo.one/mcp/currency/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| timezone | https://mcp.zovo.one/mcp/timezone/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| docx | https://mcp.zovo.one/mcp/docx/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| resume | https://mcp.zovo.one/mcp/resume/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| recurring | https://mcp.zovo.one/mcp/recurring/t/anon_7397194720bd9affb2c26629c53aa0b8 |
| clauses | https://mcp.zovo.one/mcp/clauses/t/anon_7397194720bd9affb2c26629c53aa0b8 |
How to add it
Claude.ai (custom connector)
Settings → Connectors → Add custom connector. Give it a name, paste the URL, leave OAuth empty, save, then enable it in a chat.
https://mcp.zovo.one/mcp/time-tracker/t/anon_7397194720bd9affb2c26629c53aa0b8
Claude Desktop (connectors)
Settings → Connectors → Add custom connector, paste the same URL. Desktop treats it as a remote MCP server over streamable HTTP; no config file edit and no npx.
Claude Code
claude mcp add --transport http time-tracker https://mcp.zovo.one/mcp/time-tracker/t/anon_7397194720bd9affb2c26629c53aa0b8
No --header is needed: the token is in the URL.
Cursor
Settings → MCP → Add new MCP server, or add this to ~/.cursor/mcp.json:
{
"mcpServers": {
"time-tracker": { "url": "https://mcp.zovo.one/mcp/time-tracker/t/anon_7397194720bd9affb2c26629c53aa0b8" }
}
}
VS Code (remote MCP)
Command palette → MCP: Add Server → HTTP, paste the URL. Or add it to
.vscode/mcp.json:
{
"servers": {
"time-tracker": { "type": "http", "url": "https://mcp.zovo.one/mcp/time-tracker/t/anon_7397194720bd9affb2c26629c53aa0b8" }
}
}
Pro
Pro lifts every free-tier limit. Two ways to get there:
Buy from inside the client. When a free limit is reached the answer carries a checkout link that already knows this token. Pay, and this same URL runs in Pro mode on your next call - no key to paste, and the data you already created stays where it is.
Or paste a key you already own. Put the key where the token is:
https://mcp.zovo.one/mcp/time-tracker/t/MCPL1.<payload>.<signature>
A key bought for one server works on that server; the bundle key works on all of them. Keys are at https://mcp.zovo.one/buy/bundle.
Other forms
A client that can set headers can use the plain endpoint instead:
https://mcp.zovo.one/mcp/time-tracker Authorization: Bearer anon_7397194720bd9affb2c26629c53aa0b8
A client that can take a query string but not a header can use:
https://mcp.zovo.one/mcp/time-tracker?token=anon_7397194720bd9affb2c26629c53aa0b8
Machine-readable index: https://mcp.zovo.one/mcp.
Free versus Pro: the guide.
Check what a token is: https://mcp.zovo.one/mcp/whoami/t/anon_7397194720bd9affb2c26629c53aa0b8.