Back to Home
mohfarro icon

remote-mcp-server-authless

Verified Safe

by mohfarro

Overview

A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing a set of calculator tools without requiring authentication, designed for integration with AI clients like Cloudflare AI Playground or Claude Desktop.

Installation

Run Command
npm run dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed to be authless, meaning it does not require authentication to use its tools. While this is a stated feature, it implies that anyone with the deployed URL can access the calculator tools. Input validation using Zod for tool arguments helps prevent injection within the tool logic itself. No 'eval' or direct command execution patterns are found within the provided source code, making its internal implementation safe for its stated purpose.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-11-20

Tags

MCP ServerCloudflare WorkersAI AgentCalculatorAuthlessServerless