Skip to main content

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

Project description

vynn-mcp

mcp-name: io.github.beee003/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.1.tar.gz (7.6 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.1-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vynn_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 7.6 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.1.tar.gz
Algorithm Hash digest
SHA256 cdb6433c5a633b05742ef9bf8997221b8e92058c8ede4dc076ee88f7dc41632c
MD5 7f98122f4e3cf19c9d2c0e403665ce52
BLAKE2b-256 15917f15c74b47e332ade090dd882e38e71db2a77e1aa1f100655e0737551130

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vynn_mcp-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 755a0cbfbe93358b58af32b7a715b7873e814fa6f5784333e3ed2ae46294a0b8
MD5 ccd601f408700fe7156898c26121c29f
BLAKE2b-256 603692b715dabc397a1e96990edd0dab111a616903086d67c5862a2a4d9461b1

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