coinopai-mcp 1.2.2 → 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 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.
@@ -310,9 +312,9 @@ Infrastructure for monetized agent ecosystems.
310
312
 
311
313
  | Package | What | Install |
312
314
  |---------|------|---------|
313
- | `affiliate-router-mcp` | Vendor-neutral monetization routing | `npm i affiliate-router-mcp` |
315
+ | [affiliate-router-mcp](https://github.com/forgemeshlabs/affiliate-router-mcp) | Vendor-neutral monetization routing | `npm i affiliate-router-mcp` |
314
316
  | **coinopai-mcp** | Paid crypto intelligence (this package) | `npm i coinopai-mcp` |
315
- | `coinopai-imagegen` | Paid image generation service | `npm i coinopai-imagegen` |
317
+ | [coinopai-imagegen](https://github.com/forgemeshlabs/coinopai-imagegen) | Paid image generation service | `npm i coinopai-imagegen` |
316
318
 
317
319
  Each package works standalone. No shared dependency required.
318
320
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coinopai-mcp",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
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",
@@ -35,7 +35,14 @@
35
35
  ],
36
36
  "author": "CoinOpAI",
37
37
  "license": "MIT",
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "https://github.com/forgemeshlabs/coinopai-mcp.git"
41
+ },
38
42
  "homepage": "https://x402.coinopai.com",
43
+ "bugs": {
44
+ "url": "https://github.com/forgemeshlabs/coinopai-mcp/issues"
45
+ },
39
46
  "dependencies": {
40
47
  "@modelcontextprotocol/sdk": "^1.10.1",
41
48
  "@x402/core": "^2.12.0",
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.2.2",
9
+ "version": "1.2.3",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",
13
13
  "identifier": "coinopai-mcp",
14
- "version": "1.2.2",
14
+ "version": "1.2.3",
15
15
  "transport": {
16
16
  "type": "stdio"
17
17
  },