crypto-quant-risk-mcp 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/index.js +1 -0
  3. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # crypto-quant-risk-mcp
2
+
3
+ Part of the crypto-quant MCP suite by [AlgoVault](https://algovault.com). Coming soon.
4
+
5
+ See [crypto-quant-signal-mcp](https://www.npmjs.com/package/crypto-quant-signal-mcp) for the first release.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // Coming soon — https://algovault.com
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "crypto-quant-risk-mcp",
3
+ "version": "0.1.0",
4
+ "description": "Coming soon — part of the crypto-quant MCP suite by AlgoVault. AI trading intelligence for crypto perps.",
5
+ "main": "index.js",
6
+ "keywords": ["mcp", "trading", "crypto", "signals", "hyperliquid", "quant", "defi"],
7
+ "author": "AlgoVault",
8
+ "license": "MIT",
9
+ "homepage": "https://algovault.com",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/algovaultlabs/crypto-quant-risk-mcp"
13
+ }
14
+ }