Back to Browse

Housecall Pro MCP Server

by Hcpapi
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule.

About

Independent MCP server for the Housecall Pro API: jobs, estimates, invoices, price book, schedule.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

A Housecall Pro API key. Generated under My Apps, Go to App store, API Key Management. Requires their MAX plan and an admin login.Required

Environment variable: HCP_API_KEY

Set to 1 to register no tool that can change anything in Housecall Pro.Optional

Environment variable: HCP_READ_ONLY

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.Optional

Environment variable: HCP_TOOLSETS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-hcpapi-housecall-pro-mcp": {
      "env": {
        "HCP_API_KEY": "your-hcp-api-key-here",
        "HCP_TOOLSETS": "your-hcp-toolsets-here",
        "HCP_READ_ONLY": "your-hcp-read-only-here"
      },
      "args": [
        "-y",
        "housecall-pro-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!