close_me

Pack: close-crm · Endpoint: https://gateway.pipeworx.io/close-crm/mcp

Get the current Close user and organization for the supplied API key. Returns user ID, name, email, and the organizations (with IDs) the key can access. Use this to verify the key works and discover your organization context.

Parameters

NameTypeRequiredDescription
_apiKeystringyesClose API key (Settings → API Keys)

Example call

curl -X POST https://gateway.pipeworx.io/close-crm/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"close_me","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "close-crm": {
      "url": "https://gateway.pipeworx.io/close-crm/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026