Agent Tools
Back to MCP servers

VetClinic.info — Veterinary Specialty Directory

https://vetclinic.info/mcp
● healthy

skills: {'id': 'search_clinics', 'name': 'search_clinics', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_clinic', 'name': 'get_clinic', 'description': "Fetch a single clinic's full record by slug: credentials, inline reviews, procedures performed, contact action, canonical URL.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_procedure', 'name': 'get_procedure', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_specialties', 'name': 'list_specialties', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_procedures', 'name': 'list_procedures', 'description': 'Published procedure catalog. Returns slug, display_name, also_known_as, specialty_slug for every procedure with a live article.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'find_specialists_by_procedure', 'name': 'find_specialists_by_procedure', 'description': 'Convenience: combines get_procedure + state filter. Returns the ranked specialist finder list for a procedure in a given state.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'estimate_procedure_cost', 'name': 'estimate_procedure_cost', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'quote_for_case', 'name': 'quote_for_case', 'description': '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".', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 229.4ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://vetclinic.info/mcp
JSON-RPC initialize probe
curl -X POST https://vetclinic.info/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://vetclinic.info/mcp
Listed at (chiark)
https://chiark.ai/agents/f069cce9-99f1-423d-9162-38d76df4e017