HomeSecurity › HoneyLabs

HoneyLabs

Honeypot probe data: IP reputation, scanners, CVE probing, TLS and SSH fingerprints.

Python Cloud Remote
★ 2 stars Last pushed 2026-09-20 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.honeylabs.net/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http honeylabs-mcp https://mcp.honeylabs.net/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "honeylabs-mcp": {
      "url": "https://mcp.honeylabs.net/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <hlk_…> API key from https://honeylabs.net/dashboard. Clients that support OAuth 2.1 need no key: the server advertises Dynamic Client Registration via WWW-Authenticate and /.well-known/oauth-protected-resource.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry