vetsorcery-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vetsorcery-mcpShow active problems for patient Fluffy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vetsorcery-mcp
MCP server for VetSorcery — query problem lists, SOAP notes, and patient summaries from Claude Desktop, Cursor, Windsurf, or any MCP-compatible agent.
This repo is the primary integration point for local-first AI workflows around VetSorcery clinical data.
Connection
VetSorcery MCP expects an authorized clinic context. Configure the server with the clinic scope granted by your VetSorcery deployment. Cross-tenant access is enforced at the database layer.
Related MCP server: Recall
Tools
Tool | Purpose |
| Active problems for a patient |
| SOAP notes by problem and date range |
| Full-text search over flat SOAP collection |
| Create a draft SOAP note from AI-generated content |
| Aggregated patient history and recent events |
Related
AIVA-VET/vet-spec—.vetformat standardVetSorcery clinical docs:
CLINICAL_SPEC.md,DATA_MODEL.md,RUNTIME_MODEL.md
License
MIT
Available Tools
5 toolsget_patient_overviewC
Aggregated patient history and recent events.
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| clinic_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description implies a read-only, non-destructive operation (aggregating history and events), which is a key behavioral trait. However, it does not disclose any side effects, authentication requirements, or rate limits. It is adequate but not explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single phrase with no structure. It is concise but under-specifies the tool, missing critical details. It could be expanded to include parameter hints or result expectations without losing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of output schema, annotations, and parameter descriptions, the description should compensate by explaining the tool's output and behavior. It only gives a vague summary, leaving the agent uncertain about what 'overview' entails. The sibling list helps but is not leveraged.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain the purpose or usage of 'patient_id' and 'clinic_id' beyond their names and types. This leaves the agent without guidance on how to fill these parameters correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states it provides an 'aggregated patient history and recent events,' which clearly indicates a read operation for a patient overview. This distinguishes it from siblings like get_soap_history (specific clinical notes) or query_problem_list (problem list), but lacks specificity on what is aggregated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives like search_clinical_notes or get_soap_history. The description does not mention any prerequisites, context, or exclusion criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_soap_historyB
Return SOAP notes for a patient/problem within a date range.
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| problem_id | No | ||
| clinic_id | Yes | ||
| start_date | No | ||
| end_date | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility for behavioral transparency. It only states what the tool returns, but omits any details on read-only nature, authentication needs, rate limits, or effects of invoking the tool (e.g., no side effects mentioned). This is insufficient for an agent to understand safe usage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of 10 words, which is concise. However, it is too brief given the complexity of the tool (5 parameters, no annotations, no output schema), sacrificing crucial information for brevity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 5 parameters, no annotations, and no output schema, the description is incomplete. It does not explain return value structure, pagination, error handling, or required fields like clinic_id. An agent would need additional context to use the tool accurately.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions 'patient/problem' and 'date range', which map to patient_id, problem_id, start_date, and end_date parameters, adding meaning beyond the schema. However, clinic_id is not mentioned, and the schema coverage is 0%, so the description only partially compensates for missing parameter descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool returns SOAP notes for a patient/problem within a date range. The verb 'Return' and resource 'SOAP notes' are specific, and the context distinguishes it from sibling tools like search_clinical_notes or write_soap_draft.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving SOAP history by patient/problem and date range, but it does not provide explicit when-to-use or when-not-to-use guidance, nor does it reference sibling tools or alternatives. Context is implied but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
query_problem_listC
Return active problems for a patient.
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | ||
| clinic_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, and description does not disclose read-only nature, auth requirements, or any behavioral traits beyond the basic function.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, but too brief; key information is missing, achieving brevity at the expense of completeness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no additional details about return format or scope, description is insufficient for an agent to understand the tool's full capabilities.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, and description adds no explanation of the two parameters; agent knows only from schema names which may be ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns active problems for a patient, but does not differentiate from sibling tools like get_patient_overview which may also include problems.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Lacks any guidance on when to use this tool versus alternatives; no context or exclusions provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_clinical_notesC
Full-text search over the flat SOAP collection.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| clinic_id | Yes | ||
| limit | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description should disclose behavioral traits. It only mentions 'full-text search' but does not describe return format, pagination, ordering, or side effects. The read-only nature is implied but not stated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise (one sentence), but at the cost of completeness. It is front-loaded, but lacks critical details that would help an agent use the tool correctly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 3 parameters with no schema descriptions and no output schema, the description is insufficient. It does not explain what 'flat SOAP collection' means, search algorithm, or result structure, leaving agents underinformed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It adds no meaning beyond parameter names; for example, it does not explain that 'query' is the search term, 'clinic_id' filters by clinic, or 'limit' controls result count.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool performs full-text search over the flat SOAP collection. It identifies the resource and action, but does not explicitly differentiate from siblings like get_soap_history or query_problem_list, though the function is distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. For example, it does not indicate whether to use this for free-text search vs get_soap_history for structured data or query_problem_list for problem-specific queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
write_soap_draftC
Create a draft SOAP note from AI-generated content.
| Name | Required | Description | Default |
|---|---|---|---|
| exam_id | Yes | ||
| soap | Yes | ||
| clinic_id | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist; description only says 'from AI-generated content' but fails to disclose mutation behavior, idempotency, permissions, or effects on existing data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence is concise but under-informative; no wasted words but fails to provide necessary detail for such a complex tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Tool has 3 required parameters including a nested object with 5 fields, no output schema, and no parameter descriptions; agent cannot understand how to construct valid input from this definition.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
0% schema description coverage; description adds zero meaning to any parameter (exam_id, soap, clinic_id) beyond their JSON structure. No explanation of what each field represents.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses specific verb 'create' and resource 'draft SOAP note', clearly distinguishing from sibling tools (get_patient_overview, get_soap_history, query_problem_list, search_clinical_notes) which are read-oriented.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs alternatives, no prerequisites or when-not-to-use conditions provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
v0.1.0- First observed
get_patient_overview - First observed
get_soap_history - First observed
query_problem_list - First observed
search_clinical_notes - First observed
write_soap_draft
TDQS
Each tool targets a distinct aspect of veterinary clinical data: patient overview, SOAP history, problem list, full-text search, and draft creation. No overlap in functionality.
All tool names follow a consistent verb_noun pattern (e.g., get_patient_overview, write_soap_draft), making the set predictable and easy to navigate.
With 5 tools, the set is well-scoped for a veterinary EHR assistant, covering key operations without being excessive or too sparse.
Core workflows like retrieving and writing SOAP notes, querying problems, and searching are covered. Missing update/delete operations for problems or notes, but the set handles primary clinical tasks.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server for Cliniko — patients, appointments, availability, and invoices for AI agents.
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceLocal-first knowledge base MCP server. Lets AI agents (Claude Code, Cursor, etc.) read and write your personal knowledge base through 20 MCP tools. Zero cloud dependency — all files stay on your machine.1,758664MIT

Recallofficial
AlicenseNot gradedqualityCmaintenanceOpen-source MCP memory server for AI agents — persistent, searchable, tiered memory across sessions. Works over stdio (Cursor, Claude Desktop) or HTTP+SSE. MIT licensed.7MIT- AlicenseBqualityCmaintenanceMCP server for Contextium — pipe team SOPs, coding standards, agents, skills, and workflows directly into Claude, Cursor, and other AI coding assistants.67MIT
- AlicenseAqualityBmaintenanceMCP server for a self-hostable personal planner — exposes memo, todo, calendar event, and cross-resource full-text search tools so Claude, Cursor, or any MCP client can manage your schedule and notes in natural language.181MIT
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/AIVA-VET/vetsorcery-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server