remote-mcp-server-authless1
Verified Safeby Semsemq
Overview
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing a set of calculator tools without requiring authentication.
Installation
npm startEnvironment Variables
- OAUTH_KV
- MCP_OBJECT
- ASSETS
Security Notes
The server is explicitly designed to be "authless", meaning any client can invoke the defined tools (addition, calculator operations). While acceptable for a simple calculator demo, this design choice means that deploying this code with more sensitive tools would pose a significant security risk. Input validation for tool arguments is performed using Zod schemas. No 'eval', obfuscation, hardcoded secrets, or direct external network calls (outside the MCP framework) were identified within the provided tool implementations.
Similar Servers
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools for integration with AI agents, without requiring authentication.
remote-mcp-server-authless
Deploying an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers for AI tool integration and demonstration.
mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication, allowing AI clients to access custom tools.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for remote AI clients.