Back to Home
haman211fsdfsd icon

remote-mcp-server-authless

Verified Safe

by haman211fsdfsd

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to host custom AI tools, demonstrated with basic arithmetic functions without requiring authentication.

Installation

Run Command
npm start

Security Notes

The server is explicitly designed as 'authless' for demonstration purposes, meaning it lacks authentication and is publicly accessible. While the provided calculator tools pose minimal inherent risk to sensitive data, deploying custom tools without authentication in a production environment could lead to unauthorized access, resource abuse (e.g., rate limiting issues if connected to paid APIs), or exposure of business logic. No 'eval' or obvious malicious patterns are present in the provided source code, and no hardcoded secrets are visible.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-14

Tags

Cloudflare WorkersMCP ServerAI ToolsServer-Sent EventsCalculator