Moxie Connector for AI agents.
12 live capabilities
Manage your freelance agency projects and invoicing through your AI client.
Waiting for input…
Why people use Moxie
Moxie for Freelance Agency Project Management
This Connector lets you bypass the dashboard entirely. You can just ask your agent to list all clients and their projects or find specific outstanding invoices. You get a clear view of your entire business operations without ever leaving your chat window.
What Vinkius changes
You get to manage your entire business operations using only natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Onboarding a new client
You tell your agent to create a new client and a project for a rebranding job.
- Real-world use case 02
End of day logging
You ask your agent to log 3 hours of design work on the Acme Corp project.
- Real-world use case 03
Billing a customer
You tell your agent to create a draft invoice for the Beta Design client.
Complete set · 12capabilities
The complete Moxie capability set.
These are the exact actions your AI can choose when you ask it to work with Moxie.
01—04
4 capabilities in this set.
Part of 12 available through Moxie.
- 01 Capability
Create client
Create a new client profile in your workspace. This helps you onboard new business quickly.
- 02 Capability
Create expense
Log a business expense. Use this to keep your records accurate for tax season.
- 03 Capability
Create invoice
Create a new invoice for a client. This lets you get paid faster with fewer clicks.
- 04 Capability
Create project
Create a new project in Moxie. Use this to organize new client work immediately.
05—08
4 capabilities in this set.
Part of 12 available through Moxie.
- 05 Capability
Create task
Create a new task for a project. This helps you break down big jobs into smaller steps.
- 06 Capability
Create ticket
Create a support ticket for a client. This keeps your customer service organized.
- 07 Capability
Create time entry
Log your time against a specific project. This makes billable hour tracking effortless.
- 08 Capability
List clients
List all clients in your Moxie workspace. Use this to see your full customer base at once.
09—12
4 capabilities in this set.
Part of 12 available through Moxie.
- 09 Capability
List users
List the members of your workspace team. This helps you keep track of who has access.
- 10 Capability
Search contacts
Search for specific contacts in your system. Find phone numbers or emails in seconds.
- 11 Capability
Search invoices
Search for payable invoices. Quickly see what is currently outstanding.
- 12 Capability
Search projects
Search for projects in your workspace. Find any active job by name or ID.
Set up in minutes
One URL. Then ask Moxie to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Moxie 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_twPNZLDPGYZaDTyXZAiLG6TNMJLS0VFu8d9th9un/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 Moxie, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Moxie for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_twPNZLDPGYZaDTyXZAiLG6TNMJLS0VFu8d9th9un/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 Moxie URL.
- Step 03
Save and start
Save the connection and enable Moxie in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"moxie": {
"url": "https://edge.vinkius.com/vk_preview_twPNZLDPGYZaDTyXZAiLG6TNMJLS0VFu8d9th9un/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 Moxie
Open Agent mode in chat and ask: "Using Moxie, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"moxie": {
"url": "https://edge.vinkius.com/vk_preview_twPNZLDPGYZaDTyXZAiLG6TNMJLS0VFu8d9th9un/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 Moxie
Ask Copilot: "Using Moxie, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"moxie": {
"url": "https://edge.vinkius.com/vk_preview_twPNZLDPGYZaDTyXZAiLG6TNMJLS0VFu8d9th9un/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 Moxie
Open Cascade and ask: "Using Moxie, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"moxie": {
"url": "https://edge.vinkius.com/vk_preview_twPNZLDPGYZaDTyXZAiLG6TNMJLS0VFu8d9th9un/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 Moxie
Ask Cline: "Using Moxie, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add moxie --transport http "https://edge.vinkius.com/vk_preview_twPNZLDPGYZaDTyXZAiLG6TNMJLS0VFu8d9th9un/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 Moxie
Ask Claude: "Using Moxie, show me...". 12 tools are ready
Where the request belongs
Work Moxie can move forward.
This is for the freelance creative or the agency owner who's tired of manual data entry. If you're spending more time updating your project board than doing the actual work, you need this.
Freelance Designer
Logs hours and sends invoices without leaving their design software.
Agency Owner
Manages multiple client projects and team workloads in one chat.
Project Coordinator
Creates tasks and support tickets for the team on the fly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsIndy
Manage your freelance business with proposals, contracts, time tracking, and invoicing that covers the entire client lifecycle.
Cashboard
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.
Clientjoy
Manage your entire client lifecycle from proposals and contracts through invoicing and payments in one streamlined platform.
Avaza
Unified project management, time tracking, and invoicing via Avaza. orchestrate professional services natively via AI.
Productive
Manage your entire agency workflow via Productive. fetch budgets, analyze time entries, track deals, and monitor project health directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Moxie 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 Moxie.
The practical details behind the request, access and result.
What can I do with the Moxie MCP?
You can use it to manage your entire freelance or agency business. This includes creating clients, tracking projects, logging your time, and generating invoices through a natural conversation with your AI agent.
Can I use Moxie MCP to manage my agency's team?
Yes. You can use it to list your workspace team members and create tasks for specific projects to keep your team's workload organized.
How does Moxie MCP help with invoicing?
It allows you to create new invoices for your clients directly from your chat. You can also search for outstanding payable invoices to see who still owes you money.
Can I log my billable hours using Moxie MCP?
Absolutely. You can ask your agent to log time entries against specific projects as you work, which keeps your billable hours accurate without manual entry.
Does Moxie MCP work for freelance projects?
It's designed specifically for freelancers and agencies. It handles everything from client onboarding to expense tracking for your independent work.
Can I search for old invoices with Moxie MCP?
Yes, you can ask your agent to search for payable invoices. It will pull up the records from your workspace so you can review your billing history.
How do I use Moxie MCP to track my expenses?
You can simply tell your agent to log an expense as it happens. It will record the cost in your Moxie workspace for easier tax and budget tracking.
Can Moxie MCP create tasks for my team?
Yes, it can create new tasks for any project in your workspace. This helps you break down large jobs into actionable steps for your team members.
Can I track time and create invoices?
Yes. Log time entries with descriptions and durations, then create invoices linked to specific clients.
How does Moxie authentication work?
Moxie uses an X-API-KEY header with your API key, plus your workspace Base URL.
Can I manage projects and tasks?
Yes. Search projects, create new ones with client associations, and add tasks within projects.
One connection away
Give your agent a direct line to Moxie.
Connect Moxie once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available