Spotio Connector for AI agents.
12 live capabilities
Manage field sales territories and lead pipelines in real-time.
Waiting for input…
Why people use Spotio
Stop manual data hunting with the Spotio for field sales.
This Connector changes that. You can ask your agent to pull visit logs or lead metadata into one spot. You get a single source of truth where you can manage your entire funnel through a conversation.
What Vinkius changes
You get a conversational way to manage your entire field sales operation without constant app switching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Checking team coverage
A manager asks for a summary of visits this week.
- Real-world use case 02
Lead updates
A rep wants to move a prospect to Hot.
- Real-world use case 03
Onboarding new leads
An op lead asks the agent to add a new business.
Complete set · 12capabilities
The complete Spotio capability set.
These are the exact actions your AI can choose when you ask it to work with Spotio.
01—04
4 capabilities in this set.
Part of 12 available through Spotio.
- 01 Capability
List leads
Pull a list of all sales leads in your account. Use this to get a broad view of your current prospects.
- 02 Capability
List pipelines
See all your active sales pipelines. This helps you get an overview of your various sales tracks.
- 03 Capability
List pipeline stages
View the specific steps in your sales funnel. Use this to understand the journey a lead takes.
- 04 Capability
List team users
Get a list of all members in your sales team. It's useful for auditing who has access and activity.
05—08
4 capabilities in this set.
Part of 12 available through Spotio.
- 05 Capability
List field visits
Pull data on recent and upcoming field visits. Use this to see your team's physical movement.
- 06 Capability
List webhooks
See which webhooks are currently active. This ensures your data is flowing to the right places.
- 07 Capability
Update lead
Change the information for a specific sales lead. This keeps your prospect data current and accurate.
- 08 Capability
Create lead
Add a new prospect to your database. Use this to quickly input new business opportunities.
09—12
4 capabilities in this set.
Part of 12 available through Spotio.
- 09 Capability
Create webhook
Set up a new webhook for status changes. This automates your notifications across your tech stack.
- 10 Capability
Get account info
View your current user profile details. This confirms your identity and account status.
- 11 Capability
Get lead
Fetch the full details for a single lead. This gives you the deep dive on any specific prospect.
- 12 Capability
List lead activities
See the history of actions taken on a lead. It's the best way to see how a prospect is moving.
Set up in minutes
One URL. Then ask Spotio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Spotio 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_prJJIwjrPPK0z9VL4PVND4OMVu4uDpVVA2hc9aJq/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 Spotio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Spotio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_prJJIwjrPPK0z9VL4PVND4OMVu4uDpVVA2hc9aJq/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 Spotio URL.
- Step 03
Save and start
Save the connection and enable Spotio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"spotio": {
"url": "https://edge.vinkius.com/vk_preview_prJJIwjrPPK0z9VL4PVND4OMVu4uDpVVA2hc9aJq/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 Spotio
Open Agent mode in chat and ask: "Using Spotio, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"spotio": {
"url": "https://edge.vinkius.com/vk_preview_prJJIwjrPPK0z9VL4PVND4OMVu4uDpVVA2hc9aJq/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 Spotio
Ask Copilot: "Using Spotio, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"spotio": {
"url": "https://edge.vinkius.com/vk_preview_prJJIwjrPPK0z9VL4PVND4OMVu4uDpVVA2hc9aJq/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 Spotio
Open Cascade and ask: "Using Spotio, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"spotio": {
"url": "https://edge.vinkius.com/vk_preview_prJJIwjrPPK0z9VL4PVND4OMVu4uDpVVA2hc9aJq/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 Spotio
Ask Cline: "Using Spotio, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add spotio --transport http "https://edge.vinkius.com/vk_preview_prJJIwjrPPK0z9VL4PVND4OMVu4uDpVVA2hc9aJq/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 Spotio
Ask Claude: "Using Spotio, show me...". 12 tools are ready
Where the request belongs
Work Spotio can move forward.
This is for field sales leaders and operations managers who are tired of manual data entry and constant tab-switching between CRM capabilities and maps. It's for anyone who needs a bird's-eye view of outside sales activity.
Field Sales Manager
Checks team visit logs and lead status during morning briefings to plan the day.
Operations Lead
Monitors pipeline health and territory coverage to reassign leads dynamically.
Sales Development Rep
Updates lead metadata and moves prospects through the funnel via chat while in the field.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAgendor
CRM for sales teams. manage leads, organizations, and pipelines via AI.
Pipeliner
Manage sales pipelines and opportunities via Pipeliner CRM. list leads, track deals, and monitor activities directly from any AI agent.
HubSpot
Grow better with an integrated CRM that unifies marketing, sales, service, and operations in one powerful platform.
Zoho CRM
Manage leads, contacts, and deals on Zoho CRM. the AI-powered sales platform for growing teams.
Ontraport
Manage marketing and sales via Ontraport. list contacts, track campaigns, and monitor transactions directly from any AI agent.
Copper CRM
Equip your AI agent to manage leads, people, and sales opportunities directly within Copper CRM.
Bring your own AI
Change the model, client or framework. Keep Spotio 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 Spotio.
The practical details behind the request, access and result.
Can the Spotio MCP help me see my team's field visits?
Yes, it pulls visit logs directly into your chat. You can ask for specific dates or areas to see where your team has been knocking.
How does the Spotio MCP handle lead updates?
You can tell your agent to change specific lead info like status, contact details, or priority. It updates the record in Spotio instantly.
Can I use the Spotio MCP to see my sales pipeline stages?
Yes, it lets you view all pipelines and the specific stages within them. You can get a summary of how many leads are in each part of the funnel.
Does the Spotio MCP support automated notifications?
It lets you list and create webhooks. This means you can set up automated notifications to keep your other business apps in sync with Spotio data.
Is the Spotio MCP good for territory management?
It's great for pulling lead metadata and visit data to see how your territory is performing. You can get a clear view of coverage without clicking through maps.
Can I add new leads using the Spotio MCP?
Yes, your agent can create new leads for you based on your instructions. Just tell your agent the lead name and details, and it handles the rest.
How do I find my Spotio API credentials?
Log in to your Spotio account and navigate to the developer or API settings section to generate your unique Client ID and Secret.
One connection away
Give your agent a direct line to Spotio.
Connect Spotio once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available