VetClinic.info — Veterinary Specialty Directory
Server Details
Find US veterinary specialists. Search clinics, read procedure articles, estimate costs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
8 toolsestimate_procedure_costInspect
Anonymous cost estimate. Returns $low–$high range computed from regional + case factors. Deterministic on identical inputs. PII fields are rejected — use quote_for_case for the PII path.
| Name | Required | Description | Default |
|---|---|---|---|
| zip | Yes | ||
| case_factors | Yes | ||
| procedure_slug | Yes |
find_specialists_by_procedureInspect
Convenience: combines get_procedure + state filter. Returns the ranked specialist finder list for a procedure in a given state.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | Yes | 2-letter state slug. | |
| procedure | Yes | Procedure slug. |
get_clinicInspect
Fetch a single clinic's full record by slug: credentials, inline reviews, procedures performed, contact action, canonical URL.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City slug. | |
| slug | Yes | Clinic slug. Clinic slugs are unique per city, not globally — pair with city + state for disambiguation. | |
| state | Yes | State slug. |
get_procedureInspect
Fetch a procedure article with cost band, contraindications, emergency signals, FAQ, citations. When state is supplied, also returns a ranked clinic finder pre-filtered to that state.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Procedure slug (e.g. "tplo", "hemilaminectomy", "lymphoma-chop"). | |
| state | No | Optional 2-letter state slug to pre-filter the finder. |
list_proceduresInspect
Published procedure catalog. Returns slug, display_name, also_known_as, specialty_slug for every procedure with a live article.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_specialtiesInspect
Closed-set enum of recognized veterinary specialty slugs. Returns slug, display_name, and credentialing_board.sameAs (when applicable). Always call this before search_clinics if uncertain about specialty mapping.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
quote_for_caseInspect
Composite tool. Always computes an estimate. When owner_email is also present, additionally submits a confirmation-gated lead and dispatches a confirmation email to the owner (requires X-Agent-Attribution header). When PII is absent, behaves identically to estimate_procedure_cost and returns status="estimate_only".
| Name | Required | Description | Default |
|---|---|---|---|
| zip | Yes | ||
| case_notes | No | Optional. Free-text notes from the owner for the receiving clinic. | |
| owner_name | No | Optional. Required if owner_email is present. | |
| owner_email | No | Optional. When present, triggers the lead-capture write path and requires X-Agent-Attribution. | |
| owner_phone | No | Optional. | |
| case_factors | Yes | Same shape as estimate_procedure_cost.case_factors. | |
| procedure_slug | Yes |
search_clinicsInspect
Find veterinary specialty clinics by city + specialty. Returns a ranked shortlist with credentials, address, rating, review count, and a contact action. Promoted listings rank first.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City slug (e.g. "denver", "austin"). Validate against /api/agents/specialties or list_specialties. | |
| limit | No | ||
| state | No | Optional 2-letter state slug ("co", "tx", "ca"). Disambiguates same-name cities. | |
| specialty | Yes | Specialty slug (e.g. "orthopedic-surgery", "oncology", "emergency-critical-care", "generalist"). Closed set; use list_specialties. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!