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
-
An MCP server that fetches web pages and converts them to clean, readable Markdown.
-
The most advanced Obsidian MCP — long-term memory for AI agents. Hybrid retrieval (BM25 + TF-IDF + multilingual ML embeddings, RRF-fused) wi
-
DollhouseMCP - A Model Context Protocol (MCP) server that enables dynamic AI persona management from markdown files, allowing Claude and oth
-
MCP (Model Context Protocol) server for Roblox Studio integration - enables AI coding agents to interact with Roblox Studio in real-time