FREE MCP v0.1.22

@just-every/mcp-read-website-fast

Markdown Content Preprocessor - Fetch web pages, extract content, convert to clean Markdown

View on npm Source

Install

# CLI install
npm install -g @just-every/mcp-read-website-fast

MCP client config

{
  "command": "npx",
  "args": ["-y", "@just-every/mcp-read-website-fast"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
@just-every/mcp-read-website-fast
Version
0.1.22
Author
zemaj
Published
2026-05-01
Keywords
mcp, mcp-server, model-context-protocol, markdown, web-scraper, readability, content-extraction, rag

Related MCPs

Browse all MCPs →