Fetch any web page to clean Markdown with Litmus trust signals. No account or API key needed.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The easiest way for AI agents to read the web. NanoParse MCP is a hosted Model Context Protocol server at https://nanoparse.app/mcp that turns any URL into clean Markdown your agent can actually use β with machine-readable trust signals attached.
No install. No wallet key. No .env. Connect once and your agent can read the web.
Why agents choose NanoParse over Firecrawl or Jina Reader: no account, no subscription, no API key. Pay $0.01 per parse via x402 when the free tier runs out. Full JavaScript/SPA rendering, native GFM tables, and Litmus trust signals β built for agents, not humans.
Add this to your MCP client config:
Restart your client, and your agent auto-discovers two tools:
nanoparse_fetch(url) β fetch any web page and get clean Markdown backnanoparse_status() β check free quota, wallet and USDC balance before spendingThat's it. Your agent can now fetch pages from inside any MCP-compatible client (Claude, Cursor, Hermes, Windsurf, and others).
nanoparse_fetch renders the page in a real headless browser (JavaScript and all), isolates the actual article from nav, ads, and cookie banners, and returns:
nanoparse_status tells your agent exactly where it stands: free parses remaining, wallet and USDC balance, and whether the next call will succeed without payment. Agents call it before spending.
Every parse returns markdown + metadata + litmus. Example β parsing an arXiv paper (examples/example-output.json, complete and unmodified):
The agent learns before reading a word: this is an academic source (0.85 authority), no publish date was found (verify independently), here's the one-sentence summary, the key numbers, and there's no paywall or syndication flag. See examples/agent-conversation.md for a full worked round-trip.
npx @coinbase/payments-mcp and connect it alongside NanoParse.When an agent without free quota calls nanoparse_fetch, the endpoint responds with an HTTP 402 β Payment Required carrying x402 payment instructions. The agent's wallet signs a $0.01 USDC (Base) transfer, the facilitator settles it, and the parse proceeds. The hosted endpoint handles the entire challenge β settlement flow β the agent never needs a private key on your machine.
| NanoParse | Firecrawl Hobby | |
|---|---|---|
| Billing | $0.01 per parse, flat | $16/mo subscription, credits expire monthly |
| 5,000 parses | $50.00 | $16 base β but ~$145 with JSON/extraction modes (9Γ credit burn) |
| Account / API key | None | Required |
| Agent can pay directly (x402) | Yes | No |
Full math, including when Firecrawl's base rate wins at scale: examples/costs.md.
The nanoparse-mcp npm package and the local stdio client were the
first-generation integration, which held a wallet private key
(NANOPARSE_WALLET_KEY) and signed x402 payments on your machine. Both are
retired: the hosted endpoint above now handles the full payment flow
itself, so no local client or wallet key is needed. The retired client code
is preserved in archive/v1-local-client/ for
history, and the npm package is deprecated. Use the hosted endpoint β it
is the current, supported integration.
MIT licensed.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/nanoparse-mcp)<a href="https://allmcps.com/mcp/nanoparse-mcp"><img src="https://allmcps.com/api/badge/nanoparse-mcp?style=directory" alt="NanoParse MCP on AllMCPs" /></a>