← veterical.com

INDIVIDUAL MCP TOOL

get_clinic_schedule_summary

Count scheduled records by UTC day for one tenant-owned Veterical clinic over at most 31 days.

veterical.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.veterical.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_clinic_schedule_summary and invoke it with your own arguments.

Indexed 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 server

veterical.com

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.veterical-mcp]
url = "https://mcp.veterical.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "veterical-mcp": {
      "type": "http",
      "url": "https://mcp.veterical.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: veterical-mcp
Remote MCP URL: https://mcp.veterical.com/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": {
    "veterical-mcp": {
      "url": "https://mcp.veterical.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "veterical-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.veterical.com/mcp"
}
MCP Inspector

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

Related tools

  • list_clinics — List bounded, cursor-paginated administrative metadata for clinics in the authenticated Veterical organization.
  • get_clinic — Get safe administrative metadata for one clinic in the authenticated Veterical organization.
  • get_clinic_availability — Summarize the fixed tomorrow-through-fourteen-days booking window for one tenant-owned Veterical clinic.
  • list_clinic_providers — List at most 100 display names for bookable providers at one tenant-owned Veterical clinic.
  • list_calendar_events — List bounded, tenant-scoped non-appointment calendar blocks such as closures, courses, meetings, and days off.
  • list_procedures — List bounded numeric catalog configuration for one tenant-owned Veterical clinic: price, duration, and edit time only.
  • list_payments — Aggregate amount and count by currency and operational status for one bounded page of tenant-scoped Veterical payment records.
  • list_subscriptions — List bounded Veterical plan status and configuration limits for the authenticated organization.