Shipcheck MCP
Rank #29,849io.github.TateLyman/shipcheck-mcp
Read-only Shipcheck launch-risk scans for authorized JS, TS, and MCP repos.
Shipcheck MCP is a Model Context Protocol (MCP) server published by tatelyman. It ranks #29,849 of 115,591 servers tracked on MCP Toplist. Shipcheck MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 7 tracked versions. It was first listed on May 8, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 85,742 of 115,591 servers on MCP Toplist.
Use Shipcheck MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add shipcheck-mcp -- npx -y shipcheck-mcp[mcp_servers.shipcheck-mcp]
command = "npx"
args = ["-y", "shipcheck-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"shipcheck-mcp": {
"command": "npx",
"args": [
"-y",
"shipcheck-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"shipcheck-mcp": {
"command": "npx",
"args": [
"-y",
"shipcheck-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"shipcheck-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shipcheck-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"shipcheck-mcp": {
"command": "npx",
"args": [
"-y",
"shipcheck-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"shipcheck-mcp": {
"command": "npx",
"args": [
"-y",
"shipcheck-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TateLyman%2Fshipcheck-mcp)<a href="https://mcptoplist.com/server/io.github.TateLyman%2Fshipcheck-mcp"><img src="https://mcptoplist.com/badge/io.github.TateLyman%2Fshipcheck-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
tatelyman
Other servers by tatelyman
View all tatelyman servers →Available versions (7)
| Version | Published |
|---|---|
| 0.1.12 | May 10, 2026 |
| 0.1.11 | May 9, 2026 |
| 0.1.8 | May 9, 2026 |
| 0.1.7 | May 9, 2026 |
| 0.1.5 | May 8, 2026 |
| 0.1.4 | May 8, 2026 |
| 0.1.3 | May 8, 2026 |
Frequently asked questions
- Who maintains Shipcheck MCP?
- Shipcheck MCP is maintained by tatelyman, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Shipcheck MCP listed on the Official MCP Registry?
- Yes — Shipcheck MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Shipcheck MCP have?
- MCP Toplist tracks 7 versions of Shipcheck MCP, most recently published on May 10, 2026.
- Where can I find the source code for Shipcheck MCP?
- The source code for Shipcheck MCP is hosted at github.com/tatelyman/shipcheck-mcp.