Scoro Connector for AI agents.
12 live capabilities
Manage your CRM, projects, and billing through a single chat interface.
Waiting for input…
Why people use Scoro
Scoro for Automated Project Tracking
With this Connector, that process disappears. You can just ask your agent, 'What's the status of the Website Redesign?' and get a summary of tasks and deadlines instantly. You get the answers you need without ever leaving your chat window.
What Vinkius changes
You get a conversational interface for your entire Scoro workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Project Status Check
A manager asks for all tasks in a project to see what's overdue and who is assigned to them using list_tasks.
- Real-world use case 02
Sales Pipeline Review
A rep asks to list all pending quotes to prioritize follow-ups for the week using list_quotes.
- Real-world use case 03
Billing Audit
A finance person asks to list all invoices to see which ones are still unpaid using list_invoices.
Complete set · 12capabilities
The complete Scoro capability set.
These are the exact actions your AI can choose when you ask it to work with Scoro.
01—04
4 capabilities in this set.
Part of 12 available through Scoro.
- 01 Capability
Get contact
Retrieve details for a specific Scoro contact. This helps you quickly find client information.
- 02 Capability
Get invoice
Pull specific details for a Scoro invoice. Use this to check the status of a single sale.
- 03 Capability
Get project
Get the details of a specific Scoro project. This provides deep metadata on project status.
- 04 Capability
Get quote
Retrieve details for a specific Scoro quote. Use this to see the breakdown of a sales proposal.
05—08
4 capabilities in this set.
Part of 12 available through Scoro.
- 05 Capability
Get task
Get the details of a specific Scoro task. This is useful for checking individual work items.
- 06 Capability
List bills
List all supplier bills and payables. Use this to get a high-level view of your outgoing costs.
- 07 Capability
List contacts
List all Scoro contacts. Use this to browse your entire client database via chat.
- 08 Capability
List invoices
List all sales invoices. This provides a quick overview of all your billing records.
09—12
4 capabilities in this set.
Part of 12 available through Scoro.
- 09 Capability
List projects
List all projects currently managed in Scoro. Use this to see your entire project portfolio.
- 10 Capability
List quotes
List all sales quotes and proposals. This helps you monitor your active sales pipeline.
- 11 Capability
Get bill
Get specific details for a Scoro bill. Use this to check individual supplier payment details.
- 12 Capability
List tasks
List all tasks currently in your Scoro workspace. Use this to see every active work item.
Set up in minutes
One URL. Then ask Scoro to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Scoro 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_9bbUxkYSfSMuXpm4DoBIThQbjRH9osRRdQrMm4oV/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 Scoro, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Scoro for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9bbUxkYSfSMuXpm4DoBIThQbjRH9osRRdQrMm4oV/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 Scoro URL.
- Step 03
Save and start
Save the connection and enable Scoro in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"scoro-alternative": {
"url": "https://edge.vinkius.com/vk_preview_9bbUxkYSfSMuXpm4DoBIThQbjRH9osRRdQrMm4oV/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 Scoro
Open Agent mode in chat and ask: "Using Scoro, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"scoro-alternative": {
"url": "https://edge.vinkius.com/vk_preview_9bbUxkYSfSMuXpm4DoBIThQbjRH9osRRdQrMm4oV/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 Scoro
Ask Copilot: "Using Scoro, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"scoro-alternative": {
"url": "https://edge.vinkius.com/vk_preview_9bbUxkYSfSMuXpm4DoBIThQbjRH9osRRdQrMm4oV/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 Scoro
Open Cascade and ask: "Using Scoro, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"scoro-alternative": {
"url": "https://edge.vinkius.com/vk_preview_9bbUxkYSfSMuXpm4DoBIThQbjRH9osRRdQrMm4oV/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 Scoro
Ask Cline: "Using Scoro, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add scoro-alternative --transport http "https://edge.vinkius.com/vk_preview_9bbUxkYSfSMuXpm4DoBIThQbjRH9osRRdQrMm4oV/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 Scoro
Ask Claude: "Using Scoro, show me...". 12 tools are ready
Where the request belongs
Work Scoro can move forward.
For the operations lead who's tired of tab-switching between CRM and project boards, or the sales manager who needs to know quote statuses without digging through menus.
Project Manager
Tracking task deadlines and project statuses during status meetings without opening a browser.
Sales Representative
Checking quote values and pipeline velocity without leaving the chat while talking to leads.
Finance Coordinator
Monitoring invoice statuses and supplier bills for weekly reporting and payment tracking.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAltoviz
Business management and invoicing. manage customers, invoices, and expenses via AI.
Wuro
Manage your business billing, product catalog, and contacts with Wuro.fr through AI.
Agendor
CRM for sales teams. manage leads, organizations, and pipelines via AI.
Invoice Ninja
Manage clients, invoices, and products directly through AI.
Scoro
Bring your Scoro end-to-end work management platform into your AI workflows. query projects, invoices, and time logs seamlessly.
Axonaut
All-in-one ERP and CRM automation. manage invoices, quotes, tasks, and company relationships via AI.
Bring your own AI
Change the model, client or framework. Keep Scoro 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 Scoro.
The practical details behind the request, access and result.
Can Scoro MCP help me manage my sales pipeline?
Yes, it lets you pull lists of quotes and proposals directly into your chat. You can check values, close dates, and statuses without leaving your agent interface.
How does the Scoro MCP handle my billing and invoices?
It gives you direct access to your sales invoices and supplier bills. You can list them all or get specific details on a single bill to track your cash flow.
Can I use the Scoro MCP to track project tasks?
Absolutely. You can list all tasks in your workspace or get specific metadata for tasks within a project to see what's currently in progress.
Does the Scoro MCP let me see my contacts?
Yes, it can retrieve details for specific contacts or list your entire contact database, making it easy to find client information quickly.
Can I use Scoro MCP to get a summary of my business health?
You can monitor real-time account metrics and workspace health. This helps you keep an eye on overall operations and project performance through natural conversation.
How do I connect my Scoro account to my AI agent?
Once you subscribe on Vinkius, you just need to provide your Scoro API Key and Subdomain. Your agent will then be able to interact with your workspace.
Can my AI automatically find the latest status for a specific project by providing its ID?
Yes! Use the get_project capability with the Project ID. Your agent will respond with complete metadata, including completion rates, linked tasks, and member assignments in seconds.
How do I find my Scoro API Key and Subdomain?
Log in to your Scoro account, navigate to Settings > Integration > API, and you will find your key. Your Subdomain is the first part of your Scoro URL (e.g., 'yourcompany'.scoro.com).
One connection away
Give your agent a direct line to Scoro.
Connect Scoro once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available