# Varrd

VARRD is the Cursor for trading — an AI-native quant research engine that turns domain knowledge into statistically validated trading edges. Describe any idea in plain English, and VARRD loads real m…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add augiemazza/varrd

# Browse available tools
npx -y smithery tool list augiemazza/varrd

# Get full schema for a tool
npx -y smithery tool get augiemazza/varrd varrd_edges

# Call a tool
npx -y smithery tool call augiemazza/varrd varrd_edges '{}'
```

## Direct MCP Connection

Endpoint: `https://varrd--augiemazza.run.tools`

**Optional config:**
- `api_key` (query) — VARRD API key for authenticated access. Auto-create a free account with $2 in credits.

## Tools (9)

- `varrd_edges` — Browse VARRD's library of statistically validated trading edges — strategies discovered and tested with institutional-g…
- `varrd_ai` — Talk to VARRD AI. Describe any trading idea in plain language and the system handles everything — loading decades of ma…
- `search` — Search your saved hypotheses by keyword or natural language query. Returns matching strategies ranked by relevance, wit…
- `get_hypothesis` — Get full detail for a specific hypothesis/strategy. Returns formula, entry/exit rules, direction, performance metrics (…
- `check_balance` — Check your credit balance and see available credit packs. Free — no credits consumed. Also auto-detects completed payme…
- `buy_credits` — Buy credits for the edge library and AI research. Default $5 minimum. Free — no credits consumed to call this.
- `reset_session` — Kill a broken research session and start fresh. Use this when a session gets stuck, produces errors, or enters a bad st…
- `autonomous_varrd_ai` — Point VARRD's autonomous AI in a direction and let it discover edges for you. Give it a topic and it draws from one of …
- `get_briefed` — Get a personalized market news briefing based on your validated edge library. Profiles your strategies, searches today'…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get augiemazza/varrd <tool-name>
```

## Resources

- `https://raw.githubusercontent.com/augiemazza/varrd/main/README.md` — Overview, pricing, transparency, and integration guide for VARRD's validated edge library.

## Prompts (5)

- `whats-firing` (market) — See which validated edges are firing right now across futures, equities, and crypto. Free — no credits needed. This is …
- `get-trade-levels` (market, direction) — Unlock direction, win rate, EV, stop-loss, and entry prices for all active edges. Costs $0.50. Shows everything you nee…
- `deep-dive-edge` (edge_id) — Full methodology on a specific edge — formula, discovery story, performance analytics, every signal, interactive chart.…
- `test-trading-idea` (idea, market) — Test any trading idea with real market data. Describe your hypothesis in plain language — VARRD loads decades of data, …
- `discover-edges` (topic, search_mode) — Point VARRD's autonomous AI at a topic and let it discover edges. It generates novel hypotheses from a market structure…
