Zowie MCP Server

The Zowie MCP server lets an AI agent (Claude Code or other MCP clients) operate your Zowie account on your behalf: read the configuration of your AI agents, edit the staging version, and investigate past interactions.

It is a remote MCP server. You do not install anything — you connect your AI client to a URL and log in with your normal Zowie account.

Server URL

Data centerURL
EUhttps://eu1-mcp.api.getzowie.com/mcp
UShttps://us1-mcp.api.getzowie.com/mcp

Use the URL of the data center your Zowie instance runs in.

Connect Claude Code

Add the server once, for all your projects:

claude mcp add --transport http zowie https://eu1-mcp.api.getzowie.com/mcp

Then start Claude Code and run:

/mcp

Select zowie and choose Authenticate. A browser window opens where you:

  1. Log in to Zowie (password or your company SSO).
  2. Review and approve the permissions the agent asks for.

Other MCP clients

Any MCP client that supports a remote server with a custom URL and OAuth works with the same URL — point it at the server and complete the same login in the browser.

Permissions you consent to

PermissionWhat the agent may do
DiscoverList the environments and AI agents you have access to
ReadRead configuration, knowledge, and interaction history
Write (staging)Create and update configuration — in the staging version only
AnalyticsQuery your usage analytics dataset — only for accounts onboarded to Unified Data Access

Two rules always apply:

  • The agent can never do more than you can do. Your Zowie role and permissions still decide every single call.
  • You choose the permissions at consent time. Agent cannot even see tools that you didn't gave it access to.

What the MCP server covers

  • Workspace discovery — environments, AI agents, versions, regions.
  • AI agent configuration — persona, guidance, intents, decision processes and process blocks, process schemas and global variables, system workflows, policies.
  • Interaction analysis — list and inspect past interactions, messages, contact reasons, attributes, and execution logs for troubleshooting.
  • Usage analytics — read-only SQL queries over your Zowie analytics dataset. Available only to accounts onboarded to Unified Data Access; the datasets your user may query are assigned on request.
  • Product documentation — a built-in tool the agent uses to look up Zowie concepts, so it works with the correct model of the platform.

References


Did this page help you?