MCP server
Connect Ploid to ChatGPT, Claude, and other remote MCP clients.
Hosted endpoint
Use https://api.ploid.com/mcp. No API key, OAuth client ID, or client
secret needs to be copied into ChatGPT or Claude.
Ploid's hosted MCP server uses Streamable HTTP and OAuth 2.1. The connection is scoped to the Ploid workspace you approve and uses that workspace's ACU balance.
Connect ChatGPT
- Open Settings → Security and login and enable Developer mode.
- Open ChatGPT Plugins, select +, and create a connection.
- Enter
https://api.ploid.com/mcpas the MCP server URL. - Sign in to Ploid, choose a workspace, and approve access.
Connect Claude
- Open Customize → Connectors.
- Select + → Add custom connector.
- Enter
Ploidandhttps://api.ploid.com/mcp. - Select Connect, then sign in to Ploid and approve access.
Available tools
| Tool | Purpose |
|---|---|
research_person | Resolve an identity and return sourced context and safe personalization |
find_people | Find a sourced cohort from a natural-language query |
find_decision_makers | Identify likely buyers and influencers at a company |
personalize_message | Draft evidence-grounded outreach |
research_company | Build a sourced company and buyer brief |
run_agent | Run a broader natural-language Ploid Agent job |
These tools can consume paid usage, so MCP clients should not describe them as offline or read-only operations. They do not perform destructive external actions.
Authentication and revocation
Ploid supports OAuth discovery, dynamic client registration, authorization code
with S256 PKCE, one-hour access tokens, rotating refresh tokens, and revocation.
Disconnect Ploid from your AI client's connector settings or revoke the generated
MCP · ... key in Ploid workspace settings.
The implementation is open source at github.com/ploidcom/ploid-mcp.
