Skip to content

Commit d5dc05b

Browse files
committed
Clarify global shared demo limit
1 parent d009f2d commit d5dc05b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Use the public Workers endpoint (no local install required):
8282
}
8383
```
8484

85-
**NOTE**: This service uses the Cloudflare Workers free tier which has a limit of 100,000 requests per month. **ITS OPERATION IS THEREFORE NOT GUARANTEED**. With local installation, you will not have any problems.
85+
**NOTE**: This service uses the Cloudflare Workers free tier which has a limit of 100,000 requests per month shared globally across all users. **ITS OPERATION IS THEREFORE NOT GUARANTEED**. With local installation, you will not have any problems.
8686

8787
Want your own deployment? See [DEPLOYMENT.md](docs/DEPLOYMENT.md).
8888

@@ -215,7 +215,7 @@ npm install -g @aborruso/ckan-mcp-server
215215
}
216216
```
217217

218-
**NOTE**: The Cloudflare Workers endpoint uses the free tier (100,000 requests/month limit).
218+
**NOTE**: The Cloudflare Workers endpoint uses the free tier (100,000 requests/month limit shared globally across all users).
219219

220220
[Detailed guide](https://github.com/ondata/ckan-mcp-server/discussions/4#discussion-9359684)
221221

@@ -229,7 +229,7 @@ See [ChatGPT web guide](docs/guide/chatgpt/chatgpt_web.md)
229229

230230
See [Claude web guide](docs/guide/claude/claude_web.md)
231231

232-
**Note**: Web tools use a public demo server with 100,000 calls/month limit. For reliable usage, install the server locally.
232+
**Note**: Web tools use a public demo server with a 100,000 calls/month limit shared globally across all users. For reliable usage, install the server locally.
233233

234234
## Available Tools
235235

docs/guide/chatgpt/chatgpt_web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set up the CKAN MCP Server in ChatGPT (Web)
22

3-
This guide uses the public demo server, which has a limit of 100,000 calls per month. For reliable usage, it is recommended to install the CKAN MCP Server on your own machine.
3+
This guide uses the public demo server, which has a limit of 100,000 calls per month shared globally across all users. For reliable usage, it is recommended to install the CKAN MCP Server on your own machine.
44

55
This guide walks you through enabling Developer mode, creating the CKAN MCP Server app, and using it inside a chat.
66

docs/guide/claude/claude_web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set up the CKAN MCP Server in Claude (Web)
22

3-
This guide uses the public demo server, which has a limit of 100,000 calls per month. For reliable usage, it is recommended to install the CKAN MCP Server on your own machine.
3+
This guide uses the public demo server, which has a limit of 100,000 calls per month shared globally across all users. For reliable usage, it is recommended to install the CKAN MCP Server on your own machine.
44

55
This guide shows how to add the CKAN MCP Server as a custom connector in Claude and use it in a chat.
66

website/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ const baseUrl = '/ckan-mcp-server';
344344
</div>
345345
<div class="mt-4 p-4 bg-amber bg-opacity-10 border border-amber border-opacity-30">
346346
<p class="mono text-sm text-amber-900">
347-
⚠️ Free tier: 100,000 requests/month. For production use, install locally.
347+
⚠️ Free tier: 100,000 requests/month shared globally across all users. For production use, install locally.
348348
</p>
349349
</div>
350350
</div>

0 commit comments

Comments
 (0)