fieldroutes-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fieldroutes-mcpWho owes me money?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ask FieldRoutes (fieldroutes-mcp)
Read-only MCP server so pest and lawn owners can ask FieldRoutes questions in plain English — in Claude, ChatGPT, or Cursor.
Sister product to Ask Fieldwork. Same Relay pattern: owner-shaped tools with an answer string, /connect vault (no Terminal-first setup), lookup only.
Why this exists
Most FieldRoutes MCPs are thin API wrappers: search_tickets, env vars in JSON, pip + Terminal. Owners bounce.
Ask FieldRoutes leads with questions owners actually ask:
Ask… | Tool |
How many customers do I have? |
|
Find customer Smith |
|
Who owes me money? |
|
What’s on the schedule? |
|
Who are my technicians? |
|
How are my routes doing? |
|
Lower-level search_* / get_* tools stay available as a fallback. Writes (create/update/cancel) are refused.
Related MCP server: fieldroutes_mcp
Auth
FieldRoutes uses API key + token (Settings → API), sent in the JSON body as authenticationKey / authenticationToken.
Optional company subdomain → https://{subdomain}.pestroutes.com/api.
Quick start (local stdio)
cd fieldroutes-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env
# fill FIELDROUTES_AUTHENTICATION_KEY and FIELDROUTES_AUTHENTICATION_TOKENPoint Cursor / Claude at scripts/run_mcp.sh (see mcp.json.example).
Hosted connect (no Terminal)
./scripts/run_mcp_http.sh
# open http://127.0.0.1:8000/connectPaste key + token → encrypted SQLite vault → bearer token for Streamable HTTP MCP at /mcp.
URL | Role |
| Relay landing |
| Ask FieldRoutes product page |
| Paste credentials → token |
| Streamable HTTP MCP |
| Health |
Deploy
Vercel (
vercel.json): staticlanding/only (marketing).Docker: full MCP +
/connect+ vault. SetFIELDROUTES_VAULT_SECRETand optionallyFIELDROUTES_PUBLIC_BASE_URL.
Safety
Client allowlists only
searchandget.Tool annotations mark everything read-only.
Vault stores encrypted credentials; connect tokens are hashed at rest.
Vs thin wrappers
Typical FieldRoutes MCP | Ask FieldRoutes | |
Tools | API-shaped ( | Owner-shaped + |
Setup | pip + env + JSON |
|
Writes | Often on by default | Off |
Technicians | Often missing |
|
Audience | Developers | Owners |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
The HubSpot MCP Server acts as a bridge that enables AI assistants and Large Language Models to securely interact with HubSpot CRM data through natural conversation, without requiring users to understand complex API structures. It provides read-only access to standard CRM objects (contacts, companies, deals, tickets, products, invoices, and more) and their associations, secured via OAuth 2.0, allowing AI agents to perform tasks like summarizing deals, fetching company updates, and looking up record changes.
Public, read-only MCP server for FarmNeural company facts, packages, and capabilities.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceRead-only MCP server for TourScale ERPNext, enabling agents to query franchisees, agreements, invoices, and GL entries via natural language.-
- AlicenseNot gradedqualityCmaintenanceMCP server for the FieldRoutes pest-control / lawn-care operations platform — talk to your data from Claude, Cursor, or any MCP client.MIT
- AlicenseAqualityAmaintenanceRead-only MCP server for Easy Pay Direct / NMI payment gateway, enabling natural language queries of transactions, subscriptions, and customer vault records.751MIT
- AlicenseBqualityCmaintenanceRead-only MCP server for Google Ads API, enabling natural language queries about campaigns, metrics, search terms, and change history without write access.6MIT