AirMatch Pro Connector for AI agents.
10 live capabilities
Automate HVAC sales engineering and proposal workflows with natural language.
Waiting for input…
Why people use AirMatch Pro
AirMatch Pro HVAC Proposal Automation
This Connector changes that by letting your AI agent do the heavy lifting. You can just ask your agent to pull up a proposal or check a lead's status, and it handles the data retrieval for you. You get a unified workflow where your sales engineering actually moves at the speed of your conversations.
What Vinkius changes
You get a conversational interface for your entire HVAC sales and financial workflow.
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 client's history
A technician asks the agent for all proposals for a specific customer.
- Real-world use case 02
Syncing the books
An owner asks the agent to check if yesterday's sales hit QuickBooks.
- Real-world use case 03
Lead follow-up
A sales lead comes in, and the owner asks the agent to pull the latest leads and create a new proposal for the top one.
Complete set · 10capabilities
The complete AirMatch Pro capability set.
These are the exact actions your AI can choose when you ask it to work with AirMatch Pro.
01—04
4 capabilities in this set.
Part of 10 available through AirMatch Pro.
- 01 Capability
List customers
List all customers in your system. This gives your agent a full view of your client base.
- 02 Capability
List estimates
List all estimates currently in your account. Use this to see pending quotes at a glance.
- 03 Capability
Create proposal
Create a new proposal and optionally link it to an existing customer. This makes it easy to generate new quotes quickly.
- 04 Capability
Get lead
Get specific details for a lead in your pipeline. Use this to see contact info and current status.
05—07
3 capabilities in this set.
Part of 10 available through AirMatch Pro.
- 05 Capability
Get profile
Get your AirMatch Pro profile details. This lets your agent know your account information.
- 06 Capability
Get proposal
Get the full details of a specific proposal. Use this to review technical specs or customer status.
- 07 Capability
List jobs
List all jobs in your directory. This helps you see all active and past HVAC installations.
08—10
3 capabilities in this set.
Part of 10 available through AirMatch Pro.
- 08 Capability
List leads
List all leads in your sales pipeline. Use this to keep track of new inquiries.
- 09 Capability
List proposals
List all proposals you've created. This gives you a complete overview of your sales activity.
- 10 Capability
Check airmatch status
Verify your AirMatch Pro API connectivity. Use this to ensure your data is syncing correctly.
Set up in minutes
One URL. Then ask AirMatch Pro to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AirMatch 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_CwHAT1pub6YmEFicuM4JIPF2j1nORRKbOfNsTzAC/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 AirMatch Pro, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AirMatch Pro for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_CwHAT1pub6YmEFicuM4JIPF2j1nORRKbOfNsTzAC/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 AirMatch Pro URL.
- Step 03
Save and start
Save the connection and enable AirMatch Pro in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"airmatch-pro": {
"url": "https://edge.vinkius.com/vk_preview_CwHAT1pub6YmEFicuM4JIPF2j1nORRKbOfNsTzAC/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 AirMatch Pro
Open Agent mode in chat and ask: "Using AirMatch Pro, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"airmatch-pro": {
"url": "https://edge.vinkius.com/vk_preview_CwHAT1pub6YmEFicuM4JIPF2j1nORRKbOfNsTzAC/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 AirMatch Pro
Ask Copilot: "Using AirMatch Pro, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"airmatch-pro": {
"url": "https://edge.vinkius.com/vk_preview_CwHAT1pub6YmEFicuM4JIPF2j1nORRKbOfNsTzAC/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 AirMatch Pro
Open Cascade and ask: "Using AirMatch Pro, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"airmatch-pro": {
"url": "https://edge.vinkius.com/vk_preview_CwHAT1pub6YmEFicuM4JIPF2j1nORRKbOfNsTzAC/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 AirMatch Pro
Ask Cline: "Using AirMatch Pro, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add airmatch-pro --transport http "https://edge.vinkius.com/vk_preview_CwHAT1pub6YmEFicuM4JIPF2j1nORRKbOfNsTzAC/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 AirMatch Pro
Ask Claude: "Using AirMatch Pro, show me...". 10 tools are ready
Where the request belongs
Work AirMatch Pro can move forward.
This is for HVAC business owners, sales technicians, and operations leads who are tired of manual data entry and messy sales pipelines.
HVAC Business Owner
Checks proposal statuses and sales recaps on the go using voice or text commands.
Sales Technician
Generates and verifies HVAC quotes without leaving their creative workspace.
Operations Lead
Automates the flow of sales data into QuickBooks to keep the books straight.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNinehire
Hire smarter with a recruitment platform that posts jobs, screens applicants, and moves the best candidates through your pipeline.
Greenhouse
Manage your recruiting pipeline via Greenhouse. list candidates, track applications, and audit jobs directly via AI.
Ashby
Hire top talent faster with an all-in-one recruiting platform that combines ATS, scheduling, and hiring analytics.
Firefish
Manage candidates, jobs, and companies through AI agents with Firefish Recruitment CRM.
Crelate Talent CRM
Equip your AI agent to manage candidates, jobs, and client companies directly via the Crelate API.
Breezy HR
Manage your recruitment process via Breezy HR. track candidates, positions, and stages directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep AirMatch 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 AirMatch Pro.
The practical details behind the request, access and result.
How does AirMatch Pro help my HVAC business?
It connects your sales pipeline to your AI agent so you can manage proposals and leads through conversation.
Can I sync my sales with QuickBooks using AirMatch Pro?
Yes, it monitors and syncs your sales data with QuickBooks to keep your audit trail updated.
Can my AI agent create HVAC proposals?
Yes, it can create new proposals and link them to existing customers automatically.
How do I see my current HVAC job list?
Your agent can pull your entire directory of installations and maintenance projects in real-time.
Does AirMatch Pro track lead interactions?
It gives you access to real-time lead interaction metadata and proposal acceptance status.
How do I check if my AirMatch Pro connection is working?
You can ask your agent to verify your account-level API connectivity at any time.
How do I find my AirMatch Pro API Key?
Log in to your account, navigate to Settings > Integrations, and copy your unique API Key from the credentials section.
Can I sync sales with QuickBooks via AI?
Yes! The list_proposals capability allows your agent to coordinate the transfer of sales records into your accounting system programmatically.
How do I list my active proposals?
Use the list_proposals capability to retrieve your complete directory of HVAC quotes along with their current status.
One connection away
Give your agent a direct line to AirMatch Pro.
Connect AirMatch 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