Install
$ agentstack add mcp-leakix-leakix-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
LeakIX MCP Server
MCP server for the LeakIX API.
Quick start
Get your API key from leakix.net/settings, then:
# Claude Code
claude mcp add -e LEAKIX_API_KEY=your-key -- leakix \
uvx --from leakix-mcp leakix-mcp
# Claude Desktop (~/.config/claude/claude_desktop_config.json)
{
"mcpServers": {
"leakix": {
"command": "uvx",
"args": ["--from", "leakix-mcp", "leakix-mcp"],
"env": { "LEAKIX_API_KEY": "your-key" }
}
}
}
Restart Claude and ask: "look up the domain leakix.net"
Tools
| Tool | What it does | |------|-------------| | search_services | Find exposed services (+port:22 +country:"FR") | | search_leaks | Find data leaks (+leak.severity:critical) | | host_lookup | Get info on an IP address | | domain_lookup | Get info on a domain | | list_subdomains | Enumerate subdomains | | list_plugins | List detection plugins | | bulk_export | Bulk export leaks (Pro API) | | quick_recon | Auto recon on an IP or domain | | exposure_report | Security exposure report with risk level | | find_related | Find related targets by tech, ASN, or network |
Query syntax: +field:value, -field:value, field:>100, field:"exact phrase". Full docs: docs.leakix.net
Development
make setup # install deps
make check # format + lint + typecheck
make test # run tests
License
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: LeakIX
- Source: LeakIX/leakix-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.