nanoparse-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nanoparse-mcpfetch https://example.com/article as markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NanoParse MCP
MCP client for NanoParse — pay-per-parse web content extraction for AI agents. No accounts, no API keys. Just paste a URL and get clean, structured Markdown back.
What this is
A thin MCP (Model Context Protocol) client that lets AI agents call NanoParse's hosted API. The client handles:
MCP tool registration (
nanoparse_fetch)HTTP calls to
nanoparse.app/fetchx402 micropayment signing (USDC on Base)
The browser rendering, content scoring, and Markdown conversion stay on NanoParse's infrastructure — this repo is the client layer only.
Related MCP server: ToolSnap MCP
Install
npx nanoparse-mcpOr install globally:
npm install -g nanoparse-mcpPrerequisites
Node.js 18+
A Base wallet with USDC (after your first 50 free parses)
Set
NANOPARSE_WALLET_KEYin your environment
Getting a wallet
If you don't already have a Base-compatible wallet for your agent, don't generate one by hand — use NanoParse/agent-wallet-prompt, a copy-paste prompt that walks your coding assistant through generating one safely with an audited library. Come back here once it's funded.
Setup
Copy the environment template:
cp .env.example .envEdit
.envand add your Base wallet private key:NANOPARSE_WALLET_KEY=0x_your_private_key_hereAdd to your MCP client config:
{ "mcpServers": { "nanoparse": { "command": "npx", "args": ["nanoparse-mcp"] } } }
Your agent will auto-discover the nanoparse_fetch tool.
Usage
Your agent calls nanoparse_fetch with a URL:
nanoparse_fetch("https://example.com/article")Optional debug mode:
nanoparse_fetch("https://example.com/article", debug=true)See examples/basic-usage.md for a full copy-paste runnable example.
Pricing
First 50 calls per IP are free. After that, $0.0175 per parse via x402 micropayment in USDC on Base. See nanoparse.app for current pricing and API docs.
Security
Your private key is read from
NANOPARSE_WALLET_KEYat runtime and is never logged, printed, or transmitted except for signing x402 payment requests.The
.envfile is excluded from git via.gitignore.Payment signing uses viem, an established, audited Ethereum library.
This client never constructs raw blockchain transactions — payment settlement is handled by the x402 facilitator.
Versioning
This project follows Semantic Versioning. See CHANGELOG.md for release history.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn MCP server that enables AI agents to access paid AI inference and web tools via HTTP 402 micropayments in USDC on Base, using the agent's wallet as identity.Last updated14543MIT
- AlicenseAqualityAmaintenanceContext-efficient MCP server for AI agents. fetch_extract reduces token usage by a median 98.1% (53,820 → 2,001 tokens) vs raw HTML — saves ~$0.156/call at Sonnet pricing. Pay $0.02 USDC on Base via x402. First call free per wallet. 10 always-free utility tools included.Last updated331MIT
- Alicense-qualityCmaintenanceMCP server for converting HTML to Markdown and extracting page data, with pay-per-call using USDC on Base.Last updatedMIT
- FlicenseAqualityBmaintenanceMCP server for a live x402 payment gateway on Base (USDC). Lets AI agents discover, preview for free, then pay per call — with prepaid gasless payments, signed receipts, and delta delivery.Last updated7
Related MCP Connectors
x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum.
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nanoparse-dev/nanoparse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server