classhopper-mcp-server
Verified Safeby classhopperapp
Overview
Deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing a set of calculator tools without authentication for easy integration with AI clients like Cloudflare AI Playground or Claude Desktop.
Installation
wrangler devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to operate "Without Auth" as stated in the README, making it publicly accessible. While intentional for a demo/playground integration, this means the endpoint should only expose non-sensitive functionality. The provided tools (add, calculate) perform simple arithmetic and use Zod for robust input validation, mitigating common injection risks for these specific operations. No malicious patterns or 'eval' usage are observed in the source code. The primary security consideration is to avoid deploying this 'authless' setup for any sensitive production use cases.
Similar Servers
remote-mcp-server-authlesssa
Deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing calculator tools without requiring authentication, primarily for demonstration and integration with clients like Cloudflare AI Playground or Claude Desktop.
remote-mcp-server-authless
Deploys a Model Context Protocol (MCP) server on Cloudflare Workers to expose simple calculator tools for integration with AI clients, typically without requiring explicit authentication from the client.
bible-api-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, offering authentication-less calculator tools for AI agents and clients.
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server providing basic calculator functionality on Cloudflare Workers, designed to be authentication-less for demonstration or private network usage.