reqable-mcp-server

reqable/reqable-mcp-server
★ 0 stars Dart AI/LLM Updated 14d ago
Reqable MCP server is a command-line tool for connecting your AI to Reqable
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": {
    "reqable-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "reqable/reqable-mcp-server"
      ]
    }
  }
}