Overview#
Connect Point11 to Claude or ChatGPT to find campaigns and request Alpha reports. Use this MCP server URL: https://point11.ai/api/mcp. Sign in to Point11 and approve access when prompted.
Claude on the web and desktop#
- Open Customize > Connectors, then + > Add custom connector.
- Name it Point11, enter the server URL above, and select Add, then Connect.
- In a conversation, open + > Connectors and enable Point11.
For Team and Enterprise plans, an owner first adds the connector in Organization settings > Connectors. See Claude's connector guide.
Claude Code#
Run in your terminal:
claude mcp add --transport http point11 https://point11.ai/api/mcpThen open Claude Code, run /mcp, and select Point11 to authenticate. See Claude Code's MCP guide.
ChatGPT on the web#
- Open Settings > Security and login and enable Developer mode.
- Open Plugins > +. Enter Point11, a short description, and the server URL under Connection, then create the connection.
- Review the tools, start a new conversation, and select Point11 from the tools menu.
Availability depends on your account and workspace settings. See OpenAI's connection guide.
ChatGPT desktop and Codex#
In the desktop app, open Settings > MCP servers > Add server. Name it Point11, choose Streamable HTTP, and enter the server URL. Save, select Restart, then Authenticate.
For the Codex CLI, run:
codex mcp add point11 --url https://point11.ai/api/mcp
codex mcp login point11Desktop, CLI, and IDE clients share the configuration on your computer. See OpenAI's MCP guide.