Model Context Protocol#
GekkoVet exposes its veterinary knowledge base and case tools through the Model Context Protocol (MCP). MCP lets external AI assistants — Claude Desktop, ChatGPT, the MCP Inspector, and any other MCP-compatible client — connect directly to GekkoVet so the assistant can search diseases, look up drug dosages, work with diagnostic cases, and generate clinical documents on your behalf.
The MCP integration is in beta. Access is limited to users with an active GekkoVet account during this phase. If you'd like to try it with your own AI assistant, please contact us.
Endpoint#
https://mcp.gekkovet.workers.dev/mcpThe server supports the modern Streamable-HTTP transport at /mcp (recommended) and the legacy SSE transport at /sse. All requests are authenticated via OAuth 2.0 — the first time your AI assistant connects, it will redirect you to the GekkoVet login screen.
What’s available#
The MCP server exposes 19 tools covering:
- Animal types & diseases — semantic search, comprehensive disease info, symptom-based lookup
- Treatments & drugs — treatment protocols, drug dosage calculator, complete drug information
- Cases — create diagnostic cases, retrieve case records, update symptoms & selections
- Attachments — retrieve processed content from uploaded lab results, images, and PDFs
- Clinical documents — generate and revise discharge papers, summaries, referral letters
See the tool reference for the full list with input parameters.
Next steps#
- Connecting an AI assistant — how to wire up Claude Desktop, ChatGPT, or the MCP Inspector
- Authentication — the OAuth flow and what happens on first connect
- Tool reference — every available tool with its purpose and inputs