Fieldroutes
БесплатноНе проверенMCP server for the FieldRoutes pest-control / lawn-care operations platform
Описание
MCP server for the FieldRoutes pest-control / lawn-care operations platform
README
MCP server for the FieldRoutes pest-control / lawn-care operations platform — talk to your data from Claude, Cursor, or any MCP client.
FieldRoutes (a ServiceTitan company) is used by 1,700+ pest-control, lawn-care, and pool-care companies to manage customers, recurring service subscriptions, appointments, routes, and invoices. This server wraps their public API and exposes it through the Model Context Protocol.
What you can do with it
You: "Find every customer with an unpaid balance older than 30 days."
Claude: *calls search_customers with balance_min + balance_age_days filters*
You: "Cancel tomorrow's appointment for customer 12345 — they just called."
Claude: *calls cancel_appointment with a reason string*
You: "Add a note to ticket 67890 that says 'follow up next week'."
Claude: *calls create_note with entity='ticket', entity_id=67890*
Tools exposed
| Tool | Purpose |
|---|---|
health_check |
Verify credentials work |
search_customers |
Filter by name, phone, email, balance, balance age, office |
get_customer |
Fetch one customer record |
create_customer |
Create a new customer record |
update_customer |
Update arbitrary customer fields |
search_appointments |
Filter by customer, date range, status |
cancel_appointment |
Cancel with reason |
search_subscriptions |
Recurring pest-control / lawn-care contracts |
search_routes |
Service routes by date / office |
search_tickets |
Invoices (FieldRoutes calls them "tickets") |
create_note |
Attach a note to any entity (customer/ticket/appointment) |
11 tools covering the most-used FieldRoutes workflows.
Install
pip install fieldroutes_mcp
Configure
Generate an API key pair at https://app.fieldroutes.com (Settings -> API). Both fields are required on every request.
export FIELDROUTES_MCP_AUTHENTICATION_KEY="your-key-here"
export FIELDROUTES_MCP_AUTHENTICATION_TOKEN="your-token-here"
Use with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"fieldroutes_mcp": {
"command": "fieldroutes_mcp",
"env": {
"FIELDROUTES_MCP_AUTHENTICATION_KEY": "...",
"FIELDROUTES_MCP_AUTHENTICATION_TOKEN": "..."
}
}
}
}
How it works
FieldRoutes' public API is a single endpoint that takes POST requests in the shape /{entity}/{action} with a JSON body containing the operation parameters plus authentication fields. Every response uses a {success, result, errorMessage} envelope.
This server wraps that pattern in:
- A typed exception hierarchy (
FieldRoutesAuthError,FieldRoutesNotFoundError,FieldRoutesRateLimitError,FieldRoutesConnectionError,FieldRoutesAPIError). - Exponential-backoff retry on 429/5xx.
- One-JSONL-line-per-call audit logging to stderr or a file via
FIELDROUTES_MCP_AUDIT_LOG.
Development
git clone https://github.com/sanjibani/fieldroutes_mcp.git
cd fieldroutes_mcp
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest
ruff check src tests
mypy src tests
License
MIT — see LICENSE.
Установить Fieldroutes в Claude Desktop, Claude Code, Cursor
unyly install fieldroutesСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add fieldroutes -- uvx --from git+https://github.com/sanjibani/fieldroutes-mcp fieldroutes_mcpПошаговые гайды: как установить Fieldroutes
FAQ
Fieldroutes MCP бесплатный?
Да, Fieldroutes MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Fieldroutes?
Нет, Fieldroutes работает без API-ключей и переменных окружения.
Fieldroutes — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Fieldroutes в Claude Desktop, Claude Code или Cursor?
Открой Fieldroutes на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Fieldroutes with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
