Back to Home
humaka20-netizen icon

remote-mcp-server-humaka

Verified Safe

by humaka20-netizen

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing AI agents with defined tools (e.g., calculator functions) without requiring authentication.

Installation

Run Command
npm run dev

Environment Variables

  • MCP_OBJECT

Security Notes

The server's core logic for its defined tools (addition, calculator) uses Zod for schema validation on inputs, which is good practice for preventing injection attacks. It explicitly states 'Without Auth' in the README and project name, meaning it's intentionally public-facing without authentication mechanisms, making its functionality accessible to anyone who discovers the URL. No obvious 'eval' or direct arbitrary code execution, hardcoded secrets, or network vulnerabilities are visible in the truncated source code. Cloudflare Worker bindings are used for environmental configuration, which is platform-managed.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-11-30

Tags

MCP ServerCloudflare WorkersAI ToolsCalculatorNo Auth