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 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": "you@example.com"}'
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27e5919207714a8d9793d2355a5d01a43ab6e53d41222d869a290d6770328b46
|
|
| MD5 |
30b82d4192627545fa496231b65fd10f
|
|
| BLAKE2b-256 |
2c1104af79e767f1509ef5f42c542878c59f7e0941d20d70296f0c57e4f357fe
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d5be95eb388de5f2e348520f0140bc9947e86d38c68f43bcdfa3e14ae51dff1
|
|
| MD5 |
bac5ddacb256677f52f160ea355d4849
|
|
| BLAKE2b-256 |
6d7548bded3a08eeeeb5919c2f9ae3392ccccb49555dc6fe7d7d7496a32084fb
|