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_contactscreate_prospectget_contextcreate_research_jobdraft_messageenroll_campaign
Transport
The server uses stdio transport compatible with Claude Desktop and other MCP hosts.
