Skip to main content
Glama
daisydaines

fieldroutes-mcp

by daisydaines

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?

how_many_customers

Find customer Smith

find_customer

Who owes me money?

who_owes_me_money

What’s on the schedule?

whats_on_the_schedule

Who are my technicians?

who_are_my_technicians

How are my routes doing?

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_TOKEN

Point 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/connect

Paste key + token → encrypted SQLite vault → bearer token for Streamable HTTP MCP at /mcp.

URL

Role

/

Relay landing

/fieldroutes

Ask FieldRoutes product page

/connect

Paste credentials → token

/mcp

Streamable HTTP MCP

/healthz

Health

Deploy

  • Vercel (vercel.json): static landing/ only (marketing).

  • Docker: full MCP + /connect + vault. Set FIELDROUTES_VAULT_SECRET and optionally FIELDROUTES_PUBLIC_BASE_URL.

Safety

  • Client allowlists only search and get.

  • 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 (search_tickets)

Owner-shaped + answer

Setup

pip + env + JSON

/connect vault

Writes

Often on by default

Off

Technicians

Often missing

who_are_my_technicians

Audience

Developers

Owners

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    D
    maintenance
    Read-only MCP server for TourScale ERPNext, enabling agents to query franchisees, agreements, invoices, and GL entries via natural language.
    Last updated
  • A
    license
    A
    quality
    B
    maintenance
    Read-only MCP server for Gingr pet-care facility data, enabling queries about owners, animals, reservations, appointments, services, and staff via natural language.
    Last updated
    7
    4
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for the FieldRoutes pest-control / lawn-care operations platform — talk to your data from Claude, Cursor, or any MCP client.
    Last updated
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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