finoptima 1.3.0 → 1.3.1

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.
@@ -0,0 +1,3 @@
1
+ -----BEGIN PRIVATE KEY-----
2
+ MC4CAQAwBQYDK2VwBCIEIJ9Ouq7yDU4Qqpm8doI3i5KHM6044kKTPjpd0o2dIZ0i
3
+ -----END PRIVATE KEY-----
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "finoptima",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
+ "mcpName": "com.toutcreer/finoptima",
4
5
  "description": "FINOPTIMA — EcoChain AI Finance Agent via MCP. Multi-pool AMM (ECO/BTC, ECO/ETH), 4 AI strategies, strategy marketplace, copy trading, leaderboard. 35 tools. API key auth. Secured by EcoAuth 2FA.",
5
6
  "main": "index.js",
6
7
  "bin": {
package/server.json ADDED
@@ -0,0 +1,58 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "com.toutcreer/finoptima",
4
+ "title": "FINOPTIMA",
5
+ "description": "AI trading agent: multi-pool AMM, 4 strategies, marketplace, copy trading. 35 tools.",
6
+ "version": "1.3.1",
7
+ "repository": {
8
+ "url": "https://github.com/toutcreer/finoptima",
9
+ "source": "github"
10
+ },
11
+ "packages": [
12
+ {
13
+ "registryType": "npm",
14
+ "registryBaseUrl": "https://registry.npmjs.org",
15
+ "identifier": "finoptima",
16
+ "version": "1.3.1",
17
+ "transport": {
18
+ "type": "stdio"
19
+ },
20
+ "environmentVariables": [
21
+ {
22
+ "name": "ECOCHAIN_API_URL",
23
+ "description": "EcoChain API endpoint (default: https://api.toutcreer.com)",
24
+ "isRequired": false,
25
+ "isSecret": false
26
+ },
27
+ {
28
+ "name": "ECOCHAIN_API_KEY",
29
+ "description": "API key for autonomous agent authentication (format: eco_ak_...). Optional — alternative to EcoAuth 2FA login. Available on Pro and API subscription plans.",
30
+ "isRequired": false,
31
+ "isSecret": true
32
+ }
33
+ ],
34
+ "arguments": ["-y", "finoptima"]
35
+ }
36
+ ],
37
+ "_meta": {
38
+ "io.modelcontextprotocol.registry/publisher-provided": {
39
+ "homepage": "https://www.toutcreer.com/finoptima",
40
+ "documentation": "https://www.toutcreer.com/trading/finoptima.md",
41
+ "categories": ["finance", "trading", "defi", "portfolio"],
42
+ "toolCount": 35,
43
+ "features": [
44
+ "Multi-pool AMM (ECO/BTC, ECO/ETH) with smart router",
45
+ "4 AI trading strategies (DCA, BTC Hedge, LP Yield, Eco Pilot)",
46
+ "Strategy marketplace with templates and copy trading",
47
+ "Policy engine with 8 security rules",
48
+ "EcoAuth 2FA + API key authentication"
49
+ ],
50
+ "pricing": {
51
+ "free": "0 EUR — browse marketplace",
52
+ "pilot": "9 EUR/mo — 5 strategies, follow",
53
+ "pro": "29 EUR/mo — 20 strategies, publish, 3 API keys",
54
+ "api": "99 EUR/mo — unlimited, 10 API keys"
55
+ }
56
+ }
57
+ }
58
+ }