# Lancerkit MCP for AI Agents AI Agent Connect

> Lancerkit MCP connects your AI agent to your project management and billing workflow. It lets your agent pull client data, track hours, manage project lists, and handle invoice details. It's built for teams who need to move between client records and project statuses without constant tab-switching.

## Overview
- **Category:** crm-sales
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Elzs5KVeJje3ekt7xbflGr9JfgMe5os1b9v5TvBk/ai-agent-connect
- **Tags:** automation, integrations

## Description

Imagine you're in the middle of a project update and realize you need to check a client's specific billing history or see how many hours were logged last week. Instead of logging into a separate dashboard, digging through folders, and copy-pasting data into your chat, you just ask your AI. This Connector bridges that gap by giving your agent direct eyes into Lancerkit. You can have your agent pull up a full list of active projects, grab the billing status for a specific invoice, or summarize the time logs for a client. It turns your AI into a project coordinator that actually knows your business data. Whether you're pulling a list of all billable services or checking the connection status of your workspace, this integration keeps your focus on the work. It's one of the many specialized tools you can find in the Vinkius catalog to make your agent feel less like a generic chatbot and more like a teammate who knows your CRM inside out.

## Tools

### get_client
Pull specific metadata for a single client. Use this to quickly get context on a customer.

### get_invoice
Get the payment and billing details for a specific invoice ID. This helps check if a bill was paid.

### get_project
View the details of a single project by its ID. Use this to see the scope of a specific job.

### get_status
Check the overall connection status of your account. Use this to ensure your integration is active.

### get_time_logs
See the recorded hours spent on a project. This is perfect for checking labor costs.

### list_clients
Show all clients currently associated with your workspace. Use this to get an overview of your roster.

### list_invoices
Fetch the global statistics for your invoice pipeline. Use this to see your total billing health.

### list_projects
Get a list of all your standard projects. Use this to see everything currently in progress.

### list_services
Fetch all billable service items configured in your account. Use this to see your available offerings.

### list_tasks
See the current list of active working tasks. Use this to see what needs to be done today.

## Prompt Examples

**Prompt:** 
```
How many billable hours did we log for the Delta Tech project this week?
```

**Response:** 
```
### Weekly Labor Summary
**Project:** Delta Tech
**Total Hours:** 28

**Breakdown:**
* **Delta Tech:** 15 hours
* **Acme Corp:** 8 hours
* **Omega Inc:** 5 hours

All logs have been synced from your Lancerkit time tracker.
```

**Prompt:** 
```
List all my active projects and tell me which ones have tasks pending.
```

**Response:** 
```
### Active Project Status
| Project Name | Status | Pending Tasks |
| :--- | :--- | :--- |
| Mobile App Dev | In Progress | 3 |
| UI Redesign | Planning | 1 |
| Logo Package | Completed | 0 |

Would you like me to show the details for any of these?
```

**Prompt:** 
```
Give me the payment status for the Acme Corp redesign invoice.
```

**Response:** 
```
### Invoice Details
**Client:** Acme Corp
**Invoice ID:** INV-9920
**Amount:** $4,000.00
**Status:** **Paid** ✅

The payment was confirmed on July 10th.
```

## Capabilities

### Fetch client metadata
Your agent can pull specific details for any client in your workspace.

### Pull invoice payments
Get real-time payment and billing data for a specific invoice ID.

### View project details
See the full details of a single project by its unique identifier.

### Check workspace status
Verify the connection status of your account and integrations instantly.

### Retrieve time logs
Pull recorded hours spent on projects to see exactly where time goes.

### List all clients
Get a full list of every client associated with your workspace.

### View invoice stats
Fetch global statistics for your entire invoice pipeline.

### List standard projects
See a list of all standard projects currently in your system.

### Fetch billable services
Get a list of all specific billable service items you have configured.

### Check active tasks
See a list of current tasks that need attention.

## Use Cases

### Checking billable hours
You ask your agent how many hours were spent on the Acme Corp redesign. It uses get_time_logs to give you the exact total.

### Client onboarding
You need details on a new client. Your agent uses get_client to pull their specific metadata and show it to you in a summary.

### Invoice status check
You're wondering if the mobile app invoice was paid. Your agent uses get_invoice to pull the payment status instantly.

### Project planning
You want to see what's next. Your agent uses list_projects and list_tasks to show you all active work and pending items.

## Benefits

- Stop manual data entry by using list_projects to quickly see what's active.
- Get instant billing updates using get_invoice to check payment statuses.
- Track labor costs accurately with get_time_logs for every project.
- Keep client data consistent by pulling metadata with get_client.
- Overview your entire pipeline using list_invoices to see what's pending.
- Manage your service catalog easily with list_services for better quoting.

## How It Works

The bottom line is your AI gets a direct line to your project and billing records.

1. Connect your Lancerkit API credentials to the Connector.
2. Link the Connector to your AI client like Claude or Cursor.
3. Ask your agent to pull data or perform actions on your projects.

## Frequently Asked Questions

**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.