Back to Home
Ami3466 icon

tomcp

Verified Safe

by Ami3466

Overview

Converts any website into an MCP (Model-Config-Protocol) server for AI tools and enables AI chat with website content by converting HTML to clean Markdown.

Installation

Run Command
npm run dev

Environment Variables

  • CF_API_TOKEN
  • CF_ACCOUNT_ID

Security Notes

The server processes arbitrary URLs, fetching and converting their HTML to Markdown. While the HTML parsing is basic (regex-based, which can be brittle but is generally less prone to complex DOM-based vulnerabilities), it relies on fetching untrusted external content. User-provided Cloudflare API keys for paid models are sent in the request body to the worker, requiring users to trust the `tomcp` service not to log or misuse their keys, even if they are not persistently stored on the server. There are no obvious hardcoded sensitive secrets (Cloudflare account IDs configured in `wrangler.toml` are for the service owner's free tier, not secret data) or 'eval' usage. The Cloudflare Workers platform provides some inherent security benefits.

Similar Servers

Stats

Interest Score75
Security Score7
Cost ClassMedium
Avg Tokens5000
Stars171
Forks20
Last Update2025-12-20

Tags

AILLMCloudflare WorkersMarkdown ConversionWeb Scraping