π¦
Vynn MCP
MCP server for Vynn β self-improving AI workflows & backtesting
0 installs
Trust: 48 β Fair
Devtools
Installation
npx vynn-mcpAsk AI about Vynn MCP
Powered by Claude Β· Grounded in docs
I know everything about Vynn MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
vynn-mcp
mcp-name: io.github.beee003/vynn-mcp
MCP server for Vynn β self-improving AI workflows & backtesting.
Tools
Workflows
list_workflowsβ List your workflowsget_workflowβ Get workflow details with stepscreate_workflowβ Create a new workflowrun_workflowβ Execute a workflowget_runs/get_run_summaryβ View run history
Self-Improving
optimize_promptβ AI-powered prompt optimization for a stepapply_prompt_optimizationβ Apply an optimized promptget_model_recommendationβ Get model swap recommendationsset_schedule/get_schedule/delete_scheduleβ Cron schedulingcreate_trigger/list_triggersβ Inbound webhook triggers
Backtesting
backtestβ Run a backtest with natural language or structured strategiesbatch_backtestβ Parameter sweep across strategy variationsoptimize_portfolioβ Mean-variance portfolio optimization
Utilities
list_templates/clone_templateβ Workflow templateslist_available_toolsβ Tools attachable to workflow stepsget_analyticsβ Workflow performance analytics
Setup
# Install
pip install vynn-mcp
# Or from source
pip install -e /path/to/vynn-mcp
Set your API key:
export VYNN_API_KEY="vynn_free_..."
Usage with Claude Code
Add to your Claude Code MCP config (~/.claude.json):
{
"mcpServers": {
"vynn": {
"command": "vynn-mcp",
"env": {
"VYNN_API_KEY": "vynn_free_..."
}
}
}
}
Usage with Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"vynn": {
"command": "vynn-mcp",
"env": {
"VYNN_API_KEY": "vynn_free_..."
}
}
}
}
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"}'
