Show HN: tomcp.org – Turn any URL into an MCP server

https://news.ycombinator.com/rss Hits: 3
Summary

toMCP Turn any website into an MCP server + Chat with any website. Convert any website URL into an MCP (Model Context Protocol) server config for your AI tools, or chat directly with any website's content. Usage MCP Server Simply add tomcp.org/ before any URL: tomcp.org/docs.stripe.com tomcp.org/react.dev tomcp.org/your-docs.com/api Chat with Website Visit tomcp.org, paste a URL, and start chatting with any website's content using AI. Supported AI Tools Cursor - ~/.cursor/mcp.json - Claude Desktop - ~/.claude/claude_desktop_config.json - Windsurf - ~/.codeium/windsurf/mcp_config.json - VS Code - .vscode/mcp.json - Cline - ~/.cline/mcp_settings.json How It Works MCP Config Visit tomcp.org Enter any website URL Select your AI tool Copy the generated MCP config Add it to your tool's config file Restart your AI tool Chat Visit tomcp.org Paste any website URL Click "Start Chat" Ask questions about the website's content Example Config { "mcpServers" : { "docs-stripe-com" : { "url" : " https://tomcp.org/docs.stripe.com " } } } Chat API curl -X POST https://tomcp.org/chat \ -H " Content-Type: application/json " \ -d ' {"url": "docs.stripe.com", "message": "How do I create a payment intent?"} ' AI Models Free Models (No API Key Required) These models are available for everyone with no setup: Llama 3.1 8B (Meta) - Default model, fast and capable (Meta) - Default model, fast and capable Hermes 2 Pro (NousResearch) - Great for reasoning (NousResearch) - Great for reasoning Mistral 7B (Mistral) - Efficient instruction-following (Mistral) - Efficient instruction-following Gemma 7B LoRA (Google) - Lightweight and fast Premium Models (API Key Required) Add your Cloudflare Workers AI API key to unlock these models: Llama 3.3 70B (Meta) - Most powerful Llama model (Meta) - Most powerful Llama model DeepSeek R1 32B (DeepSeek) - Advanced reasoning (DeepSeek) - Advanced reasoning Mistral Large (Mistral) - Enterprise-grade (Mistral) - Enterprise-grade Gemma 3 12B (Google) - Latest Gemma ...

First seen: 2025-12-12 17:46

Last seen: 2025-12-12 19:48