baozhibao-mcp-server
Related Servers
Alternatives to baozhibao-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceIndependent MCP server for tracking food inventory, estimating best-before dates, managing consumption, and returning expiry reminders to MCP clients.81MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server for managing a home medicine box, enabling AI assistants to query medicines, recognize images, compute expiry dates, and get medication advice via stdio JSON-RPC.-
- FlicenseCqualityDmaintenanceAn MCP server that exposes Homebox inventory management as tools for AI agents, enabling search, add, update, delete products, locations, tags, and maintenance entries.172-
- AlicenseAqualityDmaintenanceAn MCP server that lets AI agents autonomously acquire, store, verify, and manage API keys for various services.74 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server for managing Homebox inventory via AI assistants, enabling item management, location organization, and label categorization.4MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for Inventory (whereiput.it) that enables searching, full CRUD operations on items/locations/areas, and AI-powered photo recognition flow from MCP-compatible clients.-
TDQS
Scored across 5 tools
Most tools are distinct: login for auth, add_item for manual entry, scan_add_item for barcode entry, query_items for listing/searching, and get_item for details. The only potential confusion is between add_item and scan_add_item, but the barcode-specific description makes their purposes clear.
Tool names mostly follow a verb_noun pattern (add_item, query_items, get_item), with scan_add_item as a compound of that. 'login' is a slight deviation but is a common exception and doesn't disrupt the overall consistency.
With 5 tools, the server is well-scoped for basic item management. Each tool serves a necessary step in the workflow (auth, adding, querying, viewing details), and no tools feel redundant or excessive.
The server covers authentication, item creation (two methods), listing, and detail retrieval, but lacks update and delete operations. This is a notable gap for a full CRUD lifecycle, though agents could potentially work around it in limited scenarios.