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 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.1.tar.gz
(7.6 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.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdb6433c5a633b05742ef9bf8997221b8e92058c8ede4dc076ee88f7dc41632c
|
|
| MD5 |
7f98122f4e3cf19c9d2c0e403665ce52
|
|
| BLAKE2b-256 |
15917f15c74b47e332ade090dd882e38e71db2a77e1aa1f100655e0737551130
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
755a0cbfbe93358b58af32b7a715b7873e814fa6f5784333e3ed2ae46294a0b8
|
|
| MD5 |
ccd601f408700fe7156898c26121c29f
|
|
| BLAKE2b-256 |
603692b715dabc397a1e96990edd0dab111a616903086d67c5862a2a4d9461b1
|