voc-mcp

SolveaCX/voc-mcp
★ 1 stars JavaScript AI/LLM Updated today
Install VOC OpenAPI MCP server config for local AI clients.
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": {
    "voc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "SolveaCX/voc-mcp"
      ]
    }
  }
}