Here's a lightweight data extraction server running on Cloudflare Workers that you can hit over HTTP without spinning up local infrastructure. The source repo is minimal on specifics, but based on the name and deployment, this appears designed for pulling structured data from various sources through a REST API that also speaks MCP JSON-RPC. Runs on Cloudflare's free tier, so you're not paying for idle time. Reach for this when you need Claude to extract or transform data through API calls without managing your own extraction backend. The streamable HTTP transport means you can point to it remotely rather than installing anything locally.
claude mcp add --transport stdio io.github.lazymac2x-smart-data-extractor uvx smart-data-extractor