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: FoxTrove Voice MCP Server
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 Servers
- Flicense-qualityDmaintenanceRead-only MCP server for TourScale ERPNext, enabling agents to query franchisees, agreements, invoices, and GL entries via natural language.Last updated
- Alicense-qualityDmaintenancePublic read-only MCP server for FoxTrove Voice, enabling LLMs to query call logs, customer records, assistant stats, and analytics via secure OAuth.Last updatedMIT
- AlicenseAqualityBmaintenanceRead-only MCP server for Gingr pet-care facility data, enabling queries about owners, animals, reservations, appointments, services, and staff via natural language.Last updated74MIT
- Alicense-qualityCmaintenanceMCP server for the FieldRoutes pest-control / lawn-care operations platform — talk to your data from Claude, Cursor, or any MCP client.Last updatedMIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daisydaines/fieldroutes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server