Range Connector for AI agents.
11 live capabilities
Track team check-ins and organizational objectives without manual status meetings.
Waiting for input…
Why people use Range
Range for Remote Team Sync: Stop Chasing Status Updates
With the Range MCP, that manual cycle ends. You can ask your agent to summarize the day's progress or identify blockers across multiple teams instantly. You get a clear, unified view of your team's output without the friction of switching apps. You're not just looking at data; you're getting a clear picture of what actually matters.
What Vinkius changes
You get a real-time view of your team's progress without the manual overhead of checking multiple apps.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Summarizing a blocked project
An engineering manager asks their agent to find all blockers for the mobile app.
- Real-world use case 02
Checking quarterly progress
A product lead asks about the status of Q3 goals.
- Real-world use case 03
Onboarding new team members
An ops lead asks who is in the 'Infrastructure' team.
Complete set · 11capabilities
The complete Range capability set.
These are the exact actions your AI can choose when you ask it to work with Range.
01—04
4 capabilities in this set.
Part of 11 available through Range.
- 01 Capability
List objectives
Use `list_objectives` to see team objectives. This helps you track high-level progress on company milestones.
- 02 Capability
List teams
Use `list_teams` to see all teams. This is great for getting an overview of your workspace structure.
- 03 Capability
List updates
Use `list_updates` to see team check-ins. You can filter these by specific users or target IDs to find what you need.
- 04 Capability
List users
Use `list_users` to see all users in the organization. This helps you manage permissions and see who's in your workspace.
05—08
4 capabilities in this set.
Part of 11 available through Range.
- 05 Capability
Get user
Use `get_user` to see details for a specific team member. This is useful for pulling profile data during a team review.
- 06 Capability
List goals
Use `list_goals` to see all team goals. This lets you get a high-level view of what everyone is working toward.
- 07 Capability
Create update
Use `create_update` to post a new standup update. This lets you share your progress directly through your AI agent.
- 08 Capability
Get objective
Use `get_objective` to see details for a specific objective. This is helpful for drilling down into a single goal's progress.
09—11
3 capabilities in this set.
Part of 11 available through Range.
- 09 Capability
Get snippet
Use `get_snippet` to see details of a specific check-in snippet. This helps you see the exact content of a team member's update.
- 10 Capability
Get team
Use `get_team` to see details for a specific team. This is useful for checking team-specific metadata and membership.
- 11 Capability
Get update
Use `get_update` to see details of a specific update. This allows you to pull the full content of a single check-in.
Set up in minutes
One URL. Then ask Range to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Range 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_4p5SDUAcMXEvioUudTnIgcUNBwalKootCKY0dWsF/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 Range, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Range for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4p5SDUAcMXEvioUudTnIgcUNBwalKootCKY0dWsF/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 Range URL.
- Step 03
Save and start
Save the connection and enable Range in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"range": {
"url": "https://edge.vinkius.com/vk_preview_4p5SDUAcMXEvioUudTnIgcUNBwalKootCKY0dWsF/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 Range
Open Agent mode in chat and ask: "Using Range, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"range": {
"url": "https://edge.vinkius.com/vk_preview_4p5SDUAcMXEvioUudTnIgcUNBwalKootCKY0dWsF/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 Range
Ask Copilot: "Using Range, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"range": {
"url": "https://edge.vinkius.com/vk_preview_4p5SDUAcMXEvioUudTnIgcUNBwalKootCKY0dWsF/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 Range
Open Cascade and ask: "Using Range, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"range": {
"url": "https://edge.vinkius.com/vk_preview_4p5SDUAcMXEvioUudTnIgcUNBwalKootCKY0dWsF/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 Range
Ask Cline: "Using Range, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add range --transport http "https://edge.vinkius.com/vk_preview_4p5SDUAcMXEvioUudTnIgcUNBwalKootCKY0dWsF/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 Range
Ask Claude: "Using Range, show me...". 11 tools are ready
Where the request belongs
Work Range can move forward.
The engineering manager tired of 'status update' meetings, the product lead who needs to know if a feature is actually on track, and the ops lead who wants to see the big picture of company goals.
Engineering Manager
Checks in on daily standups to see who is blocked and what was shipped yesterday.
Product Lead
Queries the status of quarterly objectives to see if the team is hitting their targets.
Operations Lead
Monitors team health and organizational alignment by pulling high-level metadata across the workspace.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTeambition
Collaborative project management platform by Alibaba. manage tasks, projects, and team workflows via AI.
Tower
Lightweight project management and team collaboration platform. manage tasks, projects, and discussions via AI.
BasicOps
Centralize team communication with task management, document sharing, and project tracking designed for small business clarity.
Peerbie
Orchestrate your entire team's workspace, from Kanban boards to calendar events, completely driven by AI.
Workast
Manage projects, tasks, and team collaboration with AI directly in your workflow.
Wrike
Collaborative project management to manage tasks, projects, and team workflows with AI.
Bring your own AI
Change the model, client or framework. Keep Range 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 Range.
The practical details behind the request, access and result.
Can the Range MCP show me who is currently blocked?
Yes, the Range MCP allows your agent to scan recent check-ins and identify specific blockers reported by your team members, giving you an instant view of what's holding up progress.
Does the Range MCP help with remote team synchronization?
Absolutely. It connects your AI client to your team's async updates, making it easy to stay aligned on daily progress and project milestones without needing more meetings.
Can I use Range MCP to track our quarterly goals?
Yes, you can use it to query high-level objectives and see completion percentages for your team's major goals directly through your chat interface.
Does Range MCP work with Cursor and Claude?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, allowing you to manage your team's status from your preferred workspace.
Can I post my own standup updates using Range MCP?
Yes, your agent can post new standup updates to your Range workspace, letting you share your daily progress through natural conversation.
How do I connect Range MCP to my workspace?
You just need to subscribe to the Connector and provide your Range API key. Once connected, your agent can access your teams, goals, and updates instantly.
Can my AI automatically find the recent check-ins for a specific user?
Yes! Use the list_updates capability with the for_user_id parameter. Your agent will respond with the most recent check-in snippets and status updates in seconds.
How do I find my Range API Key?
Log in to Range, go to Settings > Developer Settings > API Keys, and generate a new key for your account.
Can I see team objectives via the AI?
Yes, use the list_objectives capability to retrieve all active goals and targets configured in your Range workspace.
One connection away
Give your agent a direct line to Range.
Connect Range once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available