Skip to main content
Glama
chrischall

Housecall Pro MCP

by chrischall

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOUSECALLPRO_LINKNoThe Housecall Pro estimate or invoice link provided by the contractor. Example: https://pro.housecallpro.com/mobile_estimate/XXXXXXXXXX
HOUSECALLPRO_LINKSNoJSON array of objects, each with a label and url, for multiple documents. Example: [{"label":"tankless","url":"..."},{"label":"hvac","url":"..."}]

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
housecallpro_get_estimateA

Read an estimate a Housecall Pro contractor sent you: line items, totals, tax, the company behind it, and whether it is still awaiting your approval. The default compact view returns money both as integer cents (*_cents, verbatim from the API) and as dollars (*_usd); view: "raw" returns the upstream document, whose money is cents only.

housecallpro_get_invoiceA

Read an invoice a Housecall Pro contractor sent you: amount, subtotal, tax, what is still owed, and whether it can be paid online. The default compact view returns money both as integer cents (*_cents) and dollars (*_usd). Note this document carries no line items — the portal shows a summary only.

housecallpro_list_linksA

List the Housecall Pro customer links this server is configured with. Labels and document kinds only — retrieval tokens are credentials and are never returned.

housecallpro_get_companyA

Look up the contractor behind an estimate: phone, email, website, address and default arrival window. Takes the organization_id from an estimate.

housecallpro_decline_estimateA

Decline one or more options on an estimate. Requires confirm:true — without it this returns a dry-run preview and makes no network call. Declining tells the contractor you are not proceeding; it cannot be undone from here.

housecallpro_approve_estimateA

Approving an estimate is NOT automatable and this tool always refuses. Housecall Pro gates approval behind a reCAPTCHA token only the real page can mint. Use this to get the explanation and the link to approve in a browser.

housecallpro_healthcheckA

Check that this server can reach Housecall Pro and that a configured customer link still resolves. Run this first when a tool fails.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/housecallpro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server