@one-source/mcp 5.0.3 → 5.0.4

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
@@ -110,6 +110,11 @@ Blockchain API tools require authentication. Two options are available — if bo
110
110
 
111
111
  ### Option 1: API Key
112
112
 
113
+ 1. Go to [app.onesource.io](https://app.onesource.io) and create an account.
114
+ 2. Subscribe to a developer plan (Stripe checkout).
115
+ 3. Navigate to **API Keys** and generate a key.
116
+ 4. Copy the key — it starts with `sk_`.
117
+
113
118
  #### Claude Code
114
119
 
115
120
  ```bash
package/README.npm.md CHANGED
@@ -110,6 +110,11 @@ Blockchain API tools require authentication. Two options are available — if bo
110
110
 
111
111
  ### Option 1: API Key
112
112
 
113
+ 1. Go to [app.onesource.io](https://app.onesource.io) and create an account.
114
+ 2. Subscribe to a developer plan (Stripe checkout).
115
+ 3. Navigate to **API Keys** and generate a key.
116
+ 4. Copy the key — it starts with `sk_`.
117
+
113
118
  #### Claude Code
114
119
 
115
120
  ```bash
package/README.repo.md CHANGED
@@ -110,7 +110,10 @@ Blockchain API tools require authentication. Two options are available — if bo
110
110
 
111
111
  ### Option 1: API Key
112
112
 
113
- Set `ONESOURCE_API_KEY` with your OneSource API key.
113
+ 1. Go to [app.onesource.io](https://app.onesource.io) and create an account.
114
+ 2. Subscribe to a developer plan (Stripe checkout).
115
+ 3. Navigate to **API Keys** and generate a key.
116
+ 4. Copy the key — it starts with `sk_`.
114
117
 
115
118
  #### Claude Code
116
119
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@one-source/mcp",
3
3
  "mcpName": "io.onesource/mcp",
4
- "version": "5.0.3",
4
+ "version": "5.0.4",
5
5
  "type": "module",
6
6
  "description": "Unified MCP server for OneSource — 24 tools for blockchain data",
7
7
  "bin": {
@@ -76,7 +76,10 @@ Choose one option. If both are set, API key takes priority.
76
76
 
77
77
  ### Option A: API Key
78
78
 
79
- Set `ONESOURCE_API_KEY` with your OneSource API key.
79
+ 1. Go to [app.onesource.io](https://app.onesource.io) and create an account.
80
+ 2. Subscribe to a developer plan (Stripe checkout).
81
+ 3. Navigate to **API Keys** and generate a key.
82
+ 4. Copy the key — it starts with `sk_`.
80
83
 
81
84
  #### Claude Code
82
85