Back to Home
Karen-Proyect-IA icon

remote-mcp-server-authless

Verified Safe

by Karen-Proyect-IA

Overview

A serverless Model Context Protocol (MCP) agent providing basic calculator tools, designed for deployment on Cloudflare Workers without authentication for easy integration with AI clients.

Installation

Run Command
npm run dev

Environment Variables

  • OAUTH_KV
  • MCP_OBJECT
  • ASSETS

Security Notes

The server is explicitly designed to operate 'Without Auth', meaning it is publicly accessible. This is a design choice stated in the README, not a hidden vulnerability. The implemented tools ('add', 'calculate') perform simple arithmetic operations locally and do not involve external API calls, file system access, or use of 'eval' or other dynamic code execution, thus inherently limiting the scope of potential abuse. No hardcoded secrets were found in the provided source code snippets. While safe for its intended purpose, its authless nature makes it unsuitable for sensitive computations or applications requiring access control.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-12-14

Tags

Cloudflare WorkersAI AgentModel Context ProtocolCalculatorServerless