Back to Home
tjwio icon

bible-api-mcp-server

Verified Safe

by tjwio

Overview

Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, offering authentication-less calculator tools for AI agents and clients.

Installation

Run Command
wrangler dev

Environment Variables

  • OAUTH_KV (KVNamespace)
  • MCP_OBJECT (DurableObjectNamespace)
  • ASSETS (Fetcher)

Security Notes

The source code itself (src/index.ts) uses Zod for input validation on the calculator tools, making the arithmetic operations robust against common injection attacks within their defined scope. No direct 'eval' or other highly dangerous patterns are present. However, the server is explicitly designed to be 'authless', as stated in the README, meaning it lacks any authentication or authorization mechanisms. While this is intentional for the example, deploying such a server publicly for sensitive operations or without proper access controls would pose a significant security risk for a real-world application.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens15
Stars0
Forks0
Last Update2025-12-11

Tags

Cloudflare WorkersMCP ServerAI ToolsCalculatorServerless