ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Picktime with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Equip your AI agent to manage scheduling operations. Fetch global availabilities, list locations, and manage business bookings via chat natively.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Picktime capability set.

These are the exact actions your AI can choose when you ask it to work with Picktime.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Picktime.

  1. 01

    Get booking details

    Get full details of a specific Picktime booking including customer contact info, service booked, staff assigned, start/end times, payment status, and any customer notes

  2. 02

    Get service details

    Get detailed configuration for a specific Picktime service. Returns name, duration, price, description, staff assignments, booking limits, and cancellation policy

  3. 03

    List staff

    List all staff members at a Picktime location. Returns staff names, emails, roles, assigned services, working hours, and active status. Staff availability determines bookable time slots

  4. 04

    List classes

    List all group classes configured for a Picktime location. Classes are multi-attendee bookings with capacity limits. yoga sessions, workshops, group trainings

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Picktime.

  1. 05

    Get availability

    Get available booking time slots for a specific Picktime service on a given date. Returns free windows considering staff schedules, existing bookings, and buffer times. Essential for building custom booking flows

  2. 06

    Cancel booking

    Cancel a Picktime booking with a reason. The customer receives a cancellation notification and the time slot becomes available again for new bookings

  3. 07

    Get location

    Used to resolve workspace boundaries before hitting schedules. Get detailed configuration for a specific Picktime location by ID. Returns location name, address, timezone, working hours, booking URL, and linked calendar/payment integrations

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Picktime.

  1. 08

    List bookings

    List all bookings for a Picktime location with optional date filter. Returns customer names, booked services, staff assignments, times, statuses, and payment info. Essential for schedule management

  2. 09

    List locations

    List all business locations configured in Picktime. Each location operates independently with its own services, staff, working hours, and booking pages. Multi-location businesses manage branches separately

  3. 10

    List services

    List all bookable services for a Picktime location. Returns service names, durations, prices, descriptions, assigned staff, and buffer times. Services define what customers can book

Observed, not estimated

865ms average. Fast in production.

Picktime is checked daily against the live service.

Daily averagePeak 1256ms
Aug 20Today
Fastest day
737ms
Slowest day
1256ms
14-day trend
Slowing+32%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Picktime, so you can see the experience inside your AI.

It does not authenticate your account with Picktime. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Picktime Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_B2cfN2FyqDzRd8EC9zAz6rlG0BGuPYQNLcMcVOSq/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Picktime capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "picktime-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_B2cfN2FyqDzRd8EC9zAz6rlG0BGuPYQNLcMcVOSq/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Picktime owners ask.

  • 01

    Can the AI find an available slot for a specific service next Friday?

    Yes. Upon providing the location and service ID along with the desired date, your agent invokes get_availability. The connector reads Picktime's master block array, isolating the open time windows seamlessly against existing rules (like business hours and buffers).

  • 02

    If a customer cancels on the phone, can the AI remove their booking?

    Absolutely. Just provide the booking ID to the agent and it will utilize the cancel_booking function. Picktime will release the blocked slot immediately back to the customer-facing booking page.

  • 03

    Can I grab all upcoming appointments for a specific staff member?

    Yes, by matching the staff member's ID from list_staff with the broader fetch generated by list_bookings. Alternatively, your agent can sort and filter the returned array natively in its reasoning stream, showing you only Dr. Silva's schedule.