Fill-Rite MCP
Related Servers
Alternatives to Fill-Rite MCP
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to create notes, save links, append to daily notes, and manage knowledge graphs in Reflect via the Reflect Notes API, with OAuth2 authentication and token management.3-
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with GoHighLevel's complete API including contacts, opportunities, calendars, workflows, communications, and business management tools. Supports both Bearer token and OAuth2 authentication with automatic token management.20 npm8MIT
- AlicenseNot gradedqualityAmaintenanceProvides secure access to the LogicMonitor API, enabling AI assistants to manage monitoring infrastructure through natural language commands.16 npm6Mozilla Public 2.0
- AlicenseAqualityAmaintenanceEnables AI agents to read and create customers, jobs, estimates, invoices, calendar tasks, equipment, technicians, and reference data through the documented Service Fusion REST API, handling OAuth 2.0 and pagination automatically.2418 npmMIT
- AlicenseNot gradedqualityDmaintenanceOAuth token broker for AI agents to securely act on a user's behalf across third-party APIs (Gmail, Slack, GitHub, Notion, etc.) by vaulting tokens server-side and never exposing them to the LLM.1MIT
- AlicenseNot gradedqualityCmaintenanceSelf-hosted credential store and API proxy for AI agents. One Bearer token, all your services. Handles OAuth refresh, encrypted storage, audit logging, and per-agent permissioning.77 npmMIT
TDQS
Scored across 9 tools
Tools are mostly distinct by resource and action (list vs detail). The only ambiguity is between get_all_vehicles and get_all_vehicles_filtered, where the filtered variant's purpose is unclear without a description.
All tools start with 'get_', but there are inconsistencies: get_single_tank_detail vs get_driver_detail, and get_site_details uses plural 'details'. The filtered variant breaks the 'all_' pattern.
9 tools cover list and detail retrieval for 4 resources, plus an extra filtered list for vehicles. This is reasonable but slightly on the high side for a read-only server.
Only retrieval operations are present. The domain (fuel management) typically requires create, update, and delete tools. The lack of any write operations is a significant gap.