rudeauth-mcp

Rudevin17/rudeauth-mcp
★ 0 stars Go AI/LLM Updated today
MCP server for the RudeAuth Management API: operate your licensing from an AI agent, safely and tenant-scoped.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rudeauth-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Rudevin17/rudeauth-mcp@latest"
      ]
    }
  }
}