Back to Home
mfiordel icon

remote-mcp-server-authless

Verified Safe

by mfiordel

Overview

A remote Model Context Protocol (MCP) server providing custom tools (like a calculator) to AI agents, deployed on Cloudflare Workers without authentication for demonstration purposes.

Installation

Run Command
npm run dev

Security Notes

The server is explicitly designed 'without authentication' as stated in the README and title. This means any client with the deployed URL can access and use the exposed tools (e.g., calculator functions). While the internal tool logic uses Zod for input validation, preventing basic injection for arguments, the lack of authentication makes it highly insecure for any production use case beyond a public demo. No direct 'eval' or malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-03

Tags

MCPCloudflare WorkersAI AgentsToolsCalculator