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]"}'
संबंधित सर्वर
Kone.vc
प्रायोजकMonetize your AI agent with contextual product recommendations
Anki MCP Server
Integrate AI assistants with Anki, the popular spaced repetition flashcard software.
Claudesidian MCP
Integrates Model Context Protocol (MCP) with Obsidian, allowing AI assistants to interact with your notes and vault.
WP-MCP
Manage and publish WordPress content directly from your AI assistant — no PHP required. Supports both STDIO and Streamable HTTP for broad client compatibility.
Leantime MCP Bridge
An MCP proxy bridge for the Leantime project management system, forwarding JSON-RPC messages with proper authentication.
TfL
MCP server for Transport for London — lines, journeys, stop points, arrivals, bike points, occupancy, road disruptions and more over stdio
Coda
Interact with the Coda API to manage documents and pages, including creating, reading, updating, and deleting.
MCP-MD-PDF: Markdown to Word/PDF Converter
A simple, reliable Model Context Protocol (MCP) server that converts Markdown files into professional Word (.docx) and PDF documents — with full support for .dotx templates.
MCP Prompt Manager
A server for managing local prompt files, allowing AI models to create, retrieve, update, and delete them.
Synter Ads
Cross-platform ad campaign management for AI agents across Google, Meta, LinkedIn, Reddit, TikTok, and more. 140+ tools with read/write access.
MCP Conductor
An advanced MCP server for intelligent conversation context management and session continuity, requiring the Claude Desktop application and a Node.js environment.