remote-mcp-server-authless
Verified Safeby chaniji
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator agent for AI tools.
Installation
npm run devEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to operate without authentication, as indicated by its name and documentation. This means anyone with access to the deployed URL can invoke its calculator tools. While input validation is performed using Zod to prevent malformed requests to the tools, the lack of authentication presents a significant operational security risk if deployed publicly without additional access controls or proxies (e.g., Cloudflare Access). No other obvious malicious patterns, 'eval' usage, or hardcoded secrets were found in the provided source code.
Similar Servers
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-humaka
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing AI agents with defined tools (e.g., calculator functions) without requiring authentication.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools (addition, calculation) for AI agents.
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing unauthenticated access to basic calculator tools for AI agents.