Avaza Connector for AI agents.
11 live capabilities
Manage project tasks and time tracking for professional services.
Waiting for input…
Why people use Avaza
Avaza for Professional Services Project Management
This Connector changes that by letting you handle those actions through your AI client. You can create tasks or log time with a simple sentence, keeping your focus on the project goals instead of the admin capabilities. You get a clean, conversational way to run your business.
What Vinkius changes
You stop toggling between apps and start managing your business through natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Logging hours on the fly
A consultant finishes a meeting and tells their agent to log 1 hour to the 'Website Redesign' project using `create_timesheet`.
- Real-world use case 02
Onboarding a new client
An ops manager asks the agent to create a new project and five initial tasks using `create_project` and `create_task`.
- Real-world use case 03
Checking billing status
A project lead asks for a list of recent invoices for a specific client to see if they're paid up using `list_invoices`.
Complete set · 11capabilities
The complete Avaza capability set.
These are the exact actions your AI can choose when you ask it to work with Avaza.
01—04
4 capabilities in this set.
Part of 11 available through Avaza.
- 01 Capability
Create project
Create a new project in your Avaza account. This helps you start new work immediately.
- 02 Capability
Create task
Add a new task to an existing project. Use this to break down your project goals into smaller steps.
- 03 Capability
Create timesheet
Log a new entry for time spent on a project. This ensures your billable hours are always up to date.
- 04 Capability
Get account check
Verify that your Avaza account is connected correctly. This confirms your credentials are working.
05—08
4 capabilities in this set.
Part of 11 available through Avaza.
- 05 Capability
Get project
Get details for a specific project. This helps you see the status of a specific job.
- 06 Capability
List contacts
List all company contacts and users. This lets you see who you're working with.
- 07 Capability
List invoices
List recent invoices. Use this to check what has been paid.
- 08 Capability
List projects
List all Avaza projects. This gives you a bird's-eye view of your current work.
09—11
3 capabilities in this set.
Part of 11 available through Avaza.
- 09 Capability
List tasks
List all Avaza tasks. Use this to see everything that needs to get done.
- 10 Capability
List timesheets
List timesheet entries. This helps you audit hours spent on specific projects.
- 11 Capability
Update task
Update an existing task. Use this to change a description or status as work progresses.
Set up in minutes
One URL. Then ask Avaza to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Avaza 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_naOMKfffxv4PyKJ0cvfqjTLhjMzV2N97IsIeBSct/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 Avaza, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Avaza for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_naOMKfffxv4PyKJ0cvfqjTLhjMzV2N97IsIeBSct/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 Avaza URL.
- Step 03
Save and start
Save the connection and enable Avaza in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"avaza": {
"url": "https://edge.vinkius.com/vk_preview_naOMKfffxv4PyKJ0cvfqjTLhjMzV2N97IsIeBSct/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 Avaza
Open Agent mode in chat and ask: "Using Avaza, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"avaza": {
"url": "https://edge.vinkius.com/vk_preview_naOMKfffxv4PyKJ0cvfqjTLhjMzV2N97IsIeBSct/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 Avaza
Ask Copilot: "Using Avaza, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"avaza": {
"url": "https://edge.vinkius.com/vk_preview_naOMKfffxv4PyKJ0cvfqjTLhjMzV2N97IsIeBSct/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 Avaza
Open Cascade and ask: "Using Avaza, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"avaza": {
"url": "https://edge.vinkius.com/vk_preview_naOMKfffxv4PyKJ0cvfqjTLhjMzV2N97IsIeBSct/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 Avaza
Ask Cline: "Using Avaza, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add avaza --transport http "https://edge.vinkius.com/vk_preview_naOMKfffxv4PyKJ0cvfqjTLhjMzV2N97IsIeBSct/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 Avaza
Ask Claude: "Using Avaza, show me...". 11 tools are ready
Where the request belongs
Work Avaza can move forward.
This is for the agency owner or project lead who's tired of manual data entry and wants to spend more time on billable work and less time on administrative overhead.
Operations Manager
Audits billable hours and identifies stale tasks to keep projects on schedule.
Agency Owner
Manages client invoices and high-level project statuses without logging into the full dashboard.
Freelance Consultant
Logs daily work hours and checks project budgets quickly from a single chat window.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCashboard
Manage time tracking, invoicing, and projects via Cashboard. track expenses, send estimates, and monitor client billing directly from any AI agent.
Productive.io
Run your agency with project management, resource planning, budgeting, and profitability tracking designed for professional services.
Productive
Manage your entire agency workflow via Productive. fetch budgets, analyze time entries, track deals, and monitor project health directly from any AI agent.
Harvest
Automate time tracking and invoicing via Harvest. manage clients, invoices, and time entries directly from any AI agent.
Scoro
Bring your Scoro end-to-end work management platform into your AI workflows. query projects, invoices, and time logs seamlessly.
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 Avaza 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 Avaza.
The practical details behind the request, access and result.
How does Avaza MCP help my agency?
It lets you manage your projects, track billable hours, and view invoices directly through your AI client. This means you can handle the admin side of your agency without leaving your workspace.
Can I use Avaza MCP to see my invoices?
Yes, you can ask your agent to pull up a list of recent invoices. This makes it easy to check payment statuses and stay on top of your agency's finances.
Does Avaza MCP work with Claude?
Yes, it works with Claude and other MCP-compatible clients like Cursor and Windsurf. You just connect it via the Vinkius catalog.
How do I log time with Avaza MCP?
You can just tell your agent how much time you worked on a specific project. It will handle the entry for you, ensuring your billable hours are always accurate.
Can I create projects for new clients?
Absolutely. You can tell your agent to set up a new project and add initial tasks, getting your new client's workspace ready in seconds.
Is it hard to set up Avaza MCP?
Not at all. You just need your Avaza Personal Access Token. Once you enter that into your client via Vinkius, you're ready to go.
Can I see my contacts?
Yes, you can ask your agent to list your company contacts. This helps you quickly find client information without digging through a separate dashboard.
Can the AI automatically log time for a specific project?
Yes! Use the create_timesheet capability. You'll need to provide the ProjectID, PersonID, and the duration to instantly log work hours in your Avaza account.
How do I update the status of a task through the AI?
Simply ask the agent to run the update_task capability with the TaskID. You can modify the title, description, or status to reflect the current progress of your work.
Does this integration allow for auditing recent customer invoices?
Yes. The list_invoices capability provides a clear overview of recent billing, helping you track payment statuses and financial health across your projects.
One connection away
Give your agent a direct line to Avaza.
Connect Avaza once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available