Back to Home
sheyboy icon

remote-mcp-server-authless

Verified Safe

by sheyboy

Overview

A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing unauthenticated calculator tools that can be consumed by AI agents or playgrounds.

Installation

Run Command
wrangler dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed to be 'authless' as an example, meaning anyone with the URL can access its tools. While this is intentional for the demo, it is a critical security consideration for any production deployment where access control would typically be required. Input validation for the 'add' and 'calculate' tools uses `zod` to ensure inputs are numbers and operations are valid enums, mitigating basic injection risks. Division by zero is also handled. No direct use of 'eval' or other dynamic code execution from user input is observed. Dependencies are standard for Cloudflare Workers and AI SDKs, and their security is assumed.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2025-11-27

Tags

MCPCloudflare WorkersAI ToolsCalculatorSSE