coinopai-mcp 1.2.0 → 1.2.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.
- package/README.md +14 -0
- package/index.js +1 -1
- package/package.json +13 -8
- package/server.json +3 -3
package/README.md
CHANGED
|
@@ -300,6 +300,20 @@ Decision outputs are probabilistic signals for experimental automated workflows
|
|
|
300
300
|
|
|
301
301
|
---
|
|
302
302
|
|
|
303
|
+
## Part of the [ForgeMesh](https://github.com/forgemeshlabs/forgemesh) Ecosystem
|
|
304
|
+
|
|
305
|
+
Infrastructure for monetized agent ecosystems.
|
|
306
|
+
|
|
307
|
+
| Package | What | Install |
|
|
308
|
+
|---------|------|---------|
|
|
309
|
+
| [affiliate-router-mcp](https://github.com/forgemeshlabs/affiliate-router-mcp) | Vendor-neutral monetization routing | `npm i affiliate-router-mcp` |
|
|
310
|
+
| **coinopai-mcp** | Paid crypto intelligence (this package) | `npm i coinopai-mcp` |
|
|
311
|
+
| [coinopai-imagegen](https://github.com/forgemeshlabs/coinopai-imagegen) | Paid image generation service | — |
|
|
312
|
+
|
|
313
|
+
Each package works standalone. No shared dependency required.
|
|
314
|
+
|
|
315
|
+
---
|
|
316
|
+
|
|
303
317
|
## License
|
|
304
318
|
|
|
305
319
|
MIT — see [LICENSE](LICENSE)
|
package/index.js
CHANGED
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.1",
|
|
4
|
+
"mcpName": "io.github.forgemeshlabs/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": {
|
|
@@ -20,24 +20,29 @@
|
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
22
22
|
"mcp",
|
|
23
|
+
"model-context-protocol",
|
|
23
24
|
"x402",
|
|
24
|
-
"agent",
|
|
25
|
-
"
|
|
25
|
+
"agent-commerce",
|
|
26
|
+
"affiliate-routing",
|
|
27
|
+
"monetization",
|
|
28
|
+
"forgemesh",
|
|
26
29
|
"crypto",
|
|
27
30
|
"signals",
|
|
28
31
|
"coinbase",
|
|
29
32
|
"base",
|
|
30
33
|
"usdc",
|
|
31
|
-
"micropayments"
|
|
32
|
-
"claude"
|
|
34
|
+
"micropayments"
|
|
33
35
|
],
|
|
34
36
|
"author": "CoinOpAI",
|
|
35
37
|
"license": "MIT",
|
|
36
38
|
"repository": {
|
|
37
39
|
"type": "git",
|
|
38
|
-
"url": "https://github.com/
|
|
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"
|
|
39
45
|
},
|
|
40
|
-
"homepage": "https://x402.coinopai.com",
|
|
41
46
|
"dependencies": {
|
|
42
47
|
"@modelcontextprotocol/sdk": "^1.10.1",
|
|
43
48
|
"@x402/core": "^2.12.0",
|
package/server.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
3
|
+
"name": "io.github.forgemeshlabs/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/forgemeshlabs/coinopai-mcp",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.0
|
|
9
|
+
"version": "1.2.0",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|