Servers
H
Housecall Pro Mcp
@toducthanh
MCP server for the Housecall Pro public API.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"housecallpro": {
"command": "npx",
"args": [
"-y",
"@toducthanh/housecallpro-mcp@latest"
],
"env": {
"HOUSECALL_AUTH_METHOD": "apikey",
"HOUSECALL_API_KEY": "your-api-key"
}
}
}
}