Back to Home
mmaoyu icon

remote-mcp-server-authless

Verified Safe

by mmaoyu

Overview

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

Installation

Run Command
wrangler dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server implements simple arithmetic tools with strict input validation using `zod`. It relies on `@modelcontextprotocol/sdk` for safe handling of MCP communication. There is no usage of `eval` or direct execution of arbitrary user input beyond the defined tool parameters. The server is explicitly designed to be "authless" for demonstration purposes, meaning it is publicly accessible, which is a known feature rather than an inherent vulnerability in its code logic.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-11-20

Tags

Cloudflare WorkersMCPAI ToolsCalculatorServerless