← Back to Plugins
MCP Server MCP

Kaidn

github By github 👁 3 views ▲ 0 votes

Explain fraud verdicts with evidence, surface account rings, and see who has burned other operators.

Homepage Verified source GitHub

Install

npx -y @kaidn/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@kaidn/mcp",
      "version": "0.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your secret Kaidn API key, from https://kaidn.io",
          "isRequired": true,
          "isSecret": true,
          "name": "KAIDN_API_KEY"
        },
        {
          "description": "Override the Kaidn API base URL",
          "default": "https://api.kaidn.io",
          "name": "KAIDN_API_URL"
        },
        {
          "description": "Set to 1 to register the mutating tools (add_to_list, label_outcome)",
          "name": "KAIDN_MCP_ALLOW_WRITES"
        },
        {
          "description": "Ceiling on quota-consuming calls per process",
          "default": "100",
          "name": "KAIDN_MCP_MAX_QUOTA_CALLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...