Self-improving AI workflows with backtesting, prompt optimization, and scheduling
SaferSkills independently audited vynn-mcp (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
mcp-name: io.github.beee003/vynn-mcp
MCP server for Vynn — self-improving AI workflows & backtesting.
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 historyoptimize_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 triggersbacktest — Run a backtest with natural language or structured strategiesbatch_backtest — Parameter sweep across strategy variationsoptimize_portfolio — Mean-variance portfolio optimizationlist_templates / clone_template — Workflow templateslist_available_tools — Tools attachable to workflow stepsget_analytics — Workflow performance analytics# Install
pip install vynn-mcp
# Or from source
pip install -e /path/to/vynn-mcpSet your API key:
export VYNN_API_KEY="vynn_free_..."Add to your Claude Code MCP config (~/.claude.json):
{
"mcpServers": {
"vynn": {
"command": "vynn-mcp",
"env": {
"VYNN_API_KEY": "vynn_free_..."
}
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"vynn": {
"command": "vynn-mcp",
"env": {
"VYNN_API_KEY": "vynn_free_..."
}
}
}
}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]"}'~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.