remote-mcp-server-authless
Verified Safeby sheyboy
Overview
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing unauthenticated calculator tools that can be consumed by AI agents or playgrounds.
Installation
wrangler devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to be 'authless' as an example, meaning anyone with the URL can access its tools. While this is intentional for the demo, it is a critical security consideration for any production deployment where access control would typically be required. Input validation for the 'add' and 'calculate' tools uses `zod` to ensure inputs are numbers and operations are valid enums, mitigating basic injection risks. Division by zero is also handled. No direct use of 'eval' or other dynamic code execution from user input is observed. Dependencies are standard for Cloudflare Workers and AI SDKs, and their security is assumed.
Similar Servers
remote-mcp-server-authless
Remote Model Context Protocol (MCP) server for deploying calculator tools on Cloudflare Workers without authentication, intended for demonstration and easy integration with MCP clients like Cloudflare AI Playground.
remote-mcp-server-authless
Deploys an authentication-less Remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for AI agents.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing publicly accessible calculator tools without requiring authentication.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing a set of calculator tools accessible to MCP clients without authentication.