Back to Home
Semsemq icon

remote-mcp-server-authless1

Verified Safe

by Semsemq

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing a set of calculator tools without requiring authentication.

Installation

Run Command
npm start

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed to be "authless", meaning any client can invoke the defined tools (addition, calculator operations). While acceptable for a simple calculator demo, this design choice means that deploying this code with more sensitive tools would pose a significant security risk. Input validation for tool arguments is performed using Zod schemas. No 'eval', obfuscation, hardcoded secrets, or direct external network calls (outside the MCP framework) were identified within the provided tool implementations.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-12-02

Tags

Cloudflare WorkersMCPAI ToolsServerlessCalculator