mcp-server
Verified Safeby algtools
Overview
Deploys an authentication-less Model Context Protocol (MCP) server on Cloudflare Workers, providing AI-powered tools for mathematical calculations and RAG-based search.
Installation
npm startEnvironment Variables
- AI
- MCP_OBJECT
- AUTORAG_ID
Security Notes
The server is explicitly designed to be 'auth-less', meaning any client can access its tools. While input validation (zod) is used for tool arguments and external calls are directed to Cloudflare AI services, the inherent nature of 'auth-less' means it should not be used for sensitive operations or exposed without proper network controls if authentication is desired. There are no obvious code-level vulnerabilities like arbitrary code execution (eval) or hardcoded secrets beyond its intended functionality.
Similar Servers
remote-mcp-server-authless
Deploys an authentication-less Remote Model Context Protocol (MCP) server on Cloudflare Workers, providing basic calculator tools for AI agents.
remote-mcp-server-authless
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing a set of calculator tools accessible to MCP clients without authentication.
remote-mcp-server-authless
Remote Model Context Protocol (MCP) server for deploying calculator tools on Cloudflare Workers without authentication, intended for demonstration and easy integration with MCP clients like Cloudflare AI Playground.
remote-mcp-server-authless
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing unauthenticated calculator tools that can be consumed by AI agents or playgrounds.