Weavz
Zocdoc

Zocdoc

Search Zocdoc providers and availability, book appointments, reschedule, cancel, and receive appointment webhooks.

8 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_reference_npis

List active provider NPIs in the Zocdoc developer directory.

list_providers

Get provider details for up to 50 NPIs, optionally filtered by insurance and location.

search_provider_locations

Search Zocdoc provider locations by ZIP and specialty or visit reason.

get_provider_location

Get one Zocdoc provider-location by provider_location_id.

list_availability

Retrieve Zocdoc availability for one or more provider-location IDs.

book_appointment

Book a Zocdoc appointment using an exact availability start_time and patient payload.

reschedule_appointment

Request a Zocdoc appointment reschedule with an exact appointment ID and new start time.

cancel_appointment

Cancel a Zocdoc appointment by exact appointment ID.

Triggers

Name
appointment_webhook_received

Receive Zocdoc appointment webhook payloads configured by Zocdoc. Signature verification is not claimed without raw-body access.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('zocdoc', 'list_reference_npis', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'zocdoc',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Zocdoc to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Zocdoc support?

Zocdoc supports 8 tools including List Reference NPIs, List Providers, Search Provider Locations, Get Provider Location, List Availability, and more.

Can I use Zocdoc with AI agents?

Yes. Add Zocdoc to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Zocdoc to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Zocdoc as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Zocdoc tools exposed by that workspace.

Does Zocdoc work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Zocdoc work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Zocdoc?

Zocdoc exposes 8 tools, including List Reference NPIs, List Providers, Search Provider Locations, Get Provider Location, List Availability, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Zocdoc be used in stateful agent workflows?

Yes. Agents can combine Zocdoc tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Zocdoc use?

Zocdoc uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Zocdoc integration cost?

The Zocdoc integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Zocdoc support?

Zocdoc supports 1 triggers including Appointment Webhook Received.

Connect Zocdoc in minutes

Get 20,000 free action executions every month. No credit card required.