coinopai-mcp 1.2.1 → 1.2.2
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 +8 -4
- package/package.json +3 -10
- package/server.json +4 -4
package/README.md
CHANGED
|
@@ -171,7 +171,11 @@ Add to your Claude Desktop config (`claude_desktop_config.json`):
|
|
|
171
171
|
|
|
172
172
|
### Smithery
|
|
173
173
|
|
|
174
|
-
|
|
174
|
+
Not currently listed on Smithery. Use the `npx` install flow shown above until a verified public listing is live.
|
|
175
|
+
|
|
176
|
+
### Registry status
|
|
177
|
+
|
|
178
|
+
The current official MCP Registry entry remains `io.github.clawdbotworker/coinopai-mcp` until a refreshed public submission is published.
|
|
175
179
|
|
|
176
180
|
---
|
|
177
181
|
|
|
@@ -300,15 +304,15 @@ Decision outputs are probabilistic signals for experimental automated workflows
|
|
|
300
304
|
|
|
301
305
|
---
|
|
302
306
|
|
|
303
|
-
## Part of the
|
|
307
|
+
## Part of the ForgeMesh Ecosystem
|
|
304
308
|
|
|
305
309
|
Infrastructure for monetized agent ecosystems.
|
|
306
310
|
|
|
307
311
|
| Package | What | Install |
|
|
308
312
|
|---------|------|---------|
|
|
309
|
-
|
|
|
313
|
+
| `affiliate-router-mcp` | Vendor-neutral monetization routing | `npm i affiliate-router-mcp` |
|
|
310
314
|
| **coinopai-mcp** | Paid crypto intelligence (this package) | `npm i coinopai-mcp` |
|
|
311
|
-
|
|
|
315
|
+
| `coinopai-imagegen` | Paid image generation service | `npm i coinopai-imagegen` |
|
|
312
316
|
|
|
313
317
|
Each package works standalone. No shared dependency required.
|
|
314
318
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coinopai-mcp",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "1.2.2",
|
|
4
|
+
"mcpName": "io.github.clawdbotworker/coinopai-mcp",
|
|
5
5
|
"description": "MCP server for CoinOpAI — agent automation prompts and crypto signals via x402 micropayments on Base",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|
|
@@ -35,14 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"author": "CoinOpAI",
|
|
37
37
|
"license": "MIT",
|
|
38
|
-
"
|
|
39
|
-
"type": "git",
|
|
40
|
-
"url": "https://github.com/forgemeshlabs/coinopai-mcp.git"
|
|
41
|
-
},
|
|
42
|
-
"homepage": "https://github.com/forgemeshlabs/coinopai-mcp",
|
|
43
|
-
"bugs": {
|
|
44
|
-
"url": "https://github.com/forgemeshlabs/coinopai-mcp/issues"
|
|
45
|
-
},
|
|
38
|
+
"homepage": "https://x402.coinopai.com",
|
|
46
39
|
"dependencies": {
|
|
47
40
|
"@modelcontextprotocol/sdk": "^1.10.1",
|
|
48
41
|
"@x402/core": "^2.12.0",
|
package/server.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
3
|
+
"name": "io.github.clawdbotworker/coinopai-mcp",
|
|
4
4
|
"description": "Local stdio MCP server for x402-powered crypto intelligence and automation search on Base.",
|
|
5
5
|
"repository": {
|
|
6
|
-
"url": "https://github.com/
|
|
6
|
+
"url": "https://github.com/clawdbotworker/coinopai-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.2.
|
|
9
|
+
"version": "1.2.2",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "coinopai-mcp",
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.2.2",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|