MCP server

The Pamphlet MCP server exposes workspace tools over JSON-RPC for agent integrations. Package: @pamphlet/mcp-server

Setup

export PAMPHLET_API_KEY=pam_...
export PAMPHLET_POD_ID=<pod-uuid>
export PAMPHLET_API_URL=https://pamphlet.io/api/v1
export PAMPHLET_MCP_TOOLS=search_contacts,get_context
export PAMPHLET_API_KEY_SCOPES=crm:read,ai:query
npx @pamphlet/mcp-server

Use PAMPHLET_MCP_TOOLS to allowlist tools and PAMPHLET_API_KEY_SCOPES to enforce scope consent before each call.

Available tools

  • search_contacts
  • create_prospect
  • get_context
  • create_research_job
  • draft_message
  • enroll_campaign

Transport

The server uses stdio transport compatible with Claude Desktop and other MCP hosts.

Was this page helpful?