How do I connect my AI to Clickmax with OAuth?
Add the MCP URL to your AI client, sign in to Clickmax in the browser window, and approve access. Then install the Skills to guide the AI in operating the platform.
For your AI to operate Clickmax, it needs two pieces that work together:
- MCP (Model Context Protocol): gives the AI real-time access to your account's tools and data (leads, transactions, funnels, members…).
- Skills: teach the AI to use Clickmax: the rules, concepts and flows of each area.
- MCP without Skills: the AI has the tools but does not understand Clickmax — and builds the wrong funnels, flows and segments.
- Skills without MCP: the AI knows what to do but has nowhere to do it.
The setup below connects the two. Follow the 4 steps in order.
Prerequisites
- a client that supports remote MCP over Streamable HTTP, OAuth and public Dynamic Client Registration (DCR);
- browser access to your Clickmax account;
- a terminal with
npxavailable (step 3).
Step 1 - Add MCP
In your AI client:
- Open the MCP server settings.
- Add a remote MCP server using Streamable HTTP.
- Name it
clickmaxand enter only this URL:
Opening this address directly in a browser brings you to this guide. MCP clients use the same address to start authentication.
- Save and start the connection.
Prefer to copy instead of typing? Under Settings > Connections, on the MCP tab, you'll find the same URL ready to copy.
Step 2 - Sign in and approve access in your browser
When the connection starts, the client opens Clickmax authorization in your browser:
- Sign in to your Clickmax account if you are not already signed in.
- Check which client is requesting access and what it will be able to do.
- Select Permitir acesso (Allow access).
- Return to the AI client to finish connecting.
Authorization lets the client use the available MCP tools to read and change data in your Clickmax account. Cancel if you did not start the connection or do not recognize the client.
Step 3 — Install the Skills
The public Agent Skills teach the AI to operate each area of the platform. Install them all with one command:
The command discovers and installs the skills from the docs discovery index (/.well-known/agent-skills/index.json).
The base URL on its own, to paste into the command:
Prefer to install manually? Download the package with every skill already organised into folders (<skill>/SKILL.md + reference files):
Download clickmax-skills.zip
Step 4 — Test
With MCP connected and the skills installed, ask for a real task:
If everything is right, the AI returns your identity, reads real data from the account and calls the skill that matches the task. If the client does not load the skill on its own, ask for it by name (e.g. Use the clickmax-pipelines skill…).
Skills catalogue
There are 17 public skills, grouped by area. The phrase "Use when" is the trigger the AI uses to load the skill — describe your task in those terms to call it up.
CRM
Payments and offers
Members
Automations and funnels
The list above is a readable summary. The source of truth, with full descriptions and hashes, lives at /.well-known/agent-skills/index.json.
For agents — programmatic discovery
Endpoints served by the docs for clients compatible with Agent Skills:
Each index entry carries name, description, type (skill-md or archive), url and digest (sha256) for integrity checking.
Troubleshooting
Before approving access
- Confirm that you started the connection and recognize the client shown in the browser.
- Read the consent request before allowing access to your account data and tools.
- Cancel authorization if you do not want to complete the connection.