Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by geelen • APIs & Integration
A proof-of-concept MCP server that exposes Cloudflare Worker functions as callable tools for MCP clients (like Claude Desktop), enabling remote invocation and access to Cloudflare/third-party bindings.
Invoke Cloudflare Worker methods remotely (via MCP) to access Cloudflare bindings or third-party services through a secure RPC endpoint.
Automatically generated, LLM-friendly documentation of available worker methods (from JSDoc) so tools/list returns rich method descriptions and parameter info.
A local MCP proxy to translate tools/list and tools/call into authenticated fetch requests to a deployed worker, enabling integration with Claude Desktop.
This repository demonstrates how to implement a Model Context Protocol (MCP) server using Cloudflare Workers so MCP clients can list and call worker methods. It includes a docs generator that extracts JSDoc from source to produce tools metadata, a public /rpc HTTP handler for the worker, and a local proxy that bridges MCP tools/list and tools/call to the deployed worker. The approach makes it easy to expose server-side capabilities (e.g., email routing, browser rendering) to Claude Desktop, but it is a proof-of-concept with several limitations and has been superseded by a newer package.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.