chakudya-mcp-server-cloudflare
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chakudya-mcp-server-cloudflareShow me the nutrition facts for a serving of peanut butter."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Chakudya MCP Server — Cloudflare Workers edition
This is the Cloudflare Workers deployment of the Chakudya MCP server. It
exposes the same 11 tool groups over the same MCP Streamable HTTP protocol,
calling the same Chakudya Nutrition Registry (CNR) API, as the existing
Render/Express deployment (chakudya-mcp-server repo). The two are
independent services that can run side by side — this one is not a
replacement, it's a second front door to the same tools.
What's different from the Render version
Only the hosting-layer plumbing — nothing about the tools or the CNR API they call:
Render version | This (Cloudflare) version | |
Runtime | Node.js + Express | Cloudflare Workers ( |
MCP transport | SDK's | Custom stateless one-request-one-response transport ( |
Config |
|
|
Crypto (OAuth PKCE) |
| Web Crypto ( |
GET/DELETE | Supported | Not supported (405) — no standing session in stateless mode |
Everything else — src/tools/*, src/utils/toolResult.ts, the WHO growth
data, src/server/createServer.ts — is byte-for-byte identical to the
Render version, copied straight across.
Related MCP server: io.github.rwestergren/cronometer-api-mcp
Setup
npm installLocal dev
cp .dev.vars.example .dev.vars # fill in a dev MCP_AUTH_TOKEN
npm run devDeploy
npx wrangler secret put MCP_AUTH_TOKEN
# optional, only if you use admin-gated CNR routes:
npx wrangler secret put CHAKUDYA_ADMIN_API_KEY
npm run deployNon-secret config (CHAKUDYA_API_BASE_URL, MCP_ALLOWED_ORIGINS,
MCP_RATE_LIMIT_PER_MIN) is set in wrangler.jsonc under vars — edit that
file directly rather than using wrangler secret put for those.
Connecting an MCP client
Same as the Render deployment: point the client at
https://<your-worker-subdomain>.workers.dev/mcp with
Authorization: Bearer <MCP_AUTH_TOKEN>, or use the OAuth flow
(/.well-known/oauth-authorization-server) for clients like Claude.ai's
custom connector UI that don't support raw bearer tokens.
Health check
GET /health → {"status":"ok","service":"chakudya-mcp-server-cloudflare",...}
This server cannot be deployed
Maintenance
Related MCP Connectors
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
Unlock the power of food transparency with our Open Food Facts MCP server. Easily look up any food
Related MCP Servers
- AlicenseBqualityAmaintenanceA local-first nutrition MCP server for food search, barcode lookup, meal estimation, intake logging, hydration, and nutrition coaching workflows.4690 npm9MIT
- AlicenseAqualityAmaintenanceMCP server for Cronometer nutrition tracking, enabling food diary management, nutrition data retrieval, food search, and biometric tracking via Cronometer's mobile REST API.1752MIT
- FlicenseAqualityCmaintenanceMCP server that provides food composition data from USDA FoodData Central, enabling search, nutrient lookups, and recipe nutrition calculations.4-
- FlicenseNot gradedqualityAmaintenanceConnects MCP clients to FHIR R4+ clinical APIs over SMART on FHIR v2 Backend Services, exposing resources, named operations, terminology lookup, and pagination as configurable tools. It adds metadata- and scope-aware search/CRUD, compact responses with FHIRPath filtering, safe pagination, audit events, and bundle execution.63 npm17-