Back to Home
jacewalker icon

remote-mcp-server-authless

Verified Safe

by jacewalker

Overview

Remote Model Context Protocol (MCP) server for deploying calculator tools on Cloudflare Workers without authentication, intended for demonstration and easy integration with MCP clients like Cloudflare AI Playground.

Installation

Run Command
npm run dev

Environment Variables

  • MCP_OBJECT

Security Notes

The server is explicitly designed to be "authless" as per its name and README, making its MCP endpoints publicly accessible without authentication. This is suitable for a demo/example, but would require adding authentication for production use cases involving sensitive operations. The code itself for the calculator tools performs simple arithmetic and uses Zod for input schema validation, minimizing injection or logic manipulation risks within the tool functions.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-11-28

Tags

MCPCloudflare WorkersAICalculatorTools