PloidDocs

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

  1. Open Settings → Security and login and enable Developer mode.
  2. Open ChatGPT Plugins, select +, and create a connection.
  3. Enter https://api.ploid.com/mcp as the MCP server URL.
  4. Sign in to Ploid, choose a workspace, and approve access.

Connect Claude

  1. Open Customize → Connectors.
  2. Select + → Add custom connector.
  3. Enter Ploid and https://api.ploid.com/mcp.
  4. Select Connect, then sign in to Ploid and approve access.

Available tools

ToolPurpose
research_personResolve an identity and return sourced context and safe personalization
find_peopleFind a sourced cohort from a natural-language query
find_decision_makersIdentify likely buyers and influencers at a company
personalize_messageDraft evidence-grounded outreach
research_companyBuild a sourced company and buyer brief
run_agentRun 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.

On this page