asrai-mcp 1.0.2 → 1.0.4
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.
- package/README.md +2 -2
- package/package.json +1 -1
- package/skill/SKILL.md +11 -8
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Crypto market analysis MCP server for Claude Desktop — pay-per-use via x402 on
|
|
|
19
19
|
"mcpServers": {
|
|
20
20
|
"asrai": {
|
|
21
21
|
"command": "npx",
|
|
22
|
-
"args": ["-y", "asrai-mcp"],
|
|
22
|
+
"args": ["-y", "asrai-mcp@latest"],
|
|
23
23
|
"env": {
|
|
24
24
|
"ASRAI_PRIVATE_KEY": "0x<your_base_wallet_private_key>"
|
|
25
25
|
}
|
|
@@ -39,7 +39,7 @@ ASRAI_PRIVATE_KEY=0x<your_base_wallet_private_key>
|
|
|
39
39
|
"mcpServers": {
|
|
40
40
|
"asrai": {
|
|
41
41
|
"command": "npx",
|
|
42
|
-
"args": ["-y", "asrai-mcp"]
|
|
42
|
+
"args": ["-y", "asrai-mcp@latest"]
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -85,14 +85,17 @@ Requires `ASRAI_PRIVATE_KEY` set in `~/.env` or environment. Payment is signed a
|
|
|
85
85
|
| `indicator_guide(name)` | Reference guide for Asrai-specific indicators | FREE |
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
-
|
|
88
|
+
🎨 Output Style — Human-Friendly Format
|
|
89
|
+
|
|
90
|
+
Non-negotiables
|
|
91
|
+
|
|
92
|
+
• Use emoji section headers (🌡️ 🚀 📊 😬 ✅)
|
|
93
|
+
• Keep it easy to scan: short lines + whitespace
|
|
94
|
+
• Do not mention tools/endpoints in user-facing output
|
|
95
|
+
• Avoid low-liquidity noise: prefer repeated appearance across lists, meaningful volume, and/or clear catalyst
|
|
96
|
+
• Write like an experienced trader explaining to a friend — conversational, confident, direct
|
|
97
|
+
• Think like both a trader AND a long-term investor. Default to investor mode. Switch to trader mode only when user asks for entries
|
|
98
|
+
• End with 1 clear action bias: accumulate / wait / avoid — and why
|
|
96
99
|
|
|
97
100
|
## Cost
|
|
98
101
|
|