Scoro Connector for AI agents.
12 live capabilities
Access your agency's project and billing data directly from your chat.
Waiting for input…
Why people use Scoro
Scoro for Agency Project Management
This Connector changes that by putting your Scoro data directly into your chat. You can ask for a summary of a project or a list of pending quotes without ever leaving your workspace. You get the info you need in seconds.
What Vinkius changes
You get a direct line into your Scoro data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick project status check
A project manager asks their agent to list all tasks for a specific project.
- Real-world use case 02
Pre-meeting client research
A sales exec asks for the history of a specific vendor.
- Real-world use case 03
Monthly revenue summary
An agency owner asks for total revenue from the last week.
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
Get specific details for a client or vendor. This helps you quickly find contact history without searching.
- 02 Capability
List activities
View recent audit logs and workspace actions. Use this to see who made changes in your Scoro account.
- 03 Capability
List calendar events
See all upcoming events on the Scoro calendar. This helps you keep track of your team's schedule.
- 04 Capability
List contacts
Pull a full list of companies and people. Use this to get a complete overview of your database.
05—08
4 capabilities in this set.
Part of 12 available through Scoro.
- 05 Capability
List expenses
See all business expenses logged in the system. This helps you track spending across different projects.
- 06 Capability
List invoices
View all sales invoices and their statuses. Use this to see which clients have paid their bills.
- 07 Capability
List products
Browse the catalog of products and services. This helps you see what you currently offer to clients.
- 08 Capability
List projects
Get a list of all active and past projects. Use this to see your entire project portfolio at once.
09—12
4 capabilities in this set.
Part of 12 available through Scoro.
- 09 Capability
List quotes
See all sales quotes currently in the system. This helps you track pending deals and proposals.
- 10 Capability
List tasks
Pull a list of all tasks across the organization. Use this to check what needs to be done next.
- 11 Capability
List time entries
See how much time the team has logged. This helps you monitor resource utilization.
- 12 Capability
List users
See the full roster of users in your organization. Use this to manage your team's access levels.
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_slazybjJSiB0xrLTt2hfgX4YI5nlzAjqvznXnxXF/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_slazybjJSiB0xrLTt2hfgX4YI5nlzAjqvznXnxXF/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": {
"url": "https://edge.vinkius.com/vk_preview_slazybjJSiB0xrLTt2hfgX4YI5nlzAjqvznXnxXF/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": {
"url": "https://edge.vinkius.com/vk_preview_slazybjJSiB0xrLTt2hfgX4YI5nlzAjqvznXnxXF/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": {
"url": "https://edge.vinkius.com/vk_preview_slazybjJSiB0xrLTt2hfgX4YI5nlzAjqvznXnxXF/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": {
"url": "https://edge.vinkius.com/vk_preview_slazybjJSiB0xrLTt2hfgX4YI5nlzAjqvznXnxXF/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 --transport http "https://edge.vinkius.com/vk_preview_slazybjJSiB0xrLTt2hfgX4YI5nlzAjqvznXnxXF/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.
This is for agency owners and project managers who are tired of clicking through multiple dashboards to find basic project updates or billing statuses.
Project Manager
Summarizes overdue tasks and pulls logged hours for client reports on Tuesday afternoons.
Sales Executive
Pulls pending quotes and contact history quickly before hopping into a client meeting.
Agency Founder
Checks unbilled invoices and total expenses to monitor agency health without opening the full suite.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsProductive
Manage your entire agency workflow via Productive. fetch budgets, analyze time entries, track deals, and monitor project health directly from any AI agent.
Avaza
Unified project management, time tracking, and invoicing via Avaza. orchestrate professional services natively via AI.
Productive.io
Run your agency with project management, resource planning, budgeting, and profitability tracking designed for professional services.
Cashboard
Manage time tracking, invoicing, and projects via Cashboard. track expenses, send estimates, and monitor client billing directly from any AI agent.
Scoro
Automate business management via Scoro. manage projects, sales, and billing directly with AI.
Rocketlane
Deliver customer onboarding projects on time with collaborative workspaces, task tracking, and time-to-value analytics.
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.
How does the Scoro MCP help my agency?
It connects your Scoro workspace to your AI client so you can query projects, invoices, and team time logs directly from your chat interface.
Can I see my invoices with the Scoro MCP?
Yes. You can ask your AI agent to list all sales invoices, check their payment statuses, and get totals for specific time periods.
Does the Scoro MCP work with Claude?
Yes. It works with Claude and any other MCP-compatible client like Cursor or Windsurf.
How do I connect Scoro to my AI agent?
Just subscribe to the Connector on Vinkius, then provide your Scoro company subdomain and API key in your client's configuration.
Can I track team hours using the Scoro MCP?
Yes. You can ask your agent to pull time entries logged by your team to see how many hours have been spent on various projects.
Is my Scoro data secure with this Connector?
The Connector uses your specific Scoro API key to access your data, ensuring that your information remains secure and private to your organization.
Can I see my calendar events with the Scoro MCP?
Yes. You can ask your AI agent to list all events on your Scoro calendar to see upcoming meetings or deadlines.
What kind of client data can I see?
You can retrieve details, metadata, and history for any client or vendor stored in your Scoro database using natural language.
Can the agent calculate how many hours were logged on a specific project?
Yes. If you ask your agent 'How many hours were logged for project Alpha recently?', the agent will invoke list_time_entries and filter the returned data by that specific project, summing up the billable minutes natively.
Is it possible to track unpaid invoices directly from the chat?
Absolutely. Just prompt the AI: 'List my recent sales invoices and flag any that haven't been paid'. The agent will make an API call to list_invoices and analyze the 'payment status' attributes for you.
Can I retrieve contact information before a meeting?
Yes. You can use the agent to prepare yourself. Prompt: 'Search our contacts for Acme Corp and get me their full profile'. The agent relies on list_contacts and get_contact to pull in emails, phone numbers, and relational tags.
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