Lancerkit Connector for AI agents.
10 live capabilities
Manage project billing and client records directly through your AI.
Waiting for input…
Why people use Lancerkit
Lancerkit CRM Integration for Automated Project Tracking
With this Connector, your AI agent becomes the interface for your entire Lancerkit workspace. Instead of hunting for data, you just ask for a summary of a client's billing or a list of active tasks. You get a clear picture of your business in one chat window, letting you move from finding data to making decisions instantly.
What Vinkius changes
Your AI gets a direct line to your project and billing records.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking billable hours
You ask your agent how many hours were spent on the Acme Corp redesign.
- Real-world use case 02
Client onboarding
You need details on a new client.
- Real-world use case 03
Invoice status check
You're wondering if the mobile app invoice was paid.
Complete set · 10capabilities
The complete Lancerkit capability set.
These are the exact actions your AI can choose when you ask it to work with Lancerkit.
01—04
4 capabilities in this set.
Part of 10 available through Lancerkit.
- 01 Capability
Get client
Pull specific metadata for a single client. Use this to quickly get context on a customer.
- 02 Capability
Get invoice
Get the payment and billing details for a specific invoice ID. This helps check if a bill was paid.
- 03 Capability
Get project
View the details of a single project by its ID. Use this to see the scope of a specific job.
- 04 Capability
Get status
Check the overall connection status of your account. Use this to ensure your integration is active.
05—07
3 capabilities in this set.
Part of 10 available through Lancerkit.
- 05 Capability
Get time logs
See the recorded hours spent on a project. This is perfect for checking labor costs.
- 06 Capability
List clients
Show all clients currently associated with your workspace. Use this to get an overview of your roster.
- 07 Capability
List invoices
Fetch the global statistics for your invoice pipeline. Use this to see your total billing health.
08—10
3 capabilities in this set.
Part of 10 available through Lancerkit.
- 08 Capability
List projects
Get a list of all your standard projects. Use this to see everything currently in progress.
- 09 Capability
List services
Fetch all billable service items configured in your account. Use this to see your available offerings.
- 10 Capability
List tasks
See the current list of active working tasks. Use this to see what needs to be done today.
Set up in minutes
One URL. Then ask Lancerkit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Lancerkit 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_Elzs5KVeJje3ekt7xbflGr9JfgMe5os1b9v5TvBk/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 Lancerkit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Lancerkit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Elzs5KVeJje3ekt7xbflGr9JfgMe5os1b9v5TvBk/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 Lancerkit URL.
- Step 03
Save and start
Save the connection and enable Lancerkit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"lancerkit": {
"url": "https://edge.vinkius.com/vk_preview_Elzs5KVeJje3ekt7xbflGr9JfgMe5os1b9v5TvBk/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 Lancerkit
Open Agent mode in chat and ask: "Using Lancerkit, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"lancerkit": {
"url": "https://edge.vinkius.com/vk_preview_Elzs5KVeJje3ekt7xbflGr9JfgMe5os1b9v5TvBk/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 Lancerkit
Ask Copilot: "Using Lancerkit, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"lancerkit": {
"url": "https://edge.vinkius.com/vk_preview_Elzs5KVeJje3ekt7xbflGr9JfgMe5os1b9v5TvBk/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 Lancerkit
Open Cascade and ask: "Using Lancerkit, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"lancerkit": {
"url": "https://edge.vinkius.com/vk_preview_Elzs5KVeJje3ekt7xbflGr9JfgMe5os1b9v5TvBk/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 Lancerkit
Ask Cline: "Using Lancerkit, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add lancerkit --transport http "https://edge.vinkius.com/vk_preview_Elzs5KVeJje3ekt7xbflGr9JfgMe5os1b9v5TvBk/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 Lancerkit
Ask Claude: "Using Lancerkit, show me...". 10 tools are ready
Where the request belongs
Work Lancerkit can move forward.
Freelancers and agency owners who are tired of manually updating spreadsheets and jumping between CRM tabs to find billing info.
Agency Project Manager
Tracks project milestones and time logs to ensure the team stays on schedule.
Freelance Billing Specialist
Checks payment statuses and pulls time logs to generate accurate invoices.
Account Executive
Retrieves client metadata quickly during sales calls to provide personalized updates.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHappyrobot
Connect Happyrobot to any AI agent via MCP.
Lindy (Autonomous AI Employees)
Manage autonomous AI employees via Lindy. trigger task runs, monitor reasoning logs, and audit app integrations.
IBM watsonx
Connect IBM watsonx to any AI agent via MCP.
Langflow (Visual Multi-agent Orchestrator)
Orchestrate multi-agent AI workflows visually. execute flows, manage projects, and trigger webhooks directly from any AI agent.
Huginn (IFTTT Alternative)
Automate workflows with Huginn. manage agents, trigger webhooks, and orchestrate complex scenarios directly from your AI agent.
Prisma Access
Connect Prisma Access to any AI agent via MCP.
Bring your own AI
Change the model, client or framework. Keep Lancerkit 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 Lancerkit.
The practical details behind the request, access and result.
Can Lancerkit MCP help me track my billable hours?
Yes, it pulls your recorded time logs directly from Lancerkit. You can ask your agent to summarize hours spent on specific projects or for the entire week.
Can I see all my clients through the Lancerkit MCP?
Yes, the Connector can fetch a complete list of all clients associated with your workspace, making it easy to get an overview of your roster.
How does Lancerkit MCP handle invoice data?
It retrieves payment status, billing details, and global pipeline statistics. You can check if a specific bill was paid without leaving your chat.
Can my AI agent create new projects with Lancerkit?
This Connector is designed for reading and retrieving data. It can list projects and tasks, but it does not currently support creating new project records.
Is Lancerkit MCP good for freelancers?
It's a great fit for freelancers because it handles the core needs of solo work: tracking time, managing projects, and monitoring client payments.
Does Lancerkit MCP show my billable services?
Yes, it fetches all the specific billable service items you have configured, which helps your agent provide accurate information when you're quoting work.
What is Lancerkit?
Lancerkit is an all-in-one platform for freelancers to manage projects, track time, send invoices, and handle client communication from a single dashboard.
Where do I find my API key?
You can find your API key in the Lancerkit dashboard under Account Settings > Developer API. Generate a new token with appropriate permissions.
Can I create invoices automatically using natural language?
Yes, you can instruct the AI to draft, review, and send invoices to your clients based on your tracked time or fixed project milestones.
One connection away
Give your agent a direct line to Lancerkit.
Connect Lancerkit once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available