remote-mcp-server-authless1
Verified Safeby Semsemq
Overview
A remote Model Context Protocol (MCP) server that exposes unauthenticated calculator tools via Cloudflare Workers for AI agents.
Installation
npm run startEnvironment Variables
- MCP_OBJECT
Security Notes
The server is explicitly designed 'Without Auth' as stated in the README, meaning all exposed API endpoints (/sse and /mcp) are publicly accessible without any authentication or authorization checks. This makes it suitable only for public demonstration or non-sensitive tools. There are no obvious code injection points or hardcoded secrets found in the provided source.
Similar Servers
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic arithmetic tools for integration with AI agents, without requiring authentication.
remote-mcp-server-authless
Deploying an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers for AI tool integration and demonstration.
mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication, allowing AI clients to access custom tools.
remote-mcp-server-authless
Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for remote AI clients.