plugins

QuawdBot/plugins
★ 0 stars Unknown language AI/LLM Updated 2d ago
Quawd plugins for AI coding agents — strategy research, backtesting, and validation via the Quawd MCP server
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": {
    "plugins": {
      "command": "npx",
      "args": [
        "-y",
        "QuawdBot/plugins"
      ]
    }
  }
}

README Excerpt

Research, backtest and validate rule-based trading strategies from your coding agent, through the hosted [Quawd](https://quawd.bot) MCP server. Quawd is a **research and simulation** service. It does not route live orders, custody funds, or provide personalized investment advice. ```bash grok plugin install quawd --trust