← All add-ons

MxChat MCP Server

Version 1.0.7 · Updated 3 days ago

Expose your MxChat install as a Model Context Protocol server so Claude, ChatGPT, and any MCP-aware agent can list transcripts, inspect bots, and push knowledge — natively, no per-message fees.

Features

  • JSON-RPC 2.0 endpoint at /wp-json/mxchat-mcp/v1/mcp speaking the MCP spec
  • Bearer-token auth that reuses your MxChat REST API token — no second secret to manage
  • Read-only or admin role gating from a dedicated MxChat → MCP Server admin page
  • Connect snippets for Claude Code, ChatGPT desktop, and mcp-inspector with one-click copy
  • Tool set focused on chatbot ops: bot_info, list_transcripts, search_transcripts, list_knowledge, add_knowledge
  • WooCommerce extension: list_products, get_product, list_orders, get_order, search_customers

What's new

Version 1.0.7

  • Improved OAuth tokens are now re-checked against their owner on every MCP request, not just when the connection was first authorized. If the administrator who authorized an app is later removed or loses their admin role, that app's access stops immediately instead of lasting until someone remembers to revoke it, and the OAuth apps card on the MCP Server page shows exactly which connection is affected and why.
  • Improved New installs now accept only OAuth-authorized MCP clients by default. The static bearer token fallback stays enabled on existing sites so command-line clients keep working after the update, with a dismissible recommendation on the MCP Server page to turn it off once your clients use OAuth — and a new setting under Connected Apps, Advanced lets you switch it off (or back on) at any time.