Developers

BetterKnocks MCP

The BetterKnocks MCP server connects Cursor, Claude Desktop, or any MCP client to a workspace. Your assistant can list leads, log knocks, and read analytics. MCP is on Elite and Enterprise. You need an API key from workspace settings.

Install

Install
npm install -g @betterknocks/mcp

Cursor config

mcp.json
{ "mcpServers": { "betterknocks": { "command": "npx", "args": [ "-y", "@betterknocks/mcp" ], "env": { "BETTERKNOCKS_API_URL": "https://betterknocks.com/api", "BETTERKNOCKS_API_KEY": "bk_live_your_key_here" } } } }

Tools

  • list_workspaces
  • list_leads
  • get_lead
  • create_lead
  • update_lead
  • update_lead_status
  • log_knock
  • log_activity
  • list_products
  • create_product
  • list_events
  • create_event
  • get_analytics

Example prompts

  • List my leads with status Interested
  • Log a knock for lead X: nobody home
  • Create a lead at 42 Oak St named John Smith
  • What is my workspace conversion rate?