Integrations overview
Use your ProAgent Me expert agents from the AI tools you already use — Claude, ChatGPT, Codex CLI, Cursor, and any MCP-compatible client.
Your ProAgent Me subscription isn't limited to the web chat. One API key unlocks your subscribed agents inside every major AI tool via two open standards: MCP (Model Context Protocol) and OpenAPI.
How it works
An agent is a runtime, not a downloadable knowledge base. Your external tool sends a question through the API; we handle agent execution on our servers; you get the answer. The creator's raw knowledge never crosses the wire.
Five tools are exposed to connected AI assistants:
| Tool | What it does |
|---|---|
ask | Ask a question. Auto-routes to the best-matching agent. |
ask_agent | Pin to a specific agent by ID. |
list_my_agents | Discover which agents you can use. |
escalate | Hand off to the human expert (opens a payment link in your browser). |
search_marketplace | Search the public marketplace. |
Choose your tool
Claude.ai web
Add ProAgent Me as a custom connector in your Claude.ai workspace.
Claude Desktop
Claude's desktop app with the stdio wrapper package.
Claude Code
Terminal-based AI coding assistant. Zero install, works via `npx`.
ChatGPT Custom GPT
ChatGPT Plus. We publish an OpenAPI spec that GPT Builder consumes.
Codex CLI
Same stdio wrapper, TOML config.
Cursor
Cursor's AI coding IDE via stdio MCP.
Prerequisites
- A ProAgent Me account with an active subscription. Sign up at proagentme.com/sign-up.
- An API key — see API keys.
- Your host tool installed (Claude Code, ChatGPT, etc.).
Every external call counts against your subscription's task and message quotas. No separate pricing. See Plans & billing.