VibeTrader
Create and manage AI-powered trading bots via natural language. Paper & live trading, portfolio monitoring, backtesting, stock quotes, and options chains.
Create and manage AI-powered trading bots via natural language. Paper & live trading, portfolio monitoring, backtesting, stock quotes, and options chains.
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Create and manage AI-powered trading bots using natural language. Trade stocks, ETFs, crypto, and options with automated strategies.
Get your API key from vibetrader.markets/settings
Set the environment variable in your OpenClaw config (
~/.openclaw/openclaw.json):
{ "skills": { "entries": { "vibetrader": { "env": { "VIBETRADER_API_KEY": "vt_your_api_key_here" } } } } }
Or export it in your shell:
export VIBETRADER_API_KEY="vt_your_api_key_here"
Base URL:
https://vibetrader-mcp-289016366682.us-central1.run.app
Authentication: Include header
Authorization: Bearer YOUR_API_KEY with every request.
GET /api/health
GET /api/bots GET /api/bots?mode=paper GET /api/bots?mode=live
GET /api/bot?id=BOT_ID
GET /api/portfolio?mode=paper GET /api/portfolio?mode=live
GET /api/positions?mode=paper
GET /api/account?mode=paper
GET /api/quote?symbol=AAPL GET /api/quote?symbol=TSLA
GET /api/trades?mode=paper&limit=20
GET /api/market-status
curl -H "Authorization: Bearer vt_YOUR_KEY" https://vibetrader-mcp-289016366682.us-central1.run.app/api/bots
If your agent supports MCP protocol, these tools are available via the MCP server:
| Tool | Description |
|---|---|
| Connect with your API key (auto-uses env var if set) |
| Create a trading bot from natural language (use param) |
| List all your bots with status |
| Get detailed bot info and strategy |
| Start a paused bot |
| Pause a running bot |
| Delete a bot |
| View positions and balance |
| View current open positions |
| Get account balance and buying power |
| Place a buy/sell order |
| Close an existing position |
| Get stock/ETF/crypto quotes |
| See recent trades |
| Backtest a bot's strategy |
| Check if markets are open |
Switch modes with: "Switch to live trading mode" or "Use paper trading"
This skill connects to the VibeTrader MCP server at:
https://vibetrader-mcp-289016366682.us-central1.run.app/mcp
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
ยฉ 2026 Torly.ai. All rights reserved.