remote-mcp-server-authless
Verified Safeby aninibread
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose calculator tools to AI clients without requiring authentication.
Installation
npm run devSecurity Notes
The server is explicitly designed to be authless, meaning it does not require authentication to use its calculator tools. While this is a stated feature for a simple calculator, it is a critical security consideration and would be a major vulnerability if deployed with sensitive functionality. The implementation itself appears clean, with input validation using Zod and no obvious malicious patterns or usage of `eval`.
Similar Servers
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.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server without authentication on Cloudflare Workers, providing basic calculator tools for AI agents.
remote-mcp-server-authless
Builds an AI-powered roaming customer service assistant (chatbot) as a remote Model Context Protocol (MCP) server.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, primarily demonstrating calculator tools for AI agents and LLM clients.