← vetclinic.info

INDIVIDUAL MCP TOOL

find_specialists_by_procedure

Convenience: combines get_procedure + state filter.

vetclinic.infonone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

vetclinic.info

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.vetclinic-info-mcp-server]
url = "https://vetclinic.info/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vetclinic-info-mcp-server": {
      "type": "http",
      "url": "https://vetclinic.info/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vetclinic-info-mcp-server
Remote MCP URL: https://vetclinic.info/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "vetclinic-info-mcp-server": {
      "url": "https://vetclinic.info/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vetclinic-info-mcp-server": {
      "type": "http",
      "url": "https://vetclinic.info/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vetclinic-info-mcp-server",
  "transport": "streamable-http",
  "url": "https://vetclinic.info/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_clinics — Find veterinary specialty clinics by city + specialty.
  • get_clinic — Fetch a single clinic's full record by slug: credentials, inline reviews, procedures performed, contact action, canonical URL.
  • get_procedure — Fetch a procedure article with cost band, contraindications, emergency signals, FAQ, citations.
  • list_specialties — Closed-set enum of recognized veterinary specialty slugs.
  • list_procedures — Published procedure catalog.
  • estimate_procedure_cost — Anonymous cost estimate.
  • quote_for_case — Composite tool.