Zeevou AI Connector

Universal MCP connector giving AI agents secure, real-time read/write access to Zeevou bookings, guests, properties, and financials — no vendor lock-in.

Documentation

company logoZeevou Support - Help Centre

Go to ZeevouLogin

Discord Community SupportAutomationAcademyFree DemoPricingSign upLog in

All collectionsBecome a Zeevou ProBuild Custom WorkflowsConnect AI Agents to the Zeevou MCP

Connect AI Agents to the Zeevou MCP

Learn how to connect your AI agent to the Zeevou MCP Server using MCP, including prerequisites, OAuth authentication, and setup steps.

MCP (Model Context Protocol) is an open protocol that lets AI models connect to external tools, data sources, and applications in a standardized way.

A useful analogy is that MCP is to AI what HTTP is to web browsers: a common language for communication.

How it works

There are typically three parts:

  1. MCP Client
  • The AI application or assistant.
  • Requests information or actions.
  1. MCP Server
  • Exposes data and tools to the AI.
  • Acts as a bridge between the AI and your systems.
  1. Resources and Tools
  • Data the AI can read (documents, databases, files).
  • Actions the AI can perform (create tickets, update records, send messages).

Connecting Your AI Agent to the Zeevou MCP ServerOverview

Prerequisites

Before connecting your AI agent, ensure that:

  • You have access to a Zeevou account.
  • MCP access has been enabled for your account.
  • Your AI agent or client supports the Model Context Protocol (MCP).

Connection Steps

1. Obtain an Access Token

To obtain an access token, contact Zeevou Support and request OAuth 2.0 client credentials.

You will receive:

  • Client ID
  • Client Secret

Use these credentials to obtain an OAuth 2.0 access token, which will be used to authenticate requests to the Zeevou MCP Server.

2. Configure Your AI Agent

Add the Zeevou MCP server to your AI agent's MCP configuration and pass your access token as an Authorization header.

3. Verify the Connection

After configuration:

  • Restart or reload your AI agent.
  • Confirm that the Zeevou MCP server appears in the list of available MCP servers.
  • Verify that the available Zeevou tools can be discovered successfully.

Authentication

The Zeevou MCP Server uses bearer token authentication.

All requests must include the following HTTP header:

Authorization: Bearer YOUR_ACCESS_TOKEN

If your access token expires or becomes invalid, obtain a new access token and update your MCP configuration.

Did this answer your question?

šŸ˜ž

😐

😁

Connect AI Agents to the Zeevou MCP | Zeevou