We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp-tool-shop/mcp-shipcheck'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [1.0.1] - 2026-02-27
### Added
- Trust model paragraph in README (Ship Gate A2)
- Structured error shape in CLI — `fail()` with code/message/hint (Ship Gate B1)
- Proper exit codes: 0 ok, 1 user error, 2 runtime error (Ship Gate B2)
- `verify` script in package.json (Ship Gate D1)
- CI workflow with npm audit (Ship Gate D3)
- CHANGELOG.md included in npm tarball (Ship Gate D5)
- package-lock.json committed (Ship Gate D7)
- SHIP_GATE.md filled with actual audit results (23/31 checked, 14 skipped, 100% pass)
### Changed
- Scorecard in README reflects actual `shipcheck audit` results, not estimates
## [1.0.0] - 2026-02-27
### Overview
**First stable release.** Product standards for MCP Tool Shop, extracted from the mcp-voice-soundboard remediation.
### Added
- **Ship Gate** — 27 hard-gate + 4 soft-gate pre-release checklist with applicability tags
- **Error Contract** — 2-tier structured error standard (shape mandatory everywhere, base type for CLI/MCP/desktop)
- **Error Code Registry** — namespaced prefixes, stable once released, each maps to exit code + default hint
- **Security Baseline** template — report email, response timeline, threat scope
- **Handbook** template — operational field manual skeleton for complex tools
- **Scorecard** template — pre/post remediation scoring
- **ADOPTION.md** — apply shipcheck to any repo in <30 minutes
### Reference implementation
- [mcp-voice-soundboard](https://github.com/mcp-tool-shop-org/mcp-voice-soundboard) — first repo to pass Ship Gate (46/50)