Skip to main content

MCP server for Vynn — self-improving AI workflows & backtesting

Project description

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

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"}'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vynn_mcp-0.1.0.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vynn_mcp-0.1.0-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file vynn_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: vynn_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for vynn_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 27e5919207714a8d9793d2355a5d01a43ab6e53d41222d869a290d6770328b46
MD5 30b82d4192627545fa496231b65fd10f
BLAKE2b-256 2c1104af79e767f1509ef5f42c542878c59f7e0941d20d70296f0c57e4f357fe

See more details on using hashes here.

File details

Details for the file vynn_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: vynn_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for vynn_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6d5be95eb388de5f2e348520f0140bc9947e86d38c68f43bcdfa3e14ae51dff1
MD5 bac5ddacb256677f52f160ea355d4849
BLAKE2b-256 6d7548bded3a08eeeeb5919c2f9ae3392ccccb49555dc6fe7d7d7496a32084fb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page