Paymo Connector for AI agents.
10 live capabilities
Manage agency project milestones and time tracking with your client.
Waiting for input…
Why people use Paymo
Paymo Project Tracking for Agency Owners
With the Paymo MCP, you can just ask your agent for a summary of your agency's health. You get a single view of your projects, time spent, and billing status in one chat window. It turns your data into answers.
What Vinkius changes
You get a direct line from your chat interface to your agency's project and billing data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking project profitability
An agency owner asks their agent to pull all time entries for a specific project and compare them against the milestones to see if the work is staying on budget.
- Real-world use case 02
Logging time on the fly
A freelancer finishes a task and tells their agent to log 4 hours on a specific task ID.
- Real-world use case 03
Preparing client status updates
An account manager asks the agent to list all tasks for a client and summarize the progress, then copies that summary into an email.
Complete set · 10capabilities
The complete Paymo capability set.
These are the exact actions your AI can choose when you ask it to work with Paymo.
01—04
4 capabilities in this set.
Part of 10 available through Paymo.
- 01 Capability
Get project details
Pull deep details on a specific project's current status. It's great for getting a quick brief on a single client.
- 02 Capability
List milestones
See the specific targets and deadlines for your projects. This helps you stay on top of what needs to happen next.
- 03 Capability
List projects
Find all the different project spaces within your Paymo account. Use this to get a bird's-eye view of your work.
- 04 Capability
List invoices
Get a list of all active invoices and their current billing properties. You can quickly check what's been paid.
05—07
3 capabilities in this set.
Part of 10 available through Paymo.
- 05 Capability
List tasks
See every task currently logged within a specific project. Use this to see what your team is focused on today.
- 06 Capability
Create task
Add a new task to a project with specific details and limits. This lets you add work items as they pop up.
- 07 Capability
List time entries
See all the hours logged against your agency's metrics. Use this to audit time spent on various projects.
08—10
3 capabilities in this set.
Part of 10 available through Paymo.
- 08 Capability
Create time entry
Log new hours worked against a specific task or project. This replaces manual entry in your time tracker.
- 09 Capability
List clients
See your full list of active clients and CRM identities. It helps you keep your roster organized.
- 10 Capability
List users
See the list of people and workers assigned to your projects. Use this to manage your team's workload.
Set up in minutes
One URL. Then ask Paymo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Paymo 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_sdm8taMf2dBZl2ZG85NcC7mfFS0VHNsVklfRhvzq/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 Paymo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Paymo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sdm8taMf2dBZl2ZG85NcC7mfFS0VHNsVklfRhvzq/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 Paymo URL.
- Step 03
Save and start
Save the connection and enable Paymo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"paymo": {
"url": "https://edge.vinkius.com/vk_preview_sdm8taMf2dBZl2ZG85NcC7mfFS0VHNsVklfRhvzq/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 Paymo
Open Agent mode in chat and ask: "Using Paymo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"paymo": {
"url": "https://edge.vinkius.com/vk_preview_sdm8taMf2dBZl2ZG85NcC7mfFS0VHNsVklfRhvzq/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 Paymo
Ask Copilot: "Using Paymo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"paymo": {
"url": "https://edge.vinkius.com/vk_preview_sdm8taMf2dBZl2ZG85NcC7mfFS0VHNsVklfRhvzq/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 Paymo
Open Cascade and ask: "Using Paymo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"paymo": {
"url": "https://edge.vinkius.com/vk_preview_sdm8taMf2dBZl2ZG85NcC7mfFS0VHNsVklfRhvzq/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 Paymo
Ask Cline: "Using Paymo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add paymo --transport http "https://edge.vinkius.com/vk_preview_sdm8taMf2dBZl2ZG85NcC7mfFS0VHNsVklfRhvzq/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 Paymo
Ask Claude: "Using Paymo, show me...". 10 tools are ready
Where the request belongs
Work Paymo can move forward.
This is for agency owners who are tired of hunting for billing data and project managers who need to see real-time progress without opening ten different tabs.
Agency Owner
Checks global time limits and billing health to ensure the business stays profitable.
Account Manager
Pulls invoice statuses and milestone progress to give clients accurate updates.
Freelance Consultant
Logs daily hours and tracks individual assignments via simple voice or text commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGetpaid
Manage billing, track payments, and initiate checkouts via AI agents with Getpaid.io.
Certify (Emburse)
Manage expenses and invoices via Certify (Emburse). track reports, receipts, and employee spend directly from any AI agent.
Invoice Ninja
Manage clients, invoices, and products directly through AI.
Hiveage
Automate online invoicing via Hiveage. manage invoices, estimates, and payments directly from any AI agent.
Everyware Payments & Messaging
Equip your AI agent to manage payments, track digital invoices, and monitor SMS messages via the Everyware API.
FreshBooks
Manage small business accounting via FreshBooks. track clients and invoices, handle payments and billing via AI agents.
Bring your own AI
Change the model, client or framework. Keep Paymo 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 Paymo.
The practical details behind the request, access and result.
Can I use the Paymo MCP to see my project milestones?
Yes, you can ask your agent to pull up your project milestones at any time. It'll give you a clear list of what's been completed and what's still pending for your projects.
How do I log my hours using Paymo and an AI agent?
You can just tell your agent how many hours you worked on a specific task. It will then automatically add that time entry to your Paymo ledger for you.
Can I check my invoice status with this?
Exactly. You can ask your agent to check your invoices, and it will pull the latest billing information and status directly from your Paymo account.
Will this help me see which clients are most active?
Yes, you can ask the agent to list your clients and see which ones have the most active projects or milestones associated with them.
Is this Connector good for tracking freelancer tasks?
It's great for that. You can use it to see your assigned tasks, create new ones as they come up, and keep your time tracking organized in one place.
Can I see who is working on my projects?
Yes, you can ask your agent to list the users assigned to your projects. It'll show you exactly who's involved in each project space.
How exactly does the AI log time tracking entries to a task?
Through explicit invocation by pushing bounds mapped securely over create_time_entry. You instruct exactly 'Add 2 hours for task XY', and the node bridges those limits pushing explicitly into the structural API.
Are milestone objects connected to project extractions natively?
Yes. When extracting specific metadata loops using list queries, milestones return explicit JSON bounds resolving the connected project parent limits gracefully revealing dates strictly.
Can it trace users and identify the ID mapped over each collaborator logically?
Absolutely, dispatching list_users isolates parameters matching team structures natively to evaluate specific user metadata IDs reliably required by other explicit creation blocks.
One connection away
Give your agent a direct line to Paymo.
Connect Paymo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available