mlytics-bulldozer-mcp-server

mlytics/mlytics-bulldozer-mcp-server
★ 1 stars JavaScript API Integration Updated 8d ago
Mlytics MCP (Model Context Protocol) Server, which provides a set of tools for managing Mlytics CDN sites and DNS records through the Mlytics API.
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": {
    "mlytics-bulldozer-mc": {
      "command": "npx",
      "args": [
        "-y",
        "mlytics/mlytics-bulldozer-mcp-server"
      ]
    }
  }
}