openzoo-mcp-server

staccDOTsol/openzoo-mcp-server
★ 0 stars JavaScript Browser/Web Updated today
Hosted remote MCP server for openzoo.fun — per-client derived wallets + demo tier, live at https://mcp.openzoo.fun/mcp
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": {
    "openzoo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "staccDOTsol/openzoo-mcp-server"
      ]
    }
  }
}