Housecall Pro Connector for AI agents.
10 live capabilities
Manage home service jobs and technician schedules directly.
Waiting for input…
Why people use Housecall Pro
Housecall Pro for Home Service Dispatching
This Housecall Pro MCP changes that by putting your business data right into your AI's hands. Instead of digging through a dashboard, you can just ask your agent to pull up a customer's history or check a job status. You get the info you need in seconds, letting you focus on the actual work.
What Vinkius changes
Your AI gets a direct line to your business operations.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a customer quote
A customer calls to ask about a quote.
- Real-world use case 02
Checking technician availability
You need to know who's available.
- Real-world use case 03
End of month bookkeeping
You're doing end of month books.
Complete set · 10capabilities
The complete Housecall Pro capability set.
These are the exact actions your AI can choose when you ask it to work with Housecall Pro.
01—04
4 capabilities in this set.
Part of 10 available through Housecall Pro.
- 01 Capability
List customers
Get a full list of your past and present clients. This helps you quickly see who you have worked with before.
- 02 Capability
List jobs
Get a list of all the service jobs in your system. This keeps your daily schedule organized and visible.
- 03 Capability
List price list items
Check your current pricing for different services. Use this to ensure your agent gives out accurate quotes.
- 04 Capability
List technicians
See your entire team of employees and technicians. This helps you manage your roster and see who is available.
05—07
3 capabilities in this set.
Part of 10 available through Housecall Pro.
- 05 Capability
List webhooks
Check which webhooks are currently active in your account. This helps you manage your automated data feeds.
- 06 Capability
Get company
Pull your core business information in one go. Use this to keep your agent grounded in your specific company details.
- 07 Capability
Get customer
Look up specific details for a single client. This is useful for checking history before a service call.
08—10
3 capabilities in this set.
Part of 10 available through Housecall Pro.
- 08 Capability
Get job
Fetch the specific details and status of a single service job. It helps you see exactly what needs to be done.
- 09 Capability
List estimates
See all the quotes you have sent out to customers. Use this to track pending sales and follow up on leads.
- 10 Capability
List invoices
Pull a list of all your current and past invoices. This makes it easy to see who needs to be paid.
Set up in minutes
One URL. Then ask Housecall Pro to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Housecall Pro from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oVcgjb1zUssdqLAEiVDqWKxi72oGzaWHGKFxjwYO/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Housecall Pro, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Housecall Pro for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oVcgjb1zUssdqLAEiVDqWKxi72oGzaWHGKFxjwYO/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Housecall Pro URL.
- Step 03
Save and start
Save the connection and enable Housecall Pro in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"housecall-pro": {
"url": "https://edge.vinkius.com/vk_preview_oVcgjb1zUssdqLAEiVDqWKxi72oGzaWHGKFxjwYO/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Housecall Pro
Open Agent mode in chat and ask: "Using Housecall Pro, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"housecall-pro": {
"url": "https://edge.vinkius.com/vk_preview_oVcgjb1zUssdqLAEiVDqWKxi72oGzaWHGKFxjwYO/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Housecall Pro
Ask Copilot: "Using Housecall Pro, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"housecall-pro": {
"url": "https://edge.vinkius.com/vk_preview_oVcgjb1zUssdqLAEiVDqWKxi72oGzaWHGKFxjwYO/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Housecall Pro
Open Cascade and ask: "Using Housecall Pro, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"housecall-pro": {
"url": "https://edge.vinkius.com/vk_preview_oVcgjb1zUssdqLAEiVDqWKxi72oGzaWHGKFxjwYO/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Housecall Pro
Ask Cline: "Using Housecall Pro, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add housecall-pro --transport http "https://edge.vinkius.com/vk_preview_oVcgjb1zUssdqLAEiVDqWKxi72oGzaWHGKFxjwYO/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Housecall Pro
Ask Claude: "Using Housecall Pro, show me...". 10 tools are ready
Where the request belongs
Work Housecall Pro can move forward.
This is for the home service owner who is tired of being glued to their phone while trying to manage a fleet of technicians and a mountain of paperwork.
Dispatcher
Manages the daily schedule and assigns jobs to the right people based on real-time availability.
Office Manager
Handles billing, invoices, and customer inquiries without manual data entry.
Business Owner
Needs a bird's-eye view of company health, technician status, and pending quotes.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsServiceTitan
Manage field service operations via ServiceTitan. track customers, jobs, appointments, and inventory directly from any AI agent.
ServiceM8
Run your field service business with job scheduling, quoting, invoicing, and GPS tracking from your phone or tablet.
GorillaDesk
Manage field service operations. schedule jobs, invoice customers, and update notes via AI.
Calenso
Manage appointments, customers, and bookings online via AI.
Assembled
Manage support workforce and scheduling with Assembled. track agent states, teams, and forecasts via AI.
Goodcall
Answer business phone calls with an AI receptionist that schedules appointments, takes messages, and never puts callers on hold.
Bring your own AI
Change the model, client or framework. Keep Housecall Pro connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Housecall Pro.
The practical details behind the request, access and result.
Can Housecall Pro MCP help me manage my home service schedule?
Yes, it allows your AI agent to see your full list of jobs and the specific details of any single service. You can ask your agent to tell you what's on the schedule for the day or check the status of a specific job.
Will Housecall Pro MCP show me who owes me money?
Exactly. You can ask your agent to pull a list of all your invoices. It will show you what's been paid and what's still outstanding so you can stay on top of your billing.
Can I use Housecall Pro MCP to see my team's availability?
Yes, the Connector can pull your technician roster. You can ask your agent to list your employees and see who is currently available to take on new work.
How does Housecall Pro MCP help with customer quotes?
It lets your agent access your price list items and your sent estimates. You can ask for pricing on the fly or check if a customer has already received a quote before you call them.
Is Housecall Pro MCP good for small home service businesses?
It's perfect for any size business using Housecall Pro. Whether you have one technician or twenty, it helps you get answers about jobs, customers, and invoices without leaving your chat.
Does Housecall Pro MCP let me see my full customer list?
Yes, you can ask your agent to list your customers. This is great for checking if a lead is a returning client or for getting a general overview of your customer base.
Where do I find my Housecall Pro API Key?
Log in to Housecall Pro, go to the App Store, and find the API integration to generate your key.
Is this for Pros or Partners?
This Connector is designed for Pros using their own API keys for custom integrations.
Can I see technician schedules?
Yes, the list_technicians and list_jobs capabilities help you track team activity.
One connection away
Give your agent a direct line to Housecall Pro.
Connect Housecall Pro once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available