Install
# CLI install
npm install -g @j0hanz/fetch-url-mcp
MCP client config
{
"command": "npx",
"args": ["-y", "@j0hanz/fetch-url-mcp"],
"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
- @j0hanz/fetch-url-mcp
- Version
- 2.0.2
- Author
- GitHub Actions
- Published
- 2026-04-11
- Keywords
- mcp, mcp-server, model-context-protocol, web-fetching, content-extraction, readability, markdown, html-to-markdown
Related MCPs
-
Markdown Content Preprocessor - Fetch web pages, extract content, convert to clean Markdown
-
GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more
-
A secure and scalable Git MCP server enabling AI agents to perform comprehensive Git version control operations via STDIO and Streamable HTT
-
MCP server for Obsidian vaults — read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin. STDIO