BackCrew FieldRoutes MCP Server
Related Servers
Alternatives to BackCrew FieldRoutes MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceEnables Claude to look up customers, check routes, view appointments, pull service history, and access FieldRoutes data directly in conversation.-
- FlicenseNot gradedqualityDmaintenanceEnables Claude Desktop to query ServiceTitan data about technician jobs and business performance via natural language, while protecting customer personal information.-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants like Claude, ChatGPT, and Copilot to query live Jobber data—clients, jobs, quotes, invoices, revenue, and schedule—using natural language, with read-only access and careful API budget management.1MIT
- AlicenseCqualityBmaintenanceEnables pest control business owners using Fieldwork to ask plain-English questions about customers, invoices, product usage, schedules, and technicians, returning clear answers from the Fieldwork API. Read-only access with no ability to modify jobs, customers, or payments.28MIT
- AlicenseNot gradedqualityAmaintenanceEnables Claude Code to securely interact with PostgreSQL, MySQL, SQLite, and SQL Server databases, featuring read-only mode, query validation, SSH tunneling, and field redaction for production-safe data access.2MIT
- FlicenseCqualityDmaintenanceConnects Claude to ServiceTitan via API, providing 60 tools across CRM, Jobs, Accounting, and more for business management.601-
TDQS
Scored across 39 tools
Every tool is clearly either a search returning IDs for a specific entity or a get returning full records for given IDs. Entities are disjoint, and special tools like get_ticket_addons and resolve_employee_alias have distinct purposes. No ambiguity exists.
All tools follow a consistent snake_case verb_noun pattern: search_<entity> and get_<entity> for every entity. Exceptions like get_ticket_addons and resolve_employee_alias still use the same verb_noun style, maintaining high consistency.
With 39 tools, the server exceeds the 25+ threshold considered too many. While each entity pair is logical, the large number makes the tool surface heavy and could be streamlined with a generic search/get pattern.
As a read-only server, it provides search and get for all major FieldRoutes entities including customers, appointments, tickets, subscriptions, routes, payments, and more. Entity-specific addons and alias resolution fill any remaining gaps, making the read surface complete.