vongstaad-x402-mcp
Vongstaad MCP
Documentation
Vongstaad MCP Server
MCP (Model Context Protocol) server for Vongstaad quant models. Connect AI agents (Claude, GPT) to real-time and historical FX/crypto quant signals.
Quick Start
npx @vongstaad/mcp-fxClaude Desktop Configuration
Add to your `claude_desktop_config.json`:
Testnet (free testing)
{
"mcpServers": {
"vongstaad-fx": {
"command": "npx",
"args": ["tsx", "/path/to/vongstaad-mcp/src/index.ts"],
"env": {
"VONGSTAAD_ENV": "testnet"
}
}
}
}Production (real payments)
{
"mcpServers": {
"vongstaad-fx": {
"command": "npx",
"args": ["tsx", "/path/to/vongstaad-mcp/src/index.ts"]
}
}
}Available Tools
fx_live_price
Get the latest live price for any trading pair.
- `pair`: Trading pair (e.g., BTCUSD, ETHUSD, SOLUSD)
fx_historical_signal
Get a historical quant signal.
- `pair`: Trading pair (e.g., BTCUSD)
- `model`: Model name (sma, price, correlation, regime, momentum, volatility, mean-reversion)
- `window`: Time window (7d, 30d, 90d)
Models
| Model | Description | Windows |
|---|---|---|
| sma | Simple Moving Average crossover | 7d, 30d, 90d |
| price | Latest qualified close price | 7d, 30d, 90d |
| correlation | BTC/ETH Pearson correlation | 7d, 30d, 90d |
| regime | Market regime detection | 30d, 90d |
| momentum | Directional momentum | 7d, 30d |
| volatility | Annualized realized volatility | 7d, 30d, 90d |
| mean-reversion | Z-score from rolling mean | 30d, 90d |
Environment Variables
- `VONGSTAAD_ENV`: Set to `testnet` for free testing, or omit for production.
Frequently asked questions
What is vongstaad-x402-mcp?
vongstaad-x402-mcp is Vongstaad MCP
How do I install vongstaad-x402-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is vongstaad-x402-mcp open source?
Yes — it is hosted on GitHub at https://github.com/VGSTAAD/vongstaad-x402-mcp and has 1 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP