Security & Testing
kadent.so
Runs a free, read-only security scan of a remote MCP server before you connect it.
ENDPOINT 1
https://mcp.kadent.so/scan/mcp
MCP server metadata
- Name
- kadent-scan
- Version
- 1.0.0
Call scan_mcp_server with the https URL of any MCP server you are entitled to connect to. The scan is read-only and rate-limited per caller.
Known tools 1
scan_mcp_serverRuns a free, read-only security scan of a remote MCP server before you connect it.
Inferred read-onlyCONNECT 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.kadent-scan]
url = "https://mcp.kadent.so/scan/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kadent-scan": {
"type": "http",
"url": "https://mcp.kadent.so/scan/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kadent-scan
Remote MCP URL: https://mcp.kadent.so/scan/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": {
"kadent-scan": {
"url": "https://mcp.kadent.so/scan/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kadent-scan": {
"type": "http",
"url": "https://mcp.kadent.so/scan/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kadent-scan",
"transport": "streamable-http",
"url": "https://mcp.kadent.so/scan/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.