Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"housecallpro": {
"command": "npx",
"args": [
"-y",
"@toducthanh/housecallpro-mcp@latest"
],
"env": {
"HOUSECALL_API_KEY": "${user_config.api_key}",
"HOUSECALL_CLIENT_ID": "${user_config.client_id}",
"HOUSECALL_AUTH_METHOD": "${user_config.auth_method}",
"HOUSECALL_OAUTH_TOKEN": "${user_config.oauth_token}",
"HOUSECALL_CLIENT_SECRET": "${user_config.client_secret}"
}
}
}
}Replace placeholder values for: HOUSECALL_AUTH_METHOD, HOUSECALL_API_KEY, HOUSECALL_CLIENT_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
HOUSECALL_API_KEY=${user_config.api_key}HOUSECALL_CLIENT_ID=${user_config.client_id}HOUSECALL_AUTH_METHOD=${user_config.auth_method}HOUSECALL_OAUTH_TOKEN=${user_config.oauth_token}HOUSECALL_CLIENT_SECRET=${user_config.client_secret}Sensitive values you must provide — never committed to source control
npx claudepluginhub toducthanh/housecallpro-mcp --plugin housecallpro-mcp