Gary Club

Public API + MCP — overview

REST endpoints, signed outbound webhooks, and a remote Model Context Protocol server. Built for n8n, Claude Desktop / Code, Zapier, and custom integrations.

Updated April 27, 20261 min read

Every AI Agency Unlocked agency gets a programmable surface that mirrors the dashboard:

  • REST API at agency.gary.club/api/public/v1/* covers CRM, SMS, voice (read), AI tools (gist, ask, brief), KB, and webhooks.
  • Outbound webhooks POST signed payloads to your URL on call.received, sms.received, deal.stage_changed, contact.created, etc.
  • Remote MCP server — Claude Desktop / Claude Code / any MCP client can call all 32+ tools natively.

Getting started

  1. Mint an API key from Settings → API Keys.
  2. Read the Quickstart on the public docs site.
  3. For Claude users, drop in the @gary-club/agency Claude Skill — twelve named workflows ship in the box (daily triage, pre-call brief, pipeline review, etc.).

Full reference

The complete API reference lives at docs.gary.club/api. It includes:

  • Endpoint-by-endpoint reference for contacts, deals, SMS, calls, knowledge base, MCP, and errors.
  • Authentication + scopes + rate limits.
  • Webhook event catalog with HMAC verification snippets in Node, Python, Go, and PHP.
  • Live OpenAPI 3.1 reference (Scalar) — try requests with your own key.

Was this page helpful?