remote-mcp-server-humaka
Verified Safeby 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
npm run devEnvironment 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
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools (addition, calculation) for AI agents.
bible-api-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, offering authentication-less calculator tools for AI agents and clients.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator agent for AI tools.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server without authentication on Cloudflare Workers, providing basic calculator tools for AI agents.