streamable-httpMITupdated 2mo ago
A webcheck.xyz-style scanner for remote MCP servers.
What can you do with mcpcheckup?
mcpcheck
A webcheck.xyz-style scanner for remote MCP servers.
Enter the URL of an MCP server (Streamable HTTP or SSE transport) and get a dashboard of checks:
- Connectivity & Handshake — protocol negotiation, server info, advertised capabilities.
- Tools, Resources & Prompts — full inventory with schemas.
- Security Heuristics — prompt-injection-style wording in tool descriptions, tools that may expose sensitive capabilities (exec, filesystem, network), missing descriptions, plaintext transport.
- Network & TLS — certificate validity, HTTP security headers, CORS policy.
- License Information — presence of a LICENSE file or license mention in server instructions.
Development
npm install
npm run dev
Open http://localhost:3000 and paste an MCP server URL to scan.
Notes
- Only
http://andhttps://targets are accepted; scanning private/internal IP ranges orlocalhostis blocked to prevent SSRF. - Security checks are heuristic, not a substitute for a manual security review.
Install
Add mcpcheckup to your client. Pick the one you use.
claude mcp add --transport http mcpcheckup https://mcpcheckup.xyz/api/mcpcodex mcp add mcpcheckup --url https://mcpcheckup.xyz/api/mcp{
"mcpServers": {
"mcpcheckup": {
"url": "https://mcpcheckup.xyz/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcpcheckup": {
"type": "http",
"url": "https://mcpcheckup.xyz/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcpcheckup": {
"url": "https://mcpcheckup.xyz/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcpcheckup": {
"serverUrl": "https://mcpcheckup.xyz/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 64 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 21, 2026 |