io.github.thehesiod/costco
Related Servers
Alternatives to io.github.thehesiod/costco
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceProvides tools for interacting with a staged Costco warehouse catalog, cart, and member data via a streamable HTTP MCP endpoint.-
- AlicenseAqualityAmaintenanceA local MCP server for grocery shopping, enabling product search, specials, and browsing across NZ supermarkets, with cart and order history for Countdown/Woolworths via browser-assisted login.141MIT
- AlicenseNot gradedqualityBmaintenanceSelf-hosted MCP server for Lidl Plus (NL + DE) that reads receipts and manages coupons via the lidl-plus library, using refresh tokens for authentication.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that relays Walmart order history collected by the Walmart Invoice Exporter browser extension, enabling Claude and other AI clients to query orders and spending.12 npmMIT
- FlicenseNot gradedqualityBmaintenanceRead-only MCP server for querying group expense splits and balances from a self-hosted receipt splitting app.-
- AlicenseNot gradedqualityDmaintenanceMCP server for USDA nutrition data lookup, meal logging, and daily macro tracking.51 npmMIT
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose: auth status, receipt bulk/single detail, online orders, warehouse receipts, product lookup, and token management. There is no overlap or ambiguity between them.
All tools use a consistent verb_noun pattern with snake_case, such as check_auth_status, list_warehouse_receipts, and save_refresh_token. The naming is predictable and easy to understand.
Seven tools is an appropriate number for a Costco data retrieval server. It covers authentication, receipts, online orders, product lookup, and token management without being too few or excessive.
The tool set covers the main data retrieval needs, but there is a notable gap: check_auth_status references a nonexistent list_accounts tool. Adding that would improve completeness, though core operations are present.