MCP.so
Sign In

Sitespeak Claude PluginVerifiedFeatured

@sitespeakai

About Sitespeak Claude Plugin

Manage your SiteSpeakAI chatbot from Claude Code - a plugin and MCP server for optimizing chatbots in plain English.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "sitespeak": {
      "type": "http",
      "url": "https://api.sitespeak.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Tools

16

List the chatbots your account can manage (your current team's chatbots). Returns each chatbot id, name and type. Use the id with the other tools.

Get a chatbot's current settings plus the models allowed on its plan and the credit cost per model. Read this before changing settings.

Update a chatbot's settings. Only the fields you pass are changed. Call get_chatbot first to see allowed_models before changing gpt_model.

List inbox conversation threads for a chatbot. Filter by status (open/closed/all) and feedback (positive/negative), and search message text.

Get the messages in one inbox thread (visitor), oldest first. Returns the most recent messages by default; use offset with has_older to page back through long threads.

Set an inbox thread status. Use "archived" to mark a thread as done. Allowed: read, unread, archived, priority, snooze.

List a chatbot's knowledge sources and their training status. Paginated at 50 per page.

Add a website knowledge source by URL and start indexing it. Provide a single page or site URL.

Re-index an existing knowledge source to pick up its latest content.

Get a chatbot's analytics for a period: conversation volume, feedback, answered-question %, negative-sentiment %, popular sources/categories, top countries.

Get AI-clustered question themes for a chatbot: top unanswered questions (knowledge/source gaps) and top answered questions. Use unanswered themes to suggest new content and messages.

List a chatbot's captured leads (visitors who submitted an email or phone via the lead-capture form). Newest first, paginated 50 per page.

List a chatbot's suggested messages (the clickable prompts shown to visitors). Use the returned id with update_suggested_message or remove_suggested_message.

Add a suggested message (a clickable prompt shown to visitors). For type "ai" (default) provide a prompt - the message sent when clicked. For redirect/email types provide an action (a URL or email address).

Update an existing suggested message. Only the fields you pass are changed. Get the id from list_suggested_messages.

Remove a suggested message from a chatbot. Get the id from list_suggested_messages.

Overview

What is Sitespeak Claude Plugin?

Manage your SiteSpeakAI chatbot from Claude Code - a plugin and MCP server for optimizing chatbots in plain English.

How to use Sitespeak Claude Plugin?

Follow the repository README to install the server and add its MCP configuration to your client.

Key features of Sitespeak Claude Plugin

  • "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."
  • "Suggest a few starter questions for new visitors and add the best ones."
  • "Find the conversations where people got frustrated and improve the bot."
  • "Turn on human handoff and escalate after two unanswered messages."

Use cases of Sitespeak Claude Plugin

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Sitespeak Claude Plugin

Where is the source code for Sitespeak Claude Plugin?

The source code is linked from the repository URL on this page.

Does Sitespeak Claude Plugin include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Sitespeak Claude Plugin?

The source code is linked from the repository URL on this page.

Does Sitespeak Claude Plugin include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Productivity MCP servers