MCP Guide

Install the Vongstaad MCP server and connect Claude to real-time quant signals.

Install

npx @vongstaad/mcp-fx

Claude Desktop Configuration

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "vongstaad-fx": {
      "command": "npx",
      "args": ["@vongstaad/mcp-fx"]
    }
  }
}

Available Tools

fx_live_price

Get the latest live price for any trading pair.

{ "pair": "BTCUSD" }

fx_historical_signal

Request a historical quant signal for any model.

{ "pair": "BTCUSD", "model": "sma", "window": "30d" }

Payment

Vongstaad uses x402, the protocol for the agentic web. Pay per call in USDC on Base, no subscription, no API key.