Back to Home
TimoWilhelm icon

remote-mcp-server-authless

by TimoWilhelm

Overview

An unauthenticated Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing API access to basic arithmetic, Cloudflare AI-powered text generation (Llama 3.1), and image generation (Flux 1) tools.

Installation

Run Command
npm run dev

Security Notes

The server is explicitly designed "without authentication" (`Authless Calculator`). This means anyone with the deployed URL can invoke its tools, including calls to Cloudflare's paid AI models. This poses a significant risk of misuse, abuse, and unexpected cost accumulation if deployed publicly without additional, external access controls (e.g., Cloudflare Access, WAF rules). No internal code vulnerabilities like `eval` or hardcoded secrets were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2026-01-19

Tags

Cloudflare WorkersMCP ServerAI ToolsText GenerationImage Generation