remote-mcp-server-authless
Verified Safeby offerland-cc
Overview
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, primarily demonstrating calculator tools for AI agents and LLM clients.
Installation
wrangler devSecurity Notes
The server is explicitly designed as 'authless', meaning it performs no authentication for incoming requests. While this is intentional for its demo purpose (simple calculator tools), it would be a critical security vulnerability if deployed in a production environment handling sensitive data or operations. The code itself does not contain obvious malicious patterns, hardcoded secrets, or `eval` calls.
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
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose calculator tools to AI clients without requiring authentication.
remote-mcp-server-authless
Builds an AI-powered roaming customer service assistant (chatbot) as a remote Model Context Protocol (MCP) server.