Fieldly Connector for AI agents.
11 live capabilities
Manage construction jobs, crew bookings, and invoices from your chat interface.
Waiting for input…
Why people use Fieldly
Fieldly for Construction Project Management
With the Fieldly MCP, what the same task looks like is a simple conversation. You can ask your agent to pull up a specific job's details or check which teams are booked for the next shift. You get a unified view of your project data without ever leaving your chat window.
What Vinkius changes
You get a direct line from your chat interface to your construction project data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking Job Status
A manager asks for the status of the 'Roof Repair' project.
- Real-world use case 02
Scheduling Teams
An operations coordinator asks who is booked for tomorrow.
- Real-world use case 03
Billing Audit
A bookkeeper asks for unpaid construction invoices.
Complete set · 11capabilities
The complete Fieldly capability set.
These are the exact actions your AI can choose when you ask it to work with Fieldly.
01—04
4 capabilities in this set.
Part of 11 available through Fieldly.
- 01 Capability
Create work item
Add a new job or task to your construction queue. Use this to quickly log new work orders from the field.
- 02 Capability
Get booking
Pull the specific details for a single team booking. Use this to see the exact schedule for a specific crew.
- 03 Capability
Get invoice
Look up the details for a specific billing record. This lets you see the line items and status of a single invoice.
- 04 Capability
Get me
Verify the identity of the current authorized user or app. This ensures your agent is connected to the right account.
05—08
4 capabilities in this set.
Part of 11 available through Fieldly.
- 05 Capability
List articles
See all your inventory items and service materials. This helps you check what supplies you have on hand.
- 06 Capability
List bookings
View all scheduled team bookings across your projects. Use this to see who is working where and when.
- 07 Capability
List invoices
See all billing records and invoices in the system. Use this to track payments and outstanding balances.
- 08 Capability
List users
See all the users registered in your Fieldly account. This helps you manage who has access to your data.
09—11
3 capabilities in this set.
Part of 11 available through Fieldly.
- 09 Capability
List work items
View a complete list of all construction tasks and jobs. Use this to get a bird's-eye view of your current projects.
- 10 Capability
Get work item
Get the specific details for a construction task or job. Use this to see what needs to be done on a specific site.
- 11 Capability
List customers
Pull a full list of your customers and their contact info. This keeps your CRM data accessible in your chat.
Set up in minutes
One URL. Then ask Fieldly to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fieldly 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_zH4ZH6WGr1cwX2JjF8VZT8Q9dxJsDN4iOrYy6EWT/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 Fieldly, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fieldly for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zH4ZH6WGr1cwX2JjF8VZT8Q9dxJsDN4iOrYy6EWT/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 Fieldly URL.
- Step 03
Save and start
Save the connection and enable Fieldly in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fieldly": {
"url": "https://edge.vinkius.com/vk_preview_zH4ZH6WGr1cwX2JjF8VZT8Q9dxJsDN4iOrYy6EWT/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 Fieldly
Open Agent mode in chat and ask: "Using Fieldly, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fieldly": {
"url": "https://edge.vinkius.com/vk_preview_zH4ZH6WGr1cwX2JjF8VZT8Q9dxJsDN4iOrYy6EWT/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 Fieldly
Ask Copilot: "Using Fieldly, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fieldly": {
"url": "https://edge.vinkius.com/vk_preview_zH4ZH6WGr1cwX2JjF8VZT8Q9dxJsDN4iOrYy6EWT/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 Fieldly
Open Cascade and ask: "Using Fieldly, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fieldly": {
"url": "https://edge.vinkius.com/vk_preview_zH4ZH6WGr1cwX2JjF8VZT8Q9dxJsDN4iOrYy6EWT/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 Fieldly
Ask Cline: "Using Fieldly, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fieldly --transport http "https://edge.vinkius.com/vk_preview_zH4ZH6WGr1cwX2JjF8VZT8Q9dxJsDN4iOrYy6EWT/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 Fieldly
Ask Claude: "Using Fieldly, show me...". 11 tools are ready
Where the request belongs
Work Fieldly can move forward.
Project managers who are drowning in status updates and site supervisors who need quick info on the fly without opening a browser.
Project Manager
Uses the Connector to check job statuses, pull billing records, and manage project timelines from a single chat window.
Operations Coordinator
Checks team bookings and material inventory to ensure the right people and supplies are at the right site.
Site Supervisor
Quickly looks up specific job details or customer contact info while on-site to keep the work moving.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFieldwire
Manage construction projects via Fieldwire. track tasks, organize floorplans, and coordinate field teams directly from any AI agent.
Procore
Manage construction projects via Procore. track RFIs, submittals, punch lists, daily logs, and drawings from any AI agent.
MeasureSquare CRM
Manage flooring and construction project estimates, client relationships, and job tracking for specialty contractors.
Contractor+
Run your contracting business with job estimates, invoicing, client management, and field crew tracking in one mobile platform.
HCSS
Automate heavy construction management via HCSS. manage jobs, timecards, estimates, and equipment telematics directly from any AI agent.
BIM 360 Field
Manage your construction projects via BIM 360 Field. list issues, checklists, and tasks directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Fieldly 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 Fieldly.
The practical details behind the request, access and result.
How does Fieldly MCP help with construction management?
It connects your construction projects directly to your AI agent. You can ask for job updates, check crew schedules, and manage materials without needing to log into a separate dashboard.
Can I use Fieldly MCP to see my team's schedule?
Yes. You can ask your agent to list all upcoming bookings, which will show you which teams are scheduled, at what times, and for which projects.
Can I check my invoices using the Fieldly MCP?
Absolutely. You can ask your agent to list all invoices or look up specific billing details to track your project financials and unpaid balances.
Does Fieldly MCP work with my existing customer list?
Yes, it can pull your customer profiles and contact details directly from your Fieldly account so you can access CRM data during your chat.
How do I get my Fieldly account connected to my AI agent?
You just need to subscribe to the Connector on Vinkius, request API access from Fieldly support, and then enter your credentials into your AI client settings.
Can I add new work orders to Fieldly through my AI agent?
Yes, you can tell your agent to create a new work item. It will then add the new job or task to your construction queue automatically.
How do I obtain my Fieldly API credentials?
First, contact support@fieldly.com to enable the Public API. Once activated, you can find your Client ID and Client Secret in the Integration Settings of your Fieldly Admin panel.
How long is the access token valid?
Fieldly access tokens are valid for one hour. The agent handles token renewal automatically so you don't have to worry about manual updates.
Can I create new construction tasks via chat?
Yes! The create_work_item capability allows you to programmatically generate new construction tasks and work items directly within your AI-powered workflow flawlessy.
One connection away
Give your agent a direct line to Fieldly.
Connect Fieldly once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available