Generated MCP reference

Quawd MCP Tool Reference

A published map of the tools exposed by Quawd's MCP server. The catalog stays compact for scanning; exact input schemas live in linked JSON files for agents and implementers.

Endpoint

https://mcp.quawd.bot/mcp

Tools

65

Areas

7

Schemas

65

The anatomy of a strategy

Every Quawd strategy is assembled from a few kinds of parts. Each maps to a builder tool; the conditions themselves draw from the object reference.

Instruments
what it trades — one symbol, a basket, or a portfolio of strategies, on a chosen timeframe. builder_create
Signals & logic
the conditions that drive it, attached to three roles — gate (allow / block), entry (open a position), exit (close one) — and combined with AND / OR / sequence. Protective stops and targets live here too, as exit conditions. builder_add_condition, builder_composebuilder_attach · conditions & value refs
Sizing & policy
capital per trade, position accumulation, order type, and a daily-loss circuit breaker. builder_set_strategy_config
Allocation
for baskets and portfolios — how capital is weighted across instruments or members, and when it rebalances. builder_set_allocationdescribe_allocation
Custom levels
anchor a candle or define a named price zone to reference inside conditions. builder_save_anchorbuilder_save_zone
Compile
freeze the assembled strategy into a runnable blueprint. builder_compile

Once compiled, a strategy is validated (Backtesting & Validation) and can be deployed (Paper Trading).

How an agent builds one

A mean-reversion strategy, end to end:

  1. 1builder_createa new strategy on SPY, 1h bars.
  2. 2builder_add_conditionbuilder_attachan RSI(14) < 30 condition, attached as entry — buy oversold.
  3. 3builder_add_conditionbuilder_attachRSI(14) > 55 as an exit, plus a 3% stop_loss card as a protective exit.
  4. 4builder_set_strategy_config10% of equity per trade.
  5. 5builder_compilefreeze it into a runnable blueprint.
  6. 6run_backtesta one-year lookback to see how it would have done.

Discovery & Research

12 tools

Projects

6 tools

Strategy Builder

23 tools

Portfolios

5 tools

Backtesting & Validation

11 tools

Diagnostics

3 tools

Paper Trading

5 tools
Quawd

A subscription SaaS platform for designing, backtesting, and paper-trading algorithmic trading strategies on equities and crypto — described in plain English to an AI agent, no code required.

© 2026 Quawd. All rights reserved.

Quawd is a software tool, not a broker-dealer or investment adviser, and does not provide investment advice. Trading involves substantial risk of loss. Backtested and hypothetical results have inherent limitations and are not indicative of future performance.