MCP · beta
The viggoVet MCP server lets any AI assistant securely read your clinic's data — patients, clients, calendar, invoices, inventory and more — over the Model Context Protocol.
https://mcp.viggo.vet/mcp| Header | Value | Required |
|---|---|---|
X-Viggo-Clinic | your clinic subdomain (e.g. myclinic from myclinic.viggo.vet) | Yes |
X-Viggo-Token | API token (coming soon — preferred) | — or — |
X-Viggo-Email | your viggoVet login email | today |
X-Viggo-Password | your viggoVet password | today |
Send X-Viggo-Clinic plus either a token or
email + password. Your viggoVet permissions are enforced on every call — the agent can
never exceed what your account is allowed to do.
claude mcp add --transport http viggo https://mcp.viggo.vet/mcp \ --header "X-Viggo-Clinic: YOUR_CLINIC" \ --header "X-Viggo-Email: you@yourclinic.com" \ --header "X-Viggo-Password: YOUR_PASSWORD"
{
"mcpServers": {
"viggo": {
"transport": "http",
"url": "https://mcp.viggo.vet/mcp",
"headers": {
"X-Viggo-Clinic": "YOUR_CLINIC",
"X-Viggo-Email": "you@yourclinic.com",
"X-Viggo-Password": "YOUR_PASSWORD"
}
}
}
}
After connecting, ask your agent:
We're adding API tokens to replace email/password. When they're ready, the switch is painless and optional:
X-Viggo-Email +
X-Viggo-Password headers with a single X-Viggo-Token header.