Back to Home
Jammy2005 icon

rest-api-mcp-server-2

Verified Safe

by Jammy2005

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing custom AI tools (a calculator in this case) accessible via Server-Sent Events (SSE) without authentication.

Installation

Run Command
npm run dev

Environment Variables

  • OAUTH_KV (Cloudflare KV Namespace binding)
  • MCP_OBJECT (Cloudflare Durable Object Namespace binding)
  • ASSETS (Cloudflare Fetcher binding)

Security Notes

The server is explicitly designed to be 'Authless,' meaning it does not require authentication to access its tools. While this is a stated design choice, it implies that anyone with the URL can invoke the provided calculator tools. No explicit 'eval' or other highly dangerous patterns were found. Cloudflare Workers generally provide a secure execution environment.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens5
Stars0
Forks0
Last Update2025-11-26

Tags

MCPCloudflare WorkersAI ToolsCalculatorServer-Sent EventsTypeScript