Contractor+ Connector for AI agents.
12 live capabilities
Manage field service operations and contractor invoicing with natural language.
Waiting for input…
Why people use Contractor+
Contractor+ for Field Service Management
This Connector puts all that data in one place. You can ask your agent to pull up a client's history or list all active work orders instantly. You stop hunting for info and start making decisions.
What Vinkius changes
You get a hands-free way to manage your contracting business operations through a chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding a new lead
A customer calls with a request.
- Real-world use case 02
Checking crew status
A crew lead calls for an update.
- Real-world use case 03
Reviewing overdue bills
At the end of the week, you ask your agent to use list_invoices to see which customers haven't paid and need a follow-up.
Complete set · 12capabilities
The complete Contractor+ capability set.
These are the exact actions your AI can choose when you ask it to work with Contractor+.
01—04
4 capabilities in this set.
Part of 12 available through Contractor+.
- 01 Capability
Create estimate
Generate a new professional quote for a customer. Use this to get pricing to your clients faster.
- 02 Capability
Get account info
View your current account settings and metadata. This gives your agent context on your account status.
- 03 Capability
Get client
Pull up specific details for a single client. Use this to quickly see a customer's history before a call.
- 04 Capability
List clients
See a full list of your leads and existing clients. This is perfect for reviewing your entire customer base.
05—08
4 capabilities in this set.
Part of 12 available through Contractor+.
- 05 Capability
List estimates
View all project estimates in your system. Use this to track what quotes are still pending.
- 06 Capability
List invoices
Check your billing history and current invoices. This helps you keep a pulse on your company's revenue.
- 07 Capability
List jobs
See a list of all active jobs currently in progress. Use this to get a bird's-eye view of your current projects.
- 08 Capability
List properties
View the service properties and tenant data in your records. This makes it easy to prep for upcoming site visits.
09—12
4 capabilities in this set.
Part of 12 available through Contractor+.
- 09 Capability
List service requests
See all incoming requests from your customers. Use this to stay on top of new inquiries from the field.
- 10 Capability
List webhooks
Check your configured webhooks for automation. This helps you monitor how your data flows between systems.
- 11 Capability
List work orders
View all scheduled and active work orders. Use this to coordinate your crews and manage daily tasks.
- 12 Capability
Create client
Add a new lead or client to your CRM. This helps you keep your pipeline organized without manual entry.
Set up in minutes
One URL. Then ask Contractor+ to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Contractor+ 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_bz7KmMe4swsh7z1qWVICA7S8Le2vupkHp7lSoTw5/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 Contractor+, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Contractor+ for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bz7KmMe4swsh7z1qWVICA7S8Le2vupkHp7lSoTw5/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 Contractor+ URL.
- Step 03
Save and start
Save the connection and enable Contractor+ in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"contractor": {
"url": "https://edge.vinkius.com/vk_preview_bz7KmMe4swsh7z1qWVICA7S8Le2vupkHp7lSoTw5/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 Contractor+
Open Agent mode in chat and ask: "Using Contractor+, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"contractor": {
"url": "https://edge.vinkius.com/vk_preview_bz7KmMe4swsh7z1qWVICA7S8Le2vupkHp7lSoTw5/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 Contractor+
Ask Copilot: "Using Contractor+, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"contractor": {
"url": "https://edge.vinkius.com/vk_preview_bz7KmMe4swsh7z1qWVICA7S8Le2vupkHp7lSoTw5/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 Contractor+
Open Cascade and ask: "Using Contractor+, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"contractor": {
"url": "https://edge.vinkius.com/vk_preview_bz7KmMe4swsh7z1qWVICA7S8Le2vupkHp7lSoTw5/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 Contractor+
Ask Cline: "Using Contractor+, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add contractor --transport http "https://edge.vinkius.com/vk_preview_bz7KmMe4swsh7z1qWVICA7S8Le2vupkHp7lSoTw5/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 Contractor+
Ask Claude: "Using Contractor+, show me...". 12 tools are ready
Where the request belongs
Work Contractor+ can move forward.
This is for the business owner who's tired of being buried in spreadsheets and the operations lead who needs to coordinate crews without constantly checking a mobile app.
Construction Business Owner
Reviews revenue, lead flow, and project statuses during morning coffee.
Field Operations Manager
Dispatches work orders and tracks crew progress in real-time from a central hub.
Project Coordinator
Manages the flow of estimates and client data across dozens of active jobs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJobProgress (Leap)
Manage contractors, customers, and jobs via JobProgress API.
MeasureSquare CRM
Manage flooring and construction project estimates, client relationships, and job tracking for specialty contractors.
Fieldly
Connect Fieldly to automate construction management. manage work items, bookings, and invoices directly from your AI agent.
Indy
Manage your freelance business with proposals, contracts, time tracking, and invoicing that covers the entire client lifecycle.
AccuLynx
Business management for roofing contractors. manage leads, jobs, and financial data via AI.
Cashboard
Manage time tracking, invoicing, and projects via Cashboard. track expenses, send estimates, and monitor client billing directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Contractor+ 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 Contractor+.
The practical details behind the request, access and result.
Can Contractor+ help me manage my construction leads?
Yes. It lets you add new leads and clients directly through your AI agent, keeping your CRM updated without extra manual data entry.
How does Contractor+ work with my AI agent?
Once connected via Vinkius, your agent can read and write data to your Contractor+ account, allowing you to manage jobs and invoices via chat.
Can I use Contractor+ to see my crew's work orders?
Exactly. You can ask your agent to list all active work orders to see what your teams are doing and where they are scheduled to be.
Can I generate quotes for my customers using this?
Yes, you can use the Connector to generate professional quotes and estimates for your customers using simple natural language commands.
Does Contractor+ help me track my company's invoices?
It does. You can check your billing history, see which invoices are paid, and identify which ones are overdue in seconds.
How do I connect my Contractor+ account to my AI?
You just need to subscribe to the Connector on Vinkius, get your API key from your Contractor+ dashboard, and plug it into your AI client.
How do I find my Contractor+ API Key?
Log in to your account, navigate to Settings > API, and copy your unique access token.
Does it support real-time work order tracking?
Yes! The list_work_orders capability retrieves the most current assignments for your field crews directly from the platform.
Can I create new project estimates via AI?
Absolutely. Use the create_estimate capability to specify a client ID, title, and total amount to generate a quote immediately.
One connection away
Give your agent a direct line to Contractor+.
Connect Contractor+ once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available