PrintVaultMCP
Related Servers
Alternatives to PrintVaultMCP
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceEnables AI assistants to manage 3D printer filament inventory through Spoolman's API, allowing natural language queries and commands for CRUD operations on vendors, filaments, spools, settings, and more.349 npm12MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Bambuddy's 3D printer management API, including printer status, print queue, filament spools, and camera snapshots.5GPL 3.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to operate a 3D print farm via O.D.I.N. backend, including job queuing, printer control, inventory management, and standalone cost calculators.6 npmApache 2.0
- AlicenseAqualityDmaintenanceEnables AI assistants to manage inventory items, locations, and labels in a self-hosted Homebox instance using natural language, with support for flexible URL configurations.214MIT
- AlicenseNot gradedqualityDmaintenanceEnables users to connect Claude with various 3D printer management systems, allowing tasks like printer status monitoring, file management, print job control, and STL file manipulation.57 npmGPL 2.0
- FlicenseCqualityDmaintenanceEnables AI assistants to manage a self-hosted AirTrail flight tracking instance, providing natural language access to flight data, travel history, and statistics.33-
TDQS
Scored across 40 tools
Most tools have clearly distinct purposes, with only a few close pairs like add_filament_spool vs quick_add_spool and list_spools vs get_material_spools. Descriptions sufficiently clarify these boundaries, so an agent can usually select the right tool.
All 40 tools follow a consistent verb_noun pattern in snake_case: list_* for collections, get_* for single items, and create_*/add_*/update_* for mutations. Even longer names like create_tracker_from_github maintain this convention throughout.
With 40 tools, this server far exceeds the 25-tool threshold for being too heavy. While the multiple domains (materials, inventory, printers, projects, trackers) justify some breadth, the sheer volume makes the surface unwieldy and harder for agents to navigate.
The surface has significant gaps: there are no delete operations for any entity, no get for materials or spools, no general update for spools beyond weight/status, and no way to unlink a printer from a project or remove a BOM item. These missing operations will cause agent dead ends in common workflows.