fieldwork-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., "@fieldwork-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.
Fieldwork MCP
Ask your pest control business questions in plain English.
Works with Claude, Cursor, Codex, and other AI apps that support MCP.
“How many customers do I have?”
“Who owes me money?”
“How much Alpine did we use this week?”
“Who did the most jobs?”
Your AI asks Fieldwork. You get a clear answer.
Read-only — it can’t change jobs, charge cards, or edit customers.
Site: landing/index.html (Relay home) · landing/fieldwork.html (Ask Fieldwork) · Roadmap: ROADMAP.md
Who this is for
Pest and lawn-care owners who run Fieldwork and want answers without digging through reports.
Related MCP server: mcp-servicefusion
Why can’t they just ask Claude or Cursor to set it up?
Often they can — if they’re already in Cursor or Claude Code with this project open, say:
Set up Fieldwork MCP for me. I’ll paste my API key into
.env.
The agent can create the venv, write MCP config, and wire the launcher.
You still need to get the API key yourself (it’s your Fieldwork password-equivalent).
Don’t paste the key into a random chat if you can drop it straight into .env.
When a copy-paste snippet still helps
You’re on the website and don’t have an agent in the folder yet
You’re on Claude Desktop, which doesn’t edit your disk the same way
Someone else is setting up a machine without opening this repo
The endgame (see Roadmap) is a one-line remote URL + login, like LandingFolio — no Terminal, no JSON.
What you can ask
Customers
How many customers do I have?
Do I have a customer named ___?
Money
Who owes me money?
How much did we make this month?
How is business doing?
Product
How much product was used?
What chemicals do we carry?
Schedule, routes & technicians
What’s on the schedule this week?
Who are my technicians?
How are my routes doing?
Who did the most jobs?
Bonus prompt: monday_morning_briefing — one bundled ops snapshot.
Quick start
1. Get your Fieldwork API key
Easiest path (in the Fieldwork app):
Open your user (or an API Integration user)
Open the Integration tab and copy the API Key
Help: Fieldwork APIs
2. Install
git clone https://github.com/daisydaines/fieldwork-mcp.git
cd fieldwork-mcp
python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .
cp .env.example .env
# put FIELDWORK_API_KEY=... in .env3. Connect your AI app
Cursor — ~/.cursor/mcp.json:
{
"mcpServers": {
"fieldwork": {
"command": "/ABS/PATH/TO/fieldwork-mcp/scripts/run_mcp.sh"
}
}
}Claude Desktop — same JSON in~/Library/Application Support/Claude/claude_desktop_config.json
Claude Code:
claude mcp add fieldwork -- /ABS/PATH/TO/fieldwork-mcp/scripts/run_mcp.shCodex — add a stdio MCP server pointing at scripts/run_mcp.sh (same idea as Cursor).
Then restart the app and ask: How many customers do I have?
Hosted connect (no Dropbox-style OAuth)
Fieldwork does not offer a third-party OAuth login popup. Closest path:
./scripts/run_mcp_http.sh
# open http://127.0.0.1:8000/connectPaste your API key once. You get a bearer token and a one-line snippet for Claude / Cursor / Codex.
Also serves the Relay landing at /.
URL | What |
| Landing |
| Paste API key → connect token |
| Streamable HTTP MCP ( |
For a shared deploy, set FIELDWORK_VAULT_SECRET (required) and FIELDWORK_PUBLIC_BASE_URL
(e.g. https://mcp.example.com). See Dockerfile. Keep FIELDWORK_MCP_ALLOW_ENV_FALLBACK=0.
Safety
Can do | Cannot do |
Read customers, jobs, invoices, usage | Create or edit customers |
Summarize routes & techs | Cancel or reschedule jobs |
Report product used on jobs | Take payments or change prices |
Tools are annotated readOnlyHint. The HTTP client refuses non-GET requests.
For builders
pip install -e ".[dev]"
pytest
ruff check src tests
./scripts/run_mcp.sh # stdio
./scripts/run_mcp_http.sh # streamable-httpAuth to Fieldwork: api-key header (default).
Unofficial. Not affiliated with Fieldwork / Anstar Products.
License
MIT — see LICENSE.
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
- AlicenseAqualityDmaintenanceEnables AI assistants to query and manage QuickBooks Online data through natural language, including customers, invoices, bills, vendors, accounts, and financial reports.Last updated7MIT
- FlicenseAqualityCmaintenanceEnables AI-assisted field service management through the Service Fusion API, including job lookup, customer management, dispatch, invoicing, and equipment tracking.Last updated161
- Alicense-qualityCmaintenanceProvides structured, read-mostly access to small-business back-office data including customers, invoices, and account notes, allowing Claude to query overdue invoices, revenue summaries, and more.Last updatedMIT
- FlicenseAqualityBmaintenanceConnect an AI assistant to your Jobber account to query clients, jobs, invoices, and more in plain English, with optional write actions for creating clients and jobs.Last updated12
Related MCP Connectors
Agentic scheduling & booking for field service: availability, jobs, customers, crews, fleet.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
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/fieldwork-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server