remote-mcp-server-authless
Verified Safeby 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
npm run devEnvironment 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
bible-api-mcp-server
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, offering authentication-less calculator tools for AI agents and clients.
remote-mcp-server-authless
Deploys a Model Context Protocol (MCP) server on Cloudflare Workers to expose simple calculator tools for integration with AI clients, typically without requiring explicit authentication from the client.
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server providing basic calculator functionality on Cloudflare Workers, designed to be authentication-less for demonstration or private network usage.
remote-mcp-server-authless
Provides a Model Context Protocol (MCP) server on Cloudflare Workers, exposing simple calculator-like tools and user identity, secured via Google OAuth.