Back to Home
chaniji icon

remote-mcp-server-authless

Verified Safe

by chaniji

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator agent for AI tools.

Installation

Run Command
npm run dev

Environment 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

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-12-01

Tags

MCPCloudflare WorkersAI ToolsCalculatorServer