Point11

Connect the MCP server

Bring Point11 to your AI assistant.

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#

  1. Open Customize > Connectors, then + > Add custom connector.
  2. Name it Point11, enter the server URL above, and select Add, then Connect.
  3. 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:

bash
claude mcp add --transport http point11 https://point11.ai/api/mcp

Then open Claude Code, run /mcp, and select Point11 to authenticate. See Claude Code's MCP guide.

ChatGPT on the web#

  1. Open Settings > Security and login and enable Developer mode.
  2. Open Plugins > +. Enter Point11, a short description, and the server URL under Connection, then create the connection.
  3. 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:

bash
codex mcp add point11 --url https://point11.ai/api/mcp
codex mcp login point11

Desktop, CLI, and IDE clients share the configuration on your computer. See OpenAI's MCP guide.