Back to Home
fancier21 icon

mcp-remote-server-cloudflare

Verified Safe

by fancier21

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose simple calculator and random number generation tools without requiring authentication.

Installation

Run Command
npm run dev

Security Notes

The server is explicitly 'authless', meaning it exposes its tools publicly without authentication, which is stated as its intended design. For the provided simple calculator and random number tools, this is low risk. Input validation for tool arguments is performed using Zod schemas, which helps mitigate common injection vulnerabilities. External network requests are made to drand.cloudflare.com, a trusted randomness beacon. No hardcoded secrets or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-11-19

Tags

CloudflareMCPAIToolsServer