unofficial-vwo-mcp-server

nextafter-michael/unofficial-vwo-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
Unofficial MCP server to enable AI agents to call tools that utilize the VWO API and empower them will skills to know how to use them.
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": {
    "unofficial-vwo-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "nextafter-michael/unofficial-vwo-mcp-server"
      ]
    }
  }
}