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/mcpCursor 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_workspaceslist_leadsget_leadcreate_leadupdate_leadupdate_lead_statuslog_knocklog_activitylist_productscreate_productlist_eventscreate_eventget_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?
