LIVE ENDPOINT
https://mcp.checkleaked.cc/mcp
Connect to this endpoint to inspect the live schema for checkleaked_tracking_delete and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
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.checkleaked-mcp-server]
url = "https://mcp.checkleaked.cc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"checkleaked-mcp-server": {
"type": "http",
"url": "https://mcp.checkleaked.cc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: checkleaked-mcp-server
Remote MCP URL: https://mcp.checkleaked.cc/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": {
"checkleaked-mcp-server": {
"url": "https://mcp.checkleaked.cc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"checkleaked-mcp-server": {
"type": "http",
"url": "https://mcp.checkleaked.cc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "checkleaked-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.checkleaked.cc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
checkleaked_verify_auth— Verify the API key is valid and return subscription info (role, expiration date)checkleaked_ping— Health check — verify API connectivity and key validitycheckleaked_leak_check— Search the LeakCheck breach database.checkleaked_dehashed— Search the Dehashed breach database by email, username, ip_address, name, address, phone, vin, or free-textcheckleaked_experimental— Search experimental / Snusbase databases by username, mass, email, lastip, password, name, or hashcheckleaked_crack_hash— Crack a password hash (MD5, SHA1, SHA256, NTLM, etc.) using rainbow tables and breach datacheckleaked_ip_lookup— Get geolocation, ISP, and network info for an IP address.checkleaked_ghunt— OSINT lookup on a Gmail address via Google Hunt — profile info, linked services, profile picture.