← WebMCP Directory

Tool tree

co.vet

Health & Education
https://co.vet/
CoVet's easy AI scribe writes your records and automates your admin work so you can focus on what matters most.
Explore capabilities

Tools verified

page: Every page

view_product_overviewAction

Open the CoVet product overview page, which describes the AI veterinary scribe, real-time dictation, automated SOAP notes, task management, and PMS integration.

View tool JSON
{
  "name": "view_product_overview",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the CoVet product overview page, which describes the AI veterinary scribe, real-time dictation, automated SOAP notes, task management, and PMS integration.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
view_pricingAnswer

Open the CoVet pricing page. CoVet has three tiers (Support, Essentials, Unlimited) priced per user in 8 currencies.

View tool JSON
{
  "name": "view_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Open the CoVet pricing page. CoVet has three tiers (Support, Essentials, Unlimited) priced per user in 8 currencies.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
view_featuresAction

Open the CoVet features page — full breakdown of AI documentation, species-specific templates, team collaboration, clinical chat, and integrations.

View tool JSON
{
  "name": "view_features",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the CoVet features page — full breakdown of AI documentation, species-specific templates, team collaboration, clinical chat, and integrations.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
view_use_caseAction

Open the CoVet page for a specific veterinary practice type to show how CoVet fits that workflow.

View tool JSON
{
  "name": "view_use_case",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the CoVet page for a specific veterinary practice type to show how CoVet fits that workflow.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "practice": {
        "type": "string",
        "enum": [
          "general-practice",
          "emergency-urgent-care",
          "specialty-referral",
          "exotics",
          "equine",
          "students",
          "locum"
        ],
        "description": "The veterinary practice type."
      }
    },
    "required": [
      "practice"
    ],
    "additionalProperties": false
  },
  "page": "/"
}
view_enterpriseAction

Open the CoVet Enterprise page for multi-location veterinary groups (custom onboarding, dedicated support, compliance features).

View tool JSON
{
  "name": "view_enterprise",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the CoVet Enterprise page for multi-location veterinary groups (custom onboarding, dedicated support, compliance features).",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
book_demoSensitive Action

Open the CoVet demo booking page so the user can schedule a live walk-through with the CoVet team.

View tool JSON
{
  "name": "book_demo",
  "kind": "transact",
  "impl": "imperative",
  "description": "Open the CoVet demo booking page so the user can schedule a live walk-through with the CoVet team.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
contact_salesSensitive Action

Open the CoVet contact form so the user can reach the sales or support team.

View tool JSON
{
  "name": "contact_sales",
  "kind": "transact",
  "impl": "imperative",
  "description": "Open the CoVet contact form so the user can reach the sales or support team.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
start_free_trialAction

Send the user to the CoVet self-serve signup flow to start a free trial.

View tool JSON
{
  "name": "start_free_trial",
  "kind": "act",
  "impl": "imperative",
  "description": "Send the user to the CoVet self-serve signup flow to start a free trial.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}