@one-source/api-mcp 1.1.0 → 1.2.0

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
@@ -26,7 +26,7 @@ claude mcp add onesource-api -- npx onesource-api-mcp
26
26
  ## Tools (34)
27
27
 
28
28
 
29
- ### Indexed Data (12 tools) — OpenSearch, cheaper, slight sync delay
29
+ ### Indexed Data (12 tools)
30
30
 
31
31
  | Tool | Description |
32
32
  |------|-------------|
@@ -44,7 +44,7 @@ claude mcp add onesource-api -- npx onesource-api-mcp
44
44
  | `1s_wallet_nfts` | Wallet NFT portfolio |
45
45
 
46
46
 
47
- ### Live Chain Data (12 tools) — Direct RPC, real-time
47
+ ### Live Chain Data (12 tools)
48
48
 
49
49
  | Tool | Description |
50
50
  |------|-------------|
@@ -62,7 +62,7 @@ claude mcp add onesource-api -- npx onesource-api-mcp
62
62
  | `1s_tx_details_live` | Transaction + receipt via RPC |
63
63
 
64
64
 
65
- ### Chain Utilities (10 tools) — RPC only
65
+ ### Chain Utilities (10 tools)
66
66
 
67
67
  | Tool | Description |
68
68
  |------|-------------|
package/README.npm.md CHANGED
@@ -26,7 +26,7 @@ claude mcp add onesource-api -- npx onesource-api-mcp
26
26
  ## Tools (34)
27
27
 
28
28
 
29
- ### Indexed Data (12 tools) — OpenSearch, cheaper, slight sync delay
29
+ ### Indexed Data (12 tools)
30
30
 
31
31
  | Tool | Description |
32
32
  |------|-------------|
@@ -44,7 +44,7 @@ claude mcp add onesource-api -- npx onesource-api-mcp
44
44
  | `1s_wallet_nfts` | Wallet NFT portfolio |
45
45
 
46
46
 
47
- ### Live Chain Data (12 tools) — Direct RPC, real-time
47
+ ### Live Chain Data (12 tools)
48
48
 
49
49
  | Tool | Description |
50
50
  |------|-------------|
@@ -62,7 +62,7 @@ claude mcp add onesource-api -- npx onesource-api-mcp
62
62
  | `1s_tx_details_live` | Transaction + receipt via RPC |
63
63
 
64
64
 
65
- ### Chain Utilities (10 tools) — RPC only
65
+ ### Chain Utilities (10 tools)
66
66
 
67
67
  | Tool | Description |
68
68
  |------|-------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-source/api-mcp",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "MCP server for OneSource blockchain data — 34 named tools for balances, NFTs, transactions, events, and live chain queries via x402",
6
6
  "bin": {