Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.leak-town]
url = "https://leak.town/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"leak-town": {
"type": "http",
"url": "https://leak.town/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: leak-town
Remote MCP URL: https://leak.town/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": {
"leak-town": {
"url": "https://leak.town/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"leak-town": {
"type": "http",
"url": "https://leak.town/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "leak-town",
"transport": "streamable-http",
"url": "https://leak.town/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
claim_town— Claim an anonymous (token-only) town for the authenticated user, associating it with their account so it shows up in list_towns.clear_requests— Clear captured requests.create_canary— Create canary endpoint.create_content_endpoint— Create content endpoint.create_intercept_endpoint— Create an intercept endpoint.create_javascript_endpoint— Create JavaScript endpoint.create_proxy_endpoint— Create proxy endpoint.create_static_files_endpoint— Create an empty static-files endpoint.