WebMCP

HealthWebMCP verified

cuvo.co WebMCP tools

Cuvo is the white label telehealth platform that runs the clinic behind your brand: 50-state providers, pharmacy, software, and compliance. Launch in days.

11 tools1 methodsspec API surface

What can an agent do with cuvo.co WebMCP tools?

Cuvo is the white label telehealth platform that runs the clinic behind your brand: 50-state providers, pharmacy, software, and compliance. Launch in days. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on cuvo.co

Tool 1 of 11WebMCPAnswer

scan_images_c2pa

Scan every <img> on the current page for C2PA Content Credentials (content provenance metadata) and return a per-image summary: whether a manifest is present, the claim generator (the tool that produced or edited the image), the title, and the signer name. Use this to find which images on a page carry provenance data. Note: provenance is decoded but NOT cryptographically verified.

How to install

Open the cuvo.co website and ask your browser agent to use scan_images_c2pa

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the scan_images_c2pa tool on cuvo.co with limit: <integer>. Return the structured result and cite the source page.

Input contract

  • limit integer Maximum number of images to fetch and scan (default 25, max 100).

Open the source definition

Tool 2 of 11WebMCPAnswer

inspect_image_c2pa

Fetch a single image (by CSS selector or URL) and return its fully decoded C2PA manifest store: every manifest's claim, assertions (e.g. c2pa.actions edit history, schema.org authorship), and the COSE signature details (algorithm and signing-certificate identity). Provide exactly one of `selector` or `url`. Note: the signature is decoded but NOT cryptographically verified.

How to install

Open the cuvo.co website and ask your browser agent to use inspect_image_c2pa

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the inspect_image_c2pa tool on cuvo.co with selector: <string>, url: <string>. Return the structured result and cite the source page.

Input contract

  • selector string CSS selector for an <img> element on the page.
  • url string Image URL (absolute, or relative to the current page) to fetch and inspect.

Open the source definition

Tool 3 of 11WebMCPAnswer

get_overview

What Cuvo Health is, who it is for, and the canonical FAQ: the white label telehealth platform that operates the licensed clinic behind consumer brands.

How to install

Open the cuvo.co website and ask your browser agent to use get_overview

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_overview tool on cuvo.co. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 11WebMCPAnswer

    get_pricing

    Cuvo's published pricing as markdown: plan tiers with setup fees, the flat $25 per-consult fee, 0% medication markup, commercial terms, and add-ons.

    How to install

    Open the cuvo.co website and ask your browser agent to use get_pricing

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get_pricing tool on cuvo.co. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 5 of 11WebMCPAnswer

      list_comparisons

      List every Cuvo-vs-competitor comparison page (slug, competitor name, one-line summary, facts-reviewed date).

      How to install

      Open the cuvo.co website and ask your browser agent to use list_comparisons

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the list_comparisons tool on cuvo.co. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 6 of 11WebMCPAnswer

        get_comparison

        Full text (markdown) of one Cuvo-vs-competitor comparison page, by slug from list_comparisons.

        How to install

        Open the cuvo.co website and ask your browser agent to use get_comparison

        Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

        Run with an agent

        Use the get_comparison tool on cuvo.co with slug: <string>. Return the structured result and cite the source page.

        Input contract

        • slug string Comparison slug, e.g. "cuvo-vs-wheel"

        Open the source definition

        Tool 7 of 11WebMCPAnswer

        list_articles

        List every published article on the Cuvo blog (slug, title, excerpt, date, category): telehealth compliance, pharmacy, and growth guides.

        How to install

        Open the cuvo.co website and ask your browser agent to use list_articles

        Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

        Run with an agent

        Use the list_articles tool on cuvo.co. Return the structured result and cite the source page.

        Input contract

          Open the source definition

          Tool 8 of 11WebMCPAnswer

          get_article

          Full text (markdown) of one published article, by slug from list_articles.

          How to install

          Open the cuvo.co website and ask your browser agent to use get_article

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the get_article tool on cuvo.co with slug: <string>. Return the structured result and cite the source page.

          Input contract

          • slug string Article slug, e.g. "dea-telemedicine-flexibilities-2026"

          Open the source definition

          Tool 9 of 11WebMCPAnswer

          get_availability

          Next open 30-minute discovery-call slots on the Cuvo team's calendar, in the user's timezone. Call before offering any times; returns each slot's startIso and human label.

          How to install

          Open the cuvo.co website and ask your browser agent to use get_availability

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the get_availability tool on cuvo.co with timezone: <string>. Return the structured result and cite the source page.

          Input contract

          • timezone string IANA timezone of the user, e.g. "America/New_York". Defaults to America/New_York.

          Open the source definition

          Tool 10 of 11WebMCPSensitive action

          book_discovery_call

          Book a real 30-minute Cuvo discovery call for the user. Requires their explicit confirmation of a specific slot from get_availability plus their real full name and email; the calendar invite goes to that email. Do not book without the user's consent.

          How to install

          Open the cuvo.co website and ask your browser agent to use book_discovery_call

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the book_discovery_call tool on cuvo.co with name: <string>, email: <string>, phone: <string>, slot_start_iso: <string>, timezone: <string>. Return the structured result and cite the source page.

          Input contract

          • name string User's full name
          • email string User's email (receives the invite)
          • phone string Optional phone number
          • slot_start_iso string startIso of the chosen slot, exactly as returned by get_availability
          • timezone string IANA timezone used when fetching availability

          Open the source definition

          Tool 11 of 11WebMCPAction

          request_callback

          Ask the Cuvo team to phone the user back, when live booking is unavailable or the user prefers a callback. Requires the user's consent, name, and phone number.

          How to install

          Open the cuvo.co website and ask your browser agent to use request_callback

          Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

          Run with an agent

          Use the request_callback tool on cuvo.co with name: <string>, phone: <string>. Return the structured result and cite the source page.

          Input contract

          • name string
          • phone string

          Open the source definition