Back to Home
aninibread icon

remote-mcp-server-authless

Verified Safe

by aninibread

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose calculator tools to AI clients without requiring authentication.

Installation

Run Command
npm run dev

Security 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

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2025-12-02

Tags

Cloudflare WorkersMCP ServerAI ToolsCalculatorServer-Sent Events