Labsco
beee003 logo

Vynn

from beee003

Self-improving AI workflows with natural language backtesting. 21 MCP tools for creating workflows, backtesting trading strategies, parameter sweeps, portfolio optimization, prompt optimization, cron scheduling, and webhook triggers. Install: pip install vynn-mcp

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

vynn-mcp

mcp-name: io.github.beee003/vynn-mcp

MCP server for Vynn โ€” self-improving AI workflows & backtesting.

Tools

Workflows

  • list_workflows โ€” List your workflows
  • get_workflow โ€” Get workflow details with steps
  • create_workflow โ€” Create a new workflow
  • run_workflow โ€” Execute a workflow
  • get_runs / get_run_summary โ€” View run history

Self-Improving

  • optimize_prompt โ€” AI-powered prompt optimization for a step
  • apply_prompt_optimization โ€” Apply an optimized prompt
  • get_model_recommendation โ€” Get model swap recommendations
  • set_schedule / get_schedule / delete_schedule โ€” Cron scheduling
  • create_trigger / list_triggers โ€” Inbound webhook triggers

Backtesting

  • backtest โ€” Run a backtest with natural language or structured strategies
  • batch_backtest โ€” Parameter sweep across strategy variations
  • optimize_portfolio โ€” Mean-variance portfolio optimization

Utilities

  • list_templates / clone_template โ€” Workflow templates
  • list_available_tools โ€” Tools attachable to workflow steps
  • get_analytics โ€” Workflow performance analytics

Get an API Key

Sign up at the-vynn.com or:

curl -X POST https://the-vynn.com/v1/signup \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com"}'