Vynn
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
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": "[email protected]"}'
Máy chủ liên quan
Kone.vc
nhà tài trợMonetize your AI agent with contextual product recommendations
Simplenote MCP Server
A server to connect and manage your Simplenote notes within Claude Desktop.
Netdata-Claude
Connect to Netdata MCP using Claude desktop
Trello MCP Server
Uses a Trello board as a knowledge base to store and retrieve code snippets, notes, and other information.
Easy Notion MCP
Markdown-first Notion MCP server — 26 tools, 92% fewer tokens, full round-trip fidelity
FalsifyLab Alpha
8 data tools surfacing crypto + US-equity alpha to AI agents via MCP
Hjarni
A Markdown-based second brain with a hosted MCP server. Your AI reads, searches, creates, and links your notes. Free tier included.
MisarBlog MCP Server
AI-first blogging platform: publish articles, save drafts, generate titles, research topics, and get analytics via MCP.
YouTube Video Summarizer
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
Cua
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
myAI Memory Sync
Synchronizes memory templates across different Claude interfaces.