Loading MCP server directory, please wait...
Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule.
npx @getmcp/cli add io.github.hcpapi/housecall-pro-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HCP_API_KEYA Housecall Pro API key. Generated under My Apps, Go to App store, API Key Management. Requires their MAX plan and an admin login.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hcpapi/housecall-pro-mcp": {
"command": "npx",
"args": [
"-y",
"housecall-pro-mcp"
],
"env": {
"HCP_API_KEY": "",
"HCP_READ_ONLY": "",
"HCP_TOOLSETS": ""
}
}
}
}