Housecall Pro MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOUSECALLPRO_LINK | No | The Housecall Pro estimate or invoice link provided by the contractor. Example: https://pro.housecallpro.com/mobile_estimate/XXXXXXXXXX | |
| HOUSECALLPRO_LINKS | No | JSON 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| 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 |
| 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 |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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