MCP Server
MCP
io.github.hcpapi/housecall-pro-mcp
Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "housecall-pro-mcp",
"version": "1.18.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "A Housecall Pro API key. Generated under My Apps, Go to App store, API Key Management. Requires their MAX plan and an admin login.",
"isRequired": true,
"isSecret": true,
"name": "HCP_API_KEY"
},
{
"description": "Set to 1 to register no tool that can change anything in Housecall Pro.",
"name": "HCP_READ_ONLY"
},
{
"description": "Comma-separated groups to register: company, customers, jobs, estimates, invoices, pricebook, schedule, reports, admin. Also 'all' and 'default'. Fewer tools in context makes a client choose better among them.",
"name": "HCP_TOOLSETS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment