coinopai-mcp 1.2.1 → 1.2.3
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 +9 -3
- package/package.json +3 -3
- package/server.json +4 -4
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
**Paid decision infrastructure for autonomous agents.**
|
|
11
11
|
|
|
12
|
+
**Source:** https://github.com/forgemeshlabs/coinopai-mcp
|
|
13
|
+
|
|
12
14
|
An MCP server that charges AI agents per verified intelligence request — using [x402](https://x402.org) micropayments on Base. Every decision gets a `decision_id`. Every `decision_id` can be audited against real prices.
|
|
13
15
|
|
|
14
16
|
> This repo is the MCP client layer; paid intelligence is served from hosted CoinOpAI x402 endpoints.
|
|
@@ -171,7 +173,11 @@ Add to your Claude Desktop config (`claude_desktop_config.json`):
|
|
|
171
173
|
|
|
172
174
|
### Smithery
|
|
173
175
|
|
|
174
|
-
|
|
176
|
+
Not currently listed on Smithery. Use the `npx` install flow shown above until a verified public listing is live.
|
|
177
|
+
|
|
178
|
+
### Registry status
|
|
179
|
+
|
|
180
|
+
The current official MCP Registry entry remains `io.github.clawdbotworker/coinopai-mcp` until a refreshed public submission is published.
|
|
175
181
|
|
|
176
182
|
---
|
|
177
183
|
|
|
@@ -300,7 +306,7 @@ Decision outputs are probabilistic signals for experimental automated workflows
|
|
|
300
306
|
|
|
301
307
|
---
|
|
302
308
|
|
|
303
|
-
## Part of the
|
|
309
|
+
## Part of the ForgeMesh Ecosystem
|
|
304
310
|
|
|
305
311
|
Infrastructure for monetized agent ecosystems.
|
|
306
312
|
|
|
@@ -308,7 +314,7 @@ Infrastructure for monetized agent ecosystems.
|
|
|
308
314
|
|---------|------|---------|
|
|
309
315
|
| [affiliate-router-mcp](https://github.com/forgemeshlabs/affiliate-router-mcp) | Vendor-neutral monetization routing | `npm i affiliate-router-mcp` |
|
|
310
316
|
| **coinopai-mcp** | Paid crypto intelligence (this package) | `npm i coinopai-mcp` |
|
|
311
|
-
| [coinopai-imagegen](https://github.com/forgemeshlabs/coinopai-imagegen) | Paid image generation service |
|
|
317
|
+
| [coinopai-imagegen](https://github.com/forgemeshlabs/coinopai-imagegen) | Paid image generation service | `npm i coinopai-imagegen` |
|
|
312
318
|
|
|
313
319
|
Each package works standalone. No shared dependency required.
|
|
314
320
|
|
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.3",
|
|
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": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"type": "git",
|
|
40
40
|
"url": "https://github.com/forgemeshlabs/coinopai-mcp.git"
|
|
41
41
|
},
|
|
42
|
-
"homepage": "https://
|
|
42
|
+
"homepage": "https://x402.coinopai.com",
|
|
43
43
|
"bugs": {
|
|
44
44
|
"url": "https://github.com/forgemeshlabs/coinopai-mcp/issues"
|
|
45
45
|
},
|
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.3",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "coinopai-mcp",
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.2.3",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|