coinopai-mcp 1.2.0 → 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 CHANGED
@@ -171,7 +171,11 @@ Add to your Claude Desktop config (`claude_desktop_config.json`):
171
171
 
172
172
  ### Smithery
173
173
 
174
- Install via [Smithery](https://smithery.ai/server/coinopai-mcp). Configure a dedicated low-balance payment wallet. Do not use your primary wallet.
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,6 +304,20 @@ Decision outputs are probabilistic signals for experimental automated workflows
300
304
 
301
305
  ---
302
306
 
307
+ ## Part of the ForgeMesh Ecosystem
308
+
309
+ Infrastructure for monetized agent ecosystems.
310
+
311
+ | Package | What | Install |
312
+ |---------|------|---------|
313
+ | `affiliate-router-mcp` | Vendor-neutral monetization routing | `npm i affiliate-router-mcp` |
314
+ | **coinopai-mcp** | Paid crypto intelligence (this package) | `npm i coinopai-mcp` |
315
+ | `coinopai-imagegen` | Paid image generation service | `npm i coinopai-imagegen` |
316
+
317
+ Each package works standalone. No shared dependency required.
318
+
319
+ ---
320
+
303
321
  ## License
304
322
 
305
323
  MIT — see [LICENSE](LICENSE)
package/index.js CHANGED
@@ -220,7 +220,7 @@ async function main() {
220
220
  }
221
221
 
222
222
  const server = new Server(
223
- { name: "coinopai-mcp", version: "1.2.0" },
223
+ { name: "coinopai-mcp", version: "1.2.1" },
224
224
  { capabilities: { tools: {} } }
225
225
  );
226
226
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coinopai-mcp",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
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",
@@ -20,23 +20,21 @@
20
20
  },
21
21
  "keywords": [
22
22
  "mcp",
23
+ "model-context-protocol",
23
24
  "x402",
24
- "agent",
25
- "automation",
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
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/clawdbotworker/coinopai-mcp.git"
39
- },
40
38
  "homepage": "https://x402.coinopai.com",
41
39
  "dependencies": {
42
40
  "@modelcontextprotocol/sdk": "^1.10.1",
package/server.json CHANGED
@@ -6,12 +6,12 @@
6
6
  "url": "https://github.com/clawdbotworker/coinopai-mcp",
7
7
  "source": "github"
8
8
  },
9
- "version": "1.0.5",
9
+ "version": "1.2.2",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "coinopai-mcp",
14
- "version": "1.0.5",
14
+ "version": "1.2.2",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },