Back to Home
algtools icon

mcp-server

Verified Safe

by 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

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-03

Tags

Cloudflare WorkersMCP ServerAI ToolsCalculatorRAGAuth-lessTypeScript