INDIVIDUAL MCP TOOL
scan_mcp_server
Run a full MCPCheckup scan against a remote MCP server: handshake, protocol version, tool/resource/prompt inventory, security heuristics, network/TLS posture, and license info.
LIVE ENDPOINT
https://mcpcheckup.xyz/api/mcp
Connect to this endpoint to inspect the live schema for scan_mcp_server and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcpcheckup]
url = "https://mcpcheckup.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcpcheckup": {
"type": "http",
"url": "https://mcpcheckup.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcpcheckup
Remote MCP URL: https://mcpcheckup.xyz/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcpcheckup": {
"url": "https://mcpcheckup.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcpcheckup": {
"type": "http",
"url": "https://mcpcheckup.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcpcheckup",
"transport": "streamable-http",
"url": "https://mcpcheckup.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_scorecard— Scan a remote MCP server and return a shareable scorecard: security score (0-100), letter grade, a public scorecard page URL, and an Open Graph image URL for embedding or social sharing.