remote-mcp-server-authless
Verified Safeby mohfarro
Overview
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing a set of calculator tools without requiring authentication, designed for integration with AI clients like Cloudflare AI Playground or Claude Desktop.
Installation
npm run devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to be authless, meaning it does not require authentication to use its tools. While this is a stated feature, it implies that anyone with the deployed URL can access the calculator tools. Input validation using Zod for tool arguments helps prevent injection within the tool logic itself. No 'eval' or direct command execution patterns are found within the provided source code, making its internal implementation safe for its stated purpose.
Similar Servers
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server designed for Cloudflare Workers to expose AI agent tools, primarily demonstrating a calculator without requiring authentication for easy integration with MCP clients.
mcp-remote-server-cloudflare
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose simple calculator and random number generation tools without requiring authentication.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools for integration with AI agents, without requiring authentication.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for remote AI clients.