BioVet
OfficialBioVet MCP Server
Remote MCP server for BioVet — a network of 20 veterinary clinics in Moscow, Russia (open 24/7).
Lets AI assistants (Claude, agentic browsers, any MCP client) find a clinic, check live prices, see open appointment slots, book a visit, run a symptom urgency check (triage table approved by licensed veterinarians) and check whether a food or houseplant is safe for a pet.
Endpoint:
https://bio.vet/mcp(Streamable HTTP, stateless JSON-RPC 2.0, no auth required)Manifest:
https://bio.vet/.well-known/mcp.jsonLanguage: tools accept and answer in Russian (the clinics operate in Moscow)
Quick start
Claude Code:
claude mcp add --transport http biovet https://bio.vet/mcpClaude Desktop: Settings → Connectors → Add custom connector → https://bio.vet/mcp.
Related MCP server: Avito MCP
Tools
Tool | What it does |
| Nearest of 20 clinics by district / metro / street query or by coordinates, with live Yandex Maps ratings and |
| Live prices from the clinic network's price list (900+ services, same in every clinic) |
| Doctors of a clinic with their open appointment times; if the requested specialty is absent, suggests real clinics in the network that have it |
| Books a real appointment (name + phone + clinic + time). The assistant must show the user a summary and get explicit confirmation first |
| Symptom urgency check — go now / see a vet today / observe — based on a sign table approved by the network's veterinarians. Routing only, never a diagnosis |
| Is this food/plant safe for a cat, dog, rodent or bird — vet-reviewed reference |
Example
curl -s -X POST https://bio.vet/mcp -H 'Content-Type: application/json' -d '{
"jsonrpc": "2.0", "id": 1, "method": "tools/call",
"params": { "name": "find_clinic", "arguments": { "query": "Марьино" } }
}'Safety
Booking is rate-limited per IP and every booking is tagged in the clinic's journal; the CRM may call the client back to confirm.
No drug dosages and no medical advice beyond urgency routing are ever returned — triage always ends with "see a veterinarian".
Read tools are free to call; there is no tracking of MCP clients.
About
BioVet — сеть ветеринарных клиник: 20 клиник в Москве и Реутове, все работают круглосуточно, собственная лаборатория. Этот MCP-сервер — официальный.
Открытые ветеринарные датасеты сети (CC BY 4.0): github.com/Bio-Vet · bio.vet/open-data
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenancePet Care AI - MCP server providing AI-powered tools and automation by MEOK AI Labs141MIT
- AlicenseAqualityAmaintenanceUniversal MCP server for the Avito API (Russia's largest classifieds marketplace), built for autonomous AI agents to operate an account hands-free — 145 tools across 18 domains (listings, messenger, orders, delivery, promotion, autoload, reviews, analytics). Safe-by-default: dry-run, idempotency, structured errors, confirmation flow.10014614MIT
- AlicenseNot gradedqualityBmaintenanceEnables managing veterinary clinic operations via natural language by integrating Vetmanager REST API with MCP clients.1MIT
- AlicenseBqualityBmaintenanceMCP server for ezyVet veterinary practice management. Enables reading and creating animals, contacts, appointments, consults, and invoices via natural language.17MIT
Related MCP Connectors
A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a
A paid remote MCP for AI agent browser approval MCP, built to return verdicts, receipts, usage logs,
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bio-Vet/biovet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server