← Back to Plugins
MCP Server MCP

HoneyLabs

github By github 👁 2 views ▲ 0 votes

Query 90 days of honeypot probe data: IP reputation, scanners, CVE probing, TLS/SSH fingerprints.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.honeylabs.net/mcp",
      "headers": [
        {
          "description": "Bearer <hlk_…> API key from https://honeylabs.net/dashboard. OAuth 2.1 with PKCE is also supported (DCR endpoint at /oauth/register).",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...