QuantLive MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@QuantLive MCPreconcile my broker and ledger CSVs, tolerance 50 bps"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QuantLive Skills
QuantLive skills pack : outils opérationnels pour le trading micro-trademax, les bots M9M, le flip protectif, et les backtests.
Contenu
quantlive_skills/skills/trading_ops.py: signal, audit_position, run_backtest, reconcile_csvm9m_ops.py: host d'ops M9M (bridges, logs, gardien, swarm)flip_protective.py: mécanisme flip -150 pts, règle de clôture, règle de sortiebacktest.py: objectifs de backtest + interprétation
Related MCP server: x402farm-mcp
Installation
Via pip (recommandé pour usage en dev / serveur)
pip install quantlive-skillsPour l'usage dans un projet local :
uv pip install -e ".[dev]"Via npm (optionnel, pour les agents JS/TS)
Un package npm peut être généré à partir du même contenu partagé. Voir le répertoire npm/ quand il est disponible.
Utilisation
MCP tools
Les outils ci-dessous sont exposés par le serveur QuantLive MCP (quantlive_mcp.server).
Tool | Description | Prix (USDC) | Max |
| Réconciliation broker vs ledger (CSV base64) | 0.10 | 1.00 |
| Signal XAUUSD micro-trademax actuel | 0.05 | 0.50 |
| Backtest walk-forward avec flip protectif | 0.50 | 5.00 |
| Audit d'une position ouverte (flip, BE, trailing) | 0.02 | 0.20 |
Exemple d'appel via curl (MCP HTTP) :
curl -s -X POST https://quantlive-mcp.fly.dev/mcp/tools/reconcile_csv \
-H "Content-Type: application/json" \
-d '{
"broker_csv": "***",
"ledger_csv": "***",
"tolerance_bps": 50
}' | jq .Pour un appel payant, ajoutez l'en tête x-payment avec les infos x402 (voir quantlive_mcp/middleware/x402.py et la route du serveur).
n8n
Utilisez le nœud HTTP Request pour appeler chaque tool MCP.
Exemple minimal :
URL :
https://quantlive-mcp.fly.dev/mcp/tools/get_signalMéthode : POST
En tête :
Content-Type: application/jsonBody :
{}Réponse JSON → expose dans n8n
{{ $json.signal }}
Pour les appels payants, ajoutez l'en tête x-payment et le paramètre max_amount.
OpenClaw
Les skills sont chargées par OpenClaw via le paquet quantlive_skills.
Pour utiliser dans un agent OpenClaw :
Installer le paquet dans l'environnement Python ou dans le
uv syncdu serveur MCPAppeler les outils via le serveur MCP (voir section MCP tools)
Ou utiliser les manifests dans
quantlive_skills/skills/pour les imports direct (pour usages avancés)
Intégration avec le serveur MCP
Le serveur MCP (quantlive_mcp.server) charge les outils depuis quantlive_mcp.tools.* et les expose via FastMCP.
Lien : https://github.com/QuantLive/quantlive-mcp
Contributions
Voir les règles du repo.
License
Voir LICENSE du repo.
Auteur
QuantLive team.
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-call DeFi and macro intel for AI agents. x402 USDC tools via streamable HTTP /api/mcp.
Paid MCP tools behind one endpoint. Agents pay per call in USDC on Base via x402.
Remote MCP server exposing 330 production AI-agent services for web/data processing, validation, AI utilities, blockchain/crypto utilities, and x402 pay-per-use access.
Pay-per-call MCP tools over x402 (USDC/Solana): LLM, utilities, x402 market and model prices.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProduction-grade suite of monetized tools for autonomous AI agent-to-agent commerce, enabling payments and task execution via x402 protocol and MCP.121 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server that provides AI agents with pay-per-call access to a suite of tools (honeypot check, token market, DeFi yields, etc.) via USDC on Base using the x402 protocol.3 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server exposing 10 curated tools for AI agents, providing crypto trading signals, on-chain analysis, and web utilities via pay-per-call x402 endpoints on the Base network.MIT
- AlicenseAqualityDmaintenanceMCP server that gives Claude/GPT agents commerce tools — each tool call pays an upstream x402 endpoint and returns its artifact.154Apache 2.0