AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Leakix Mcp

mcp-leakix-leakix-mcp · by LeakIX

MCP server for LeakIX API - security research and reconnaissance

— No reviews yet
0 installs
38 views
0.0% view→install

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.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-leakix-leakix-mcp)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Leakix Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.