Float Connector for AI agents.
12 live capabilities
Manage agency resource planning and team capacity through natural conversation.
Waiting for input…
Why people use Float
Stop the Spreadsheet Shuffle with Float Resource Planning
With this Connector, you just ask. Your agent checks the live data, spots the gaps, and suggests the best time to start a project. You get a clear view of your team's bandwidth without ever opening a separate planning app. This turns resource planning from a manual spreadsheet chore into a conversation.
What Vinkius changes
That you get a conversational interface for your entire resource planning workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking designer availability
A project manager needs to know if a designer is free for a new task next week.
- Real-world use case 02
Auditing department workload
An agency owner wants to see if the Design team is overbooked.
- Real-world use case 03
Scheduling a new campaign
A planner needs to schedule a new marketing campaign.
Complete set · 12capabilities
The complete Float capability set.
These are the exact actions your AI can choose when you ask it to work with Float.
01—04
4 capabilities in this set.
Part of 12 available through Float.
- 01 Capability
Get person
Pull specific details for a single team member. This is useful for getting a deep dive into one person's profile.
- 02 Capability
Get project
Get the full details for a specific project. Use this to see the complete scope and members of a single project.
- 03 Capability
List allocations
See all current task assignments. This helps you see how work is distributed across your team.
- 04 Capability
List clients
See a list of all your clients. This gives your agent a clear view of your agency's customer base.
05—08
4 capabilities in this set.
Part of 12 available through Float.
- 05 Capability
List departments
See a list of all your departments. This gives your agent a clear map of how your agency is organized.
- 06 Capability
List people
Get a full list of all team members. You can use this to see everyone in the organization at once.
- 07 Capability
List project task names
See the specific task labels like Design or Dev. This helps your agent understand how tasks are categorized.
- 08 Capability
List projects
Get a list of all active projects. Use this to see what your team is currently working on.
09—12
4 capabilities in this set.
Part of 12 available through Float.
- 09 Capability
Get logged time
Get the actual hours worked for a project. This helps you see if you are staying on budget or drifting.
- 10 Capability
Create allocation
Schedule a specific task for a team member. You can set the dates and hours to keep your project plan accurate.
- 11 Capability
List user accounts
See all user accounts in your organization. This helps your agent maintain context on who has access to what.
- 12 Capability
List time offs
See a list of all scheduled time off. This lets your agent know who is out of the office for vacations or holidays.
Set up in minutes
One URL. Then ask Float to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Float 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_v1XZ4JkGSeP293PhpiPLLC8qjaaYvhHv2u1XfkkK/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 Float, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Float for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_v1XZ4JkGSeP293PhpiPLLC8qjaaYvhHv2u1XfkkK/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 Float URL.
- Step 03
Save and start
Save the connection and enable Float in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"float": {
"url": "https://edge.vinkius.com/vk_preview_v1XZ4JkGSeP293PhpiPLLC8qjaaYvhHv2u1XfkkK/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 Float
Open Agent mode in chat and ask: "Using Float, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"float": {
"url": "https://edge.vinkius.com/vk_preview_v1XZ4JkGSeP293PhpiPLLC8qjaaYvhHv2u1XfkkK/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 Float
Ask Copilot: "Using Float, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"float": {
"url": "https://edge.vinkius.com/vk_preview_v1XZ4JkGSeP293PhpiPLLC8qjaaYvhHv2u1XfkkK/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 Float
Open Cascade and ask: "Using Float, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"float": {
"url": "https://edge.vinkius.com/vk_preview_v1XZ4JkGSeP293PhpiPLLC8qjaaYvhHv2u1XfkkK/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 Float
Ask Cline: "Using Float, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add float --transport http "https://edge.vinkius.com/vk_preview_v1XZ4JkGSeP293PhpiPLLC8qjaaYvhHv2u1XfkkK/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 Float
Ask Claude: "Using Float, show me...". 12 tools are ready
Where the request belongs
Work Float can move forward.
This is for the project manager who's tired of manual spreadsheets, the agency owner trying to prevent team burnout, and the resource planner who needs a real-time view of capacity.
Project Manager
Uses this to quickly see if a designer is free for a new task on a Tuesday afternoon.
Resource Planner
Uses this to generate a weekly capacity report without clicking through dozens of individual profiles.
Agency Director
Uses this to pull high-level client lists and logged time reports for monthly reviews.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsProjectManager
Automate project planning and tracking via ProjectManager. manage projects, tasks, and timesheets directly from any AI agent.
Dime.Scheduler
Plan field service teams visually with drag-and-drop scheduling that connects to your ERP for real-time resource allocation.
Toggl Plan
Manage your team's visual timelines, track project phases, and balance workloads securely via your AI agent.
LiquidPlanner Classic
Plan projects with intelligent scheduling that automatically adjusts timelines based on team capacity and task dependencies.
Celoxis
Empower your AI agents to manage complex portfolios, track project milestones, and analyze resource timesheets on Celoxis.
Forecast
Manage AI-powered project resources via Forecast. track projects and tasks, handle team availability, and monitor milestones directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Float 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 Float.
The practical details behind the request, access and result.
How does Float MCP help with team scheduling?
It lets you ask your agent to see who is free, check vacations, and book tasks. This means you can get answers to scheduling questions instantly without opening your planning software.
Can I use Float MCP to see if my team is overbooked?
Yes, it pulls your current allocations so you can see who has too much on their plate. This helps you balance workloads and prevent team burnout before it happens.
Will the Float MCP update my actual project plans?
Yes, when you ask the agent to schedule a task, it creates that allocation directly in Float. Your project plans stay updated automatically.
Can I see client lists using the Float MCP?
Yes, it can pull your full list of clients and departments to give your agent context. This is great for getting a quick overview of your agency's current portfolio.
Does Float MCP track my team's time off?
It pulls all scheduled vacations and holidays so your agent knows who's away. You can check who's out of the office without checking a shared calendar.
How do I use Float MCP to manage project capacity?
You can ask your agent to summarize team utilization and task labels across all projects. It gives you a clear picture of how your resources are being used across the board.
How do I check if a team member is available for a specific date range?
You can use the 'list_allocations' capability to see current schedules. By asking the agent, 'Is John available next week?', it will scan existing task allocations and time off to provide a clear answer.
Can I assign a person to a project directly through the agent?
Yes! The 'create_allocation' capability allows you to schedule a person to a project by providing their ID, the project ID, start/end dates, and the number of hours per day.
How do I see who is currently on vacation?
Use the 'list_time_offs' capability. It retrieves all scheduled vacations, sick leave, and holidays, giving you an immediate view of who is away from the office.
One connection away
Give your agent a direct line to Float.
Connect Float once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available