Model Context Protocol

ChatMaxima MCP Server

Connect Claude, ChatGPT, Cursor or any MCP client to your ChatMaxima workspace, and let it build, inspect and test your chatbots, WhatsApp templates and flows for you.

Server URL
https://chatmaxima.com/mcp/

This URL speaks JSON-RPC over POST, so it has nothing to show in a browser. Paste it into your MCP client as a custom connector instead.

Connect it in about a minute

Authentication is OAuth 2.1, so you never paste an API key. Your client opens a ChatMaxima consent screen, you pick the workspace it may act in, and that is the only workspace it can ever touch.

1

Add a custom connector

In Claude, open Settings › Connectors › Add custom connector. In ChatGPT, use Settings › Connectors. In Cursor and other clients, add an MCP server of type Streamable HTTP.

2

Paste the server URL

Use https://chatmaxima.com/mcp/ exactly as shown. Your client discovers the rest, the authorization server, the scopes and the tool list, on its own.

3

Approve the workspace

Sign in and choose the workspace to grant. You can review and revoke the connection at any time from Settings › Connected apps in your dashboard.

What a connected agent can do

The client's own model drives the conversation; ChatMaxima supplies the hands.

Discover the builder

List every block type the builder supports and read the exact field schema for any of them, so the agent configures blocks correctly instead of guessing.

Inspect what you have

Browse the bots in a workspace and read any one of them back block by block, along with the channel accounts and integrations already connected.

Build and wire flows

Create a bot, add blocks, wire branches from buttons and conditions, tidy the canvas, and upload the media a block needs.

Test before you ship

Run a scripted conversation against a bot and read back what it actually replied, so a change is verified rather than assumed.

WhatsApp templates

Browse the template library, compose a new template against the real schema, and check the approval status of the ones you already submitted.

WhatsApp Flows

List and read the Flows on a WhatsApp account, and create or update one from the Flow JSON schema.

Want the exact list, with every tool's parameters? Read the server card, a machine-readable description of this server that you can fetch without connecting to it.

Building your own agent?

Everything an agent needs to use this server is published and machine readable. Read the agent guide first: it covers the build order, the limits and the mistakes that waste a run.

Endpoint details

Server URL
https://chatmaxima.com/mcp/
Transport
Streamable HTTP, JSON-RPC 2.0 over POST
Protocol version
2025-06-18
Authentication
OAuth 2.1 with PKCE, or a ChatMaxima API key in the Authorization header
Scope
builder
Discovery
RFC 9728 protected-resource metadata and RFC 8414 authorization-server metadata

A connection is scoped to the one workspace you approve, and can be revoked from your dashboard.