Kickserv
БесплатноНе проверенMCP server for Kickserv field service management that enables AI agents to read and manage customers, jobs, and invoices through natural language.
Описание
MCP server for Kickserv field service management that enables AI agents to read and manage customers, jobs, and invoices through natural language.
README
An MCP server for Kickserv field service management — lets AI agents (Claude, ChatGPT, and any MCP-compatible client) read and manage customers, jobs, and invoices.
Ask your AI assistant things like:
"Which invoices are overdue and who do I need to call?" "Create a job for Kelly Nakamura — toilet rebuild, estimate $265." "What's my active job pipeline worth right now?"
Zero dependencies. Plain Node 18+. Nothing to install.
Quick start (demo / mock mode)
node src/index.js
With no credentials set, the server runs in mock mode — a realistic sample plumbing-company dataset — so you can demo the full agent experience without touching a live account.
Connect to Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"kickserv": {
"command": "node",
"args": ["/absolute/path/to/kickserv-mcp/src/index.js"]
}
}
}
Restart Claude Desktop and ask: "What's in my Kickserv account?"
Live mode
export KICKSERV_ACCOUNT=your-account-slug
export KICKSERV_API_TOKEN=your-api-token
node src/index.js
Live mode targets Kickserv's REST API using HTTP Basic auth with your API token. Verify endpoint paths against your account's developer docs before production use.
Tools
| Tool | What it does |
|---|---|
list_customers |
List/search customers by name, contact, email, or address |
get_customer |
Full detail for one customer |
list_jobs |
List jobs, filter by status or customer |
get_job |
Full detail for one job |
create_job |
Create a new job for a customer |
list_invoices |
List invoices, filter by status (open/paid/overdue) or customer |
revenue_snapshot |
Open, overdue, and paid totals + active job pipeline value |
Tests
npm test
Spawns the server over stdio and exercises the full protocol: initialize → tools/list → tool calls. 8 checks.
Why this exists
AI agents are becoming the interface to business software. Field service platforms that agents can't talk to will lose deals to ones they can. This server is a working demonstration of what "agent-ready" looks like for a field service product — built as a portfolio piece by Will Brownfield, who builds MCP integrations for SaaS companies.
Want your product to be agent-ready? Email me: [email protected]
License
MIT
Установка Kickserv
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Willbrownfield007/kickserv-mcpFAQ
Kickserv MCP бесплатный?
Да, Kickserv MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Kickserv?
Нет, Kickserv работает без API-ключей и переменных окружения.
Kickserv — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Kickserv в Claude Desktop, Claude Code или Cursor?
Открой Kickserv на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Kickserv with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
