Back to Home
whiskyCavalier icon

remote-mcp-server-authless-1

Verified Safe

by whiskyCavalier

Overview

A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers to expose simple arithmetic tools without requiring authentication.

Installation

Run Command
wrangler dev

Security Notes

The server is explicitly designed to be 'authless', meaning it lacks any authentication or authorization mechanisms for its tools. While acceptable for a public demo calculator, deploying this server publicly would allow anyone with the URL to invoke its arithmetic functions without restriction. There are no obvious malicious patterns or usage of `eval` in the provided source code, and division by zero is handled in the calculator logic. The primary security risk stems from the inherent 'authless' nature if deployed in a context requiring access control.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-25

Tags

Cloudflare WorkersMCPAIToolsCalculatorServerless