Back to Home
QAZ83 icon

remote-mcp-server-authless

Verified Safe

by QAZ83

Overview

A remote Model Context Protocol (MCP) server designed for Cloudflare Workers to expose AI agent tools, primarily demonstrating a calculator without requiring authentication for easy integration with MCP clients.

Installation

Run Command
wrangler dev

Security Notes

The server is explicitly designed to operate 'without authentication', which is a significant security risk if deployed in a production environment with sensitive tools. Anyone with the deployed URL can access and execute the exposed tools. The provided calculator tools themselves (`add`, `calculate`) are simple and do not exhibit immediate code injection vulnerabilities, leveraging `zod` for input validation. However, the 'authless' nature necessitates careful consideration for any custom tools added by the developer.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-20

Tags

MCPAICloudflare WorkersCalculatorServerTooling