Claude MCP server for QuantifyMe — deploy trading strategies from natural language.
Project description
quantifyme-mcp
Claude MCP server for QuantifyMe — deploy algorithmic trading strategies from natural language.
Install
pip install quantifyme-mcp
claude mcp add quantifyme quantifyme-mcp
Or with uvx (no install):
claude mcp add quantifyme uvx quantifyme-mcp
Use in Claude
Once registered, ask Claude:
Deploy a strategy that buys EURUSD when RSI hits 30 and sells when it hits 70.
Claude will call the one_shot tool, which generates the strategy code, trains a model on 28 days of OHLC data, and deploys it live. You get a webhook/Telegram-ready URL back.
Environment
QUANTIFYME_API_KEY— your personal key (optional; anonymous trial key auto-created if unset)QUANTIFYME_BASE_URL— override API base (defaulthttps://api.quantifyme.ai)
Tools exposed
| Tool | Purpose |
|---|---|
one_shot |
Prompt → generate → train → deploy → live signal URL |
list_models |
User's trained models with train/test stats |
list_deployed |
Currently live models |
get_trial_key |
Anonymous trial key (50 credits, no signup) |
generate_strategy |
Code-only generation (no training) |
License
MIT
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
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 quantifyme_mcp-0.1.0.tar.gz.
File metadata
- Download URL: quantifyme_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf342c3f5d8139277520418d053c453674969b6256e1893c1be7aca6981f298c
|
|
| MD5 |
5d47ddd0bdc93d06e0a00a3dc71b806c
|
|
| BLAKE2b-256 |
cfe491deb2d7c95abb7a3a1c252333d84c7387b17bfed38205bea7d744444eb2
|
File details
Details for the file quantifyme_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: quantifyme_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b24d7daeb90698cd35cc2fd0ede7fd031b10edb7064cf071ab75ec4c1260a203
|
|
| MD5 |
dfde5768832d3537a7eae74cae4d267b
|
|
| BLAKE2b-256 |
ea6559b53cdd1b87c4cbfe05688c2e8175aab86508c3a16622e378009e684003
|