Back to Home
NAITIVEAI icon

remote-mcp-server-authless

Verified Safe

by NAITIVEAI

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, exposing basic calculator tools without requiring authentication, intended for demonstration and integration with MCP clients like Cloudflare AI Playground or Claude Desktop.

Installation

Run Command
wrangler dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed to be 'authless' for demonstration purposes. While the arithmetic tools themselves use Zod for input validation (mitigating input injection for numeric inputs), the absence of any authentication mechanism means anyone with the URL can access and invoke the calculator functions. This is a critical security vulnerability for any non-public facing or sensitive application. No hardcoded secrets were found in the provided code snippets. Use with caution and only for its intended demo purpose.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-11-25

Tags

Cloudflare WorkersMCPAI ToolsCalculatorServerless