Back to Home
Ami3466 icon

tomcp

Verified Safe

by Ami3466

Overview

Transforms any public website into an MCP server, providing clean markdown content and enabling AI chat capabilities for documentation and general queries.

Installation

Run Command
wrangler deploy

Environment Variables

  • CF_ACCOUNT_ID

Security Notes

The server fetches content from arbitrary user-provided URLs. While Cloudflare Workers offer isolation, this pattern (SSRF) inherently carries a theoretical risk if the worker's network access isn't fully sandboxed. The `htmlToMarkdown` function uses basic regex replacements, which might be fragile against highly malformed HTML but does not involve `eval` or direct parsing into a DOM, mitigating some direct code injection risks. User-provided Cloudflare API keys are handled securely by being stored locally in the browser and passed only per-request, never stored on the server.

Similar Servers

Stats

Interest Score91
Security Score8
Cost ClassMedium
Avg Tokens8000
Stars65
Forks3
Last Update2025-12-13

Tags

MCPAICloudflare WorkersMarkdown ConversionChatbot