remote-mcp-server-authless
by TimoWilhelm
Overview
An unauthenticated Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing API access to basic arithmetic, Cloudflare AI-powered text generation (Llama 3.1), and image generation (Flux 1) tools.
Installation
npm run devSecurity Notes
The server is explicitly designed "without authentication" (`Authless Calculator`). This means anyone with the deployed URL can invoke its tools, including calls to Cloudflare's paid AI models. This poses a significant risk of misuse, abuse, and unexpected cost accumulation if deployed publicly without additional, external access controls (e.g., Cloudflare Access, WAF rules). No internal code vulnerabilities like `eval` or hardcoded secrets were found in the provided source code.
Similar Servers
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
Provides a Model Context Protocol (MCP) server on Cloudflare Workers, exposing simple calculator-like tools and user identity, secured via Google OAuth.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator agent for AI tools.
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.