Varrd MCP Server

Statistically validated market behaviors, monitored in real time.

Local serverstdioPython

What is the Varrd MCP server?

Varrd MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Statistically validated market behaviors, monitored in real time.

What the assistant can call

Once Varrd is connected, these are the calls the assistant has available:

  • varrd_edges — Browse the validated edge library with filters
  • varrd_ai — Multi-turn research — test any trading idea
  • autonomous_varrd_ai — Autonomous discovery — VARRD finds edges for you
  • search — Search your saved strategies
  • get_hypothesis — Full detail on your own strategy
  • check_balance — Credit balance + auto-detects completed payments
  • buy_credits — Card (Stripe Checkout) or USDC on Base (autonomous)
  • get_briefed — Personalized market news tied to your edge library
  • reset_session — Kill a stuck research session

Setting it up

Installation goes through your MCP client rather than a global install: point it at varrd on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Choosing this one

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Varrd's toolset — varrd_edges, varrd_ai, autonomous_varrd_ai and 6 more — is a fair guide to whether it matches your workflow. It is maintained by augiemazza; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Varrd's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Varrd.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the varrd mcp server does with a few real requests.

Available tools

ToolWhat it does
varrd_edgesBrowse the validated edge library with filters
varrd_aiMulti-turn research — test any trading idea
autonomous_varrd_aiAutonomous discovery — VARRD finds edges for you
searchSearch your saved strategies
get_hypothesisFull detail on your own strategy
check_balanceCredit balance + auto-detects completed payments
buy_creditsCard (Stripe Checkout) or USDC on Base (autonomous)
get_briefedPersonalized market news tied to your edge library
reset_sessionKill a stuck research session

How to install the Varrd MCP server

{
  "mcpServers": {
    "varrd": { "url": "https://app.varrd.com/mcp" }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Varrd to varrd edges.
  • Use Varrd to varrd ai.
  • Use Varrd to autonomous varrd ai.

Frequently asked questions

It connects Varrd to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (varrd_edges, varrd_ai, autonomous_varrd_ai, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Varrd directly.