ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Fresha with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Query and analyze your Fresha salon data. list appointments, clients, locations, services, staff, and sales transactions directly from any AI agent.

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 · 11 capabilities

The complete Fresha capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Fresha.

  1. 01

    List products

    List Fresha products via OData

  2. 02

    List inventory

    List Fresha inventory via OData

  3. 03

    List clients

    List Fresha clients via OData

  4. 04

    List sale items

    List Fresha sale items via OData

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Fresha.

  1. 05

    List services

    List Fresha services via OData

  2. 06

    List staff

    List Fresha staff via OData

  3. 07

    List appointments

    List Fresha appointments via OData

  4. 08

    List appointment services

    List Fresha appointment services via OData

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Fresha.

  1. 09

    List locations

    List Fresha locations via OData

  2. 10

    List reviews

    List Fresha reviews via OData

  3. 11

    List sales

    List Fresha sales via OData

Observed, not estimated

1014ms average. Fast in production.

Fresha is checked daily against the live service.

Daily averagePeak 1205ms
Aug 20Today
Fastest day
874ms
Slowest day
1205ms
14-day trend
Stable-3%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 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 Fresha, so you can see the experience inside your AI.

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

Fresha Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_iE9rC2mxOI0RAdqbxk4rqHzbirGBbtJWBP7B0nRw/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 — Fresha capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "fresha-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_iE9rC2mxOI0RAdqbxk4rqHzbirGBbtJWBP7B0nRw/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 Fresha owners ask.

  • 01

    Can I filter appointments by status or date using this server?

    Yes! The list_appointments capability supports standard OData $filter parameters. For example, you can pass Status eq 'Completed' or filter by start times to isolate specific booking periods.

  • 02

    How do I retrieve the specific services booked within an appointment?

    You can use the list_appointment_services capability, or use the $expand parameter in list_appointments to load related service details in a single query.

  • 03

    Can I view financial transactions and checkout details?

    Yes. Use the list_sales capability to query invoices and transactions, and the list_sale_items capability to inspect individual line items, products, or services sold during checkout.