ArborNote Connector for AI agents.
12 live capabilities
Manage your tree care business and forestry project data with natural language.
Waiting for input…
Why people use ArborNote
ArborNote for Streamlining Forestry Project Management
This Connector changes that by putting your ArborNote data into a single chat. Instead of clicking through a portal, you just ask your agent for a project update or a client's phone number. You get the answer instantly, letting you stay focused on the actual trees.
What Vinkius changes
You get a conversational interface for your entire tree care 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 project status
An arborist asks "What's the status of the Riverfront job?
- Real-world use case 02
Onboarding a new lead
A sales rep says "Create a profile for John Doe with his phone number" and the agent adds it to the CRM via create_arbornote_client.
- Real-world use case 03
Financial check
A business owner asks "What are my revenue metrics for this month?
Complete set · 12capabilities
The complete ArborNote capability set.
These are the exact actions your AI can choose when you ask it to work with ArborNote.
01—04
4 capabilities in this set.
Part of 12 available through ArborNote.
- 01 Capability
Check api health
Verify that your ArborNote account is connected correctly. Use this to ensure your agent has the latest data.
- 02 Capability
Create arbornote client
Add a new client to your CRM database. This lets you onboard new leads without leaving your chat interface.
- 03 Capability
Get arbornote client
Retrieve details for a specific client record. This is the fastest way to pull up a customer's history.
- 04 Capability
Get arbornote metrics
Get your latest financial and revenue metrics. Use this to see your invoice status and revenue at a glance.
05—08
4 capabilities in this set.
Part of 12 available through ArborNote.
- 05 Capability
Get arbornote project
Get details for a specific project in your inventory. Use this to see project specifics without opening a browser.
- 06 Capability
Get arbornote proposal
View a specific proposal's details and costs. It's great for quickly pulling up estimate numbers for a client.
- 07 Capability
List arbornote clients
See a full list of all clients in your directory. Use this to get an overview of your entire customer base.
- 08 Capability
List arbornote projects
See all active projects currently in progress. This helps you keep track of everything your teams are doing.
09—12
4 capabilities in this set.
Part of 12 available through ArborNote.
- 09 Capability
List arbornote proposals
List all proposals waiting for approval. Use this to identify which estimates need a follow-up call.
- 10 Capability
List arbornote schedules
See all upcoming schedules for your field teams. It helps you coordinate your crews without manual cross-referencing.
- 11 Capability
List arbornote webhooks
View all active webhooks for your account. This is useful for verifying your organization-level metadata.
- 12 Capability
Update arbornote client
Change the information for an existing client profile. Use this to keep your CRM data accurate as you work.
Set up in minutes
One URL. Then ask ArborNote to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ArborNote 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_6hqMLGkX3JkjOMACjvJQrG0CNLTRNrciBXIIvmv5/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 ArborNote, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ArborNote for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6hqMLGkX3JkjOMACjvJQrG0CNLTRNrciBXIIvmv5/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 ArborNote URL.
- Step 03
Save and start
Save the connection and enable ArborNote in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"arbornote": {
"url": "https://edge.vinkius.com/vk_preview_6hqMLGkX3JkjOMACjvJQrG0CNLTRNrciBXIIvmv5/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 ArborNote
Open Agent mode in chat and ask: "Using ArborNote, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"arbornote": {
"url": "https://edge.vinkius.com/vk_preview_6hqMLGkX3JkjOMACjvJQrG0CNLTRNrciBXIIvmv5/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 ArborNote
Ask Copilot: "Using ArborNote, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"arbornote": {
"url": "https://edge.vinkius.com/vk_preview_6hqMLGkX3JkjOMACjvJQrG0CNLTRNrciBXIIvmv5/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 ArborNote
Open Cascade and ask: "Using ArborNote, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"arbornote": {
"url": "https://edge.vinkius.com/vk_preview_6hqMLGkX3JkjOMACjvJQrG0CNLTRNrciBXIIvmv5/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 ArborNote
Ask Cline: "Using ArborNote, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add arbornote --transport http "https://edge.vinkius.com/vk_preview_6hqMLGkX3JkjOMACjvJQrG0CNLTRNrciBXIIvmv5/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 ArborNote
Ask Claude: "Using ArborNote, show me...". 12 tools are ready
Where the request belongs
Work ArborNote can move forward.
This is for arborists and landscaping business owners who are drowning in paperwork and want to manage their crews, clients, and estimates without constant tab-switching.
Field Manager
Checks work orders and crew schedules on the fly while moving between job sites.
Sales Coordinator
Creates new client profiles and tracks proposal health to keep the pipeline moving.
Business Owner
Monitors high-level financial metrics and project milestones to check company health.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTurfHop
Manage your lawn care and landscaping business with route planning, job scheduling, and customer billing in one app.
Fieldwire
Manage construction projects via Fieldwire. track tasks, organize floorplans, and coordinate field teams directly from any AI agent.
Fulcrum
Manage field data collection, track form records, and query datasets via AI agents with Fulcrum.
BIM 360 Field
Manage your construction projects via BIM 360 Field. list issues, checklists, and tasks directly from any AI agent.
More Trees
Plant trees for every transaction and track your environmental impact with carbon offset certificates for sustainable businesses.
Perenual Plant API
Manage plant data. audit species, care, and diseases via AI.
Bring your own AI
Change the model, client or framework. Keep ArborNote 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 ArborNote.
The practical details behind the request, access and result.
Can ArborNote MCP help me manage my landscaping clients?
Yes, it lets you create and update client profiles using natural language. You can quickly pull up history or update contact info without leaving your chat.
How does the ArborNote MCP track my tree care projects?
It pulls your active projects and work orders directly. You can ask your agent for a status update on any specific job in your inventory.
Can I see my financial data using the ArborNote MCP?
Yes, you can get your latest revenue metrics and invoice history. It helps you keep a pulse on your business health without digging through menus.
Is the ArborNote MCP good for field managers?
It's excellent for field managers who need to check crew schedules and work order details quickly while they are on the move.
How do I connect ArborNote to my AI agent?
You'll need to get your API Key from the ArborNote dashboard under Settings. Once you have that, you can connect it via the Vinkius catalog.
Can the ArborNote MCP help with my sales pipeline?
Yes, it can list all your active proposals and estimates, making it much easier to see which leads need a follow-up call.
How do I find my ArborNote API Key?
Log in to your account, navigate to Settings > API, and generate or copy your unique secret access key.
Can I update client details via AI?
Yes! The update_arbornote_client capability allows your agent to modify names, emails, and phone numbers for existing records programmatically.
How do I check financial metrics?
Use the get_arbornote_metrics capability to retrieve a high-fidelity summary of your agency's financial and operational performance data.
One connection away
Give your agent a direct line to ArborNote.
Connect ArborNote once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available