Skip to main content
SiteSpeakAI has a management MCP (Model Context Protocol) server that lets an AI agent run your account for you. Connect Claude, Cursor, or any MCP client and ask in plain English: read your analytics, find what is not working, and fix it. The easiest way in is the Claude Code plugin, which bundles the connection and a skill that knows how to work on a SiteSpeakAI chatbot. You can also connect any other MCP client directly.
This is the management MCP: it works on your account and chatbots (settings, analytics, sources, inbox). It is different from the MCP Endpoint, which lets AI agents query a single chatbot’s knowledge base.

What you can do

Once connected, an agent can:
  • Read analytics - conversation volume, answered-question rate, negative sentiment, leads, top sources and pages.
  • Read question insights - AI-clustered themes of what visitors ask, including the unanswered ones (your real knowledge gaps).
  • Change settings - model, prompts, welcome message, default answer, temperature, lead capture, and escalations.
  • Manage knowledge sources - add new pages and recrawl stale ones.
  • Manage suggested messages - the starter prompts shown to visitors.
  • Work the inbox - read conversations, read captured leads, and triage threads.
Some things you can ask:
  • “Look at my support bot’s last 3 months and optimize it for lead capture.”
  • “Why is my bot failing to answer questions? Find the gaps and fix them.”
  • “Turn on human handoff and escalate after two unanswered messages.”
  • “Which of my chatbots has the worst answer rate?”

Get an API token

Every connection uses an API token. Create one on the API tokens page in your account. The agent acts only on the chatbots that token can access.
An API token can read and change your account. Treat it like a password, and only paste it into tools you trust.
The Claude Code plugin bundles the MCP connection and a skill that runs a safe, step-by-step loop: it reads your data, proposes changes, and waits for your confirmation before writing anything.
1

Add the marketplace

In Claude Code, run:
2

Install the plugin

Claude Code asks for your API token during install and stores it securely (in the macOS Keychain, or an encrypted credentials file on other platforms). The MCP server connects on its own.
3

Start asking

Ask Claude to work on your chatbot, for example: “List my SiteSpeak chatbots” or “Optimize my support bot for lead capture.”
The plugin is open source. See the code on GitHub.

Connect other MCP clients

Any MCP client that supports Streamable HTTP with a bearer token can connect to the management MCP directly.
  • Endpoint: https://api.sitespeak.ai/mcp
  • Header: Authorization: Bearer YOUR_API_TOKEN
Add this to your claude_desktop_config.json, then restart Claude Desktop:
The step-by-step confirmation loop is part of the Claude Code plugin’s skill. Other MCP clients call the tools directly, so review what your client is about to do before you approve a change.

Troubleshooting

The plugin installed but tools are missing

Run /reload-plugins in Claude Code, or restart it, to load the bundled MCP server.

Getting an authentication error

Confirm your API token is valid. Create a new one on the API tokens page and reconnect.

Analytics or insights look empty

Answer rate, sentiment, and question insights come from scheduled jobs, so they lag and are empty for brand-new or low-traffic bots. Empty does not mean there are no gaps.

Ready to automate your customer service with AI?

Join over 1000+ businesses, websites and startups automating their customer service and other tasks with a custom trained AI agent.
Last modified on July 15, 2026