Hub Planner Connector for AI agents.
10 live capabilities
Manage resource allocation and project timelines with your Hub Planner data.
Waiting for input…
Why people use Hub Planner
Hub Planner Resource Management: Stop Hunting for Data
This Connector lets your AI agent do that digging for you. You just ask a question like "Is the excavator free next Tuesday?" and the agent pulls the data instantly. You get the answer in seconds without ever leaving your chat interface.
What Vinkius changes
You get a way to query your entire operational backend using natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Resource Conflict Resolution
You need to know if a forklift is free for a job.
- Real-world use case 02
Client Onboarding
A new client joins the roster.
- Real-world use case 03
Project Audit
You need a status report for a stakeholder.
Complete set · 10capabilities
The complete Hub Planner capability set.
These are the exact actions your AI can choose when you ask it to work with Hub Planner.
01—04
4 capabilities in this set.
Part of 10 available through Hub Planner.
- 01 Capability
Get me
This capability retrieves the details of the currently authenticated user. It's useful for confirming which account your agent is currently accessing.
- 02 Capability
List bookings
This pulls a list of all current resource bookings. Use it to see which equipment or people are already committed for specific times.
- 03 Capability
List categories
This fetches the different categories used for bookings. It helps your agent organize and filter your data into logical groups.
- 04 Capability
List clients
This gets a full list of all clients in your account. It's a quick way for your agent to stay informed about your customer base.
05—07
3 capabilities in this set.
Part of 10 available through Hub Planner.
- 05 Capability
List events
This shows upcoming events and scheduled time-off. Use it to plan around staff absences and company holidays.
- 06 Capability
List projects
This lists all active and archived projects. It's perfect for getting a high-level overview of your current workload.
- 07 Capability
List resources
This identifies all available resources, including people and equipment. It helps you see exactly what's on hand at a glance.
08—10
3 capabilities in this set.
Part of 10 available through Hub Planner.
- 08 Capability
List tags
This shows the tags used to organize projects and resources. Use it to keep your data structured and easily searchable by your agent.
- 09 Capability
List teams
This pulls a list of all teams within the organization. It's useful for identifying which department owns specific resources.
- 10 Capability
List unassigned
This finds bookings that haven't been assigned to a resource yet. Use it to spot and fill gaps in your scheduling.
Set up in minutes
One URL. Then ask Hub Planner to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Hub Planner 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_jvXXAiEf8dOLOpF0goqBhfkA3kLD1Gp16pFexCjq/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 Hub Planner, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Hub Planner for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_jvXXAiEf8dOLOpF0goqBhfkA3kLD1Gp16pFexCjq/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 Hub Planner URL.
- Step 03
Save and start
Save the connection and enable Hub Planner in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"hub-planner": {
"url": "https://edge.vinkius.com/vk_preview_jvXXAiEf8dOLOpF0goqBhfkA3kLD1Gp16pFexCjq/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 Hub Planner
Open Agent mode in chat and ask: "Using Hub Planner, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"hub-planner": {
"url": "https://edge.vinkius.com/vk_preview_jvXXAiEf8dOLOpF0goqBhfkA3kLD1Gp16pFexCjq/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 Hub Planner
Ask Copilot: "Using Hub Planner, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"hub-planner": {
"url": "https://edge.vinkius.com/vk_preview_jvXXAiEf8dOLOpF0goqBhfkA3kLD1Gp16pFexCjq/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 Hub Planner
Open Cascade and ask: "Using Hub Planner, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"hub-planner": {
"url": "https://edge.vinkius.com/vk_preview_jvXXAiEf8dOLOpF0goqBhfkA3kLD1Gp16pFexCjq/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 Hub Planner
Ask Cline: "Using Hub Planner, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add hub-planner --transport http "https://edge.vinkius.com/vk_preview_jvXXAiEf8dOLOpF0goqBhfkA3kLD1Gp16pFexCjq/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 Hub Planner
Ask Claude: "Using Hub Planner, show me...". 10 tools are ready
Where the request belongs
Work Hub Planner can move forward.
This is for the operations manager who is drowning in spreadsheets and the project lead who spends half their day answering "Is this person free?" emails.
Operations Manager
Handles resource allocation and ensures equipment isn't double-booked.
Project Coordinator
Keeps project timelines updated and tracks client interactions.
Team Lead
Manages staff schedules and monitors team-wide time-off events.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOfficeRnD Hybrid
Hybrid work management. book desks, rooms, and manage office resources via OfficeRnD.
Envoy
Manage workplace operations via Envoy. register visitors, book desks and rooms, track deliveries, and monitor office capacity directly from any AI agent.
MakePlans
Online booking and appointment scheduling via MakePlans MCP.
Skedda
Manage your workspace scheduling. create, update, and track bookings for desks, meeting rooms, and special venues directly through AI agents.
Dime.Scheduler
Plan field service teams visually with drag-and-drop scheduling that connects to your ERP for real-time resource allocation.
Picktime
Equip your AI agent to manage scheduling operations. Fetch global availabilities, list locations, and manage business bookings via chat natively.
Bring your own AI
Change the model, client or framework. Keep Hub Planner 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 Hub Planner.
The practical details behind the request, access and result.
Can Hub Planner MCP manage my team's schedules?
Yes, it lets your AI agent see who's available and who's on time-off by pulling data from your active bookings and events.
How does Hub Planner MCP help with equipment?
It lists all your resources, so you can ask your agent if specific capabilities or machinery are currently booked.
Can I use Hub Planner MCP to see my client list?
Absolutely. Your agent can pull a full list of your clients to help you stay organized during meetings.
Does Hub Planner MCP track project tags?
Yes, it lets you see how projects are categorized and tagged so you can filter your work more easily.
Can I find unassigned bookings with Hub Planner MCP?
Yes, the agent can specifically look for bookings that don't have a resource attached yet.
Is Hub Planner MCP good for capacity planning?
It's perfect for that. You can ask your agent to check for gaps in your resource schedule and upcoming project deadlines.
Where do I find my Hub Planner API Key?
Log in as Administrator, go to Settings > Integrations > API, and enable the API to generate your key.
Should I use 'Bearer' in the Authorization header?
No, Hub Planner requires the raw API key without any prefix in the Authorization header.
Can I see resource availability?
Yes, the list_resources and list_bookings capabilities help you understand resource allocation and availability.
One connection away
Give your agent a direct line to Hub Planner.
Connect Hub Planner once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available