@zeromodern/mcp-server-0mod
OfficialThis server offers a suite of edge-computing and AI-powered tools via the 0mod API Gateway, with automatic micropayment handling. Capabilities include:
Stealth web fetching:
stealth_domfetches web pages from the edge, bypassing simple IP blocks.PII redaction:
airgap_scrubremoves sensitive data like SSNs, phone numbers, emails, and ZIP codes.HTML cleaning:
rag_shrinkconverts raw HTML to clean Markdown for RAG contexts.Code denoising:
code_denoisestrips comments, docstrings, and sourcemaps from code.Domain checks:
domain_checkqueries RDAP for domain availability and WHOIS status.DEX price data:
dex_price_summaryreturns real-time token price, volume, and liquidity from decentralized exchanges.Sentiment analysis:
x_sentimentanalyzes social and market sentiment for topics or tokens.Image OCR:
image_ocr_shrinkextracts text and tables from images.Text embeddings:
embed_textgenerates 768-dim embeddings for semantic search;embed_multilingualprovides 1024-dim multilingual embeddings.Summarization:
summarize_textproduces structured summaries in bullet, paragraph, or executive format.
Provides tools that leverage Cloudflare's edge network and Workers AI for headless web fetching, HTML-to-markdown conversion, OCR, sentiment analysis, and summarization.
Click 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., "@@zeromodern/mcp-server-0modCheck if example.com is available"
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.
@zeromodern/mcp-server-0mod
Model Context Protocol (MCP) server wrapping the 0mod API Gateway edge tools for any AI agent. HTTP 402 micropayments on Base EVM are handled automatically.
Wallet & Network Prerequisites
0mod gateway utilities use x402 HTTP 402 micropayments on Base EVM:
Network: Base Mainnet (
eip155:8453)Asset: USDC on Base
Environment Variable:
PAYER_PRIVATE_KEY=0x...(orEVM_PRIVATE_KEY/X402_PRIVATE_KEY)
When PAYER_PRIVATE_KEY is present in the environment, tool calls transparently sign payment authorizations and execute with zero manual intervention.
Related MCP server: HTTPayer MCP
Requirements
Node.js >= 18
npm >= 9
Install
npm install @zeromodern/mcp-server-0modSetup & Configuration
Claude Desktop (claude_desktop_config.json)
Add to your Claude Desktop configuration:
{
"mcpServers": {
"0mod": {
"command": "npx",
"args": ["-y", "@zeromodern/mcp-server-0mod"],
"env": {
"PAYER_PRIVATE_KEY": "0x_your_private_key_here"
}
}
}
}OpenCode / Cursor / CLI
Run directly via npx:
PAYER_PRIVATE_KEY=0x_your_private_key_here npx -y @zeromodern/mcp-server-0modAvailable Tools
💡 Pricing: For live per-call pricing and endpoint status across all tools, visit api.0mod.com or fetch
https://api.0mod.com/api/v1/discovery.
Tool Name | Description | Input Schema Example |
| Headless web page fetch from Cloudflare edge |
|
| Redact SSN, phone, email, ZIP via Workers AI |
|
| Strip HTML boilerplate to clean Markdown for RAG |
|
| Remove comments, docstrings, sourcemaps from code |
|
| Query RDAP registry for domain availability |
|
| Real-time DEX token price, volume, liquidity |
|
| Social & market sentiment scoring |
|
| Vision OCR text and table extraction |
|
| 768-dim text embedding generation |
|
| 1024-dim multilingual text embedding generation |
|
| Executive TL;DR document summarization |
|
Ecosystem Packages
🤖 MCP Server (Any AI Agent):
@zeromodern/mcp-server-0mod🟣 ElizaOS Plugin:
@zeromodern/eliza-plugin-0mod🔵 Coinbase AgentKit Provider:
@zeromodern/agentkit-provider-0mod⚡️ Live Gateway Service: api.0mod.com
Smithery
This server is registered on Smithery for one-click deployment.
Troubleshooting
Server not connecting: Verify your MCP client supports stdio transport. Check that
PAYER_PRIVATE_KEYis passed in theenvblock.Authentication / Payment errors: Ensure
PAYER_PRIVATE_KEYis set with a valid Base EVM private key holding a USDC balance for x402 micropayments.Timeout errors: Micropayment verification on Base adds network latency. Increase your MCP client's request timeout if needed.
License
MIT
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
- AlicenseAqualityCmaintenanceProvides pay-per-use tools for AI agents like web screenshots and crypto intelligence using automatic USDC micropayments on the Base network. It simplifies access to premium APIs by handling blockchain transactions automatically when a payment is required.129MIT
- AlicenseAqualityDmaintenanceEnables AI agents to call x402-gated APIs using a central credit balance, abstracting away blockchain complexity and payment proofs. It provides tools to fetch data from payment-required endpoints, check usage balances, and simulate transaction costs.6452Inno Setup

Pylon MCP Serverofficial
Flicense-qualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- Alicense-qualityBmaintenanceWebsite intelligence tools for AI agents. Ten pay-per-call tools via x402 micropayments (USDC on Base) — no accounts, no API keys.2MIT
Related MCP Connectors
500+ pay-per-call tools + skill packs. USDC + USDG on 12 chains, or free via proof-of-work.
Deterministic AI agent microtools, no accounts/API keys. fetch_extract: 98% token cut. 38 tools.
Scrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.
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/zeromodern/0mod-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server