Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-timwal78-aetheris-mcp": {
"args": [
"-y",
"@aetheris/mcp-client"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Aetheris-MCP is an enterprise-grade Server-Sent Events (SSE) Model Context Protocol server. It provides AI Agents with high-fidelity, ad-free Markdown web scraping capabilities, protected by an on-chain x402 Micropayment Interceptor.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@aetheris/mcp-client' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @aetheris/mcp-client against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / writing
Browser automation with Puppeteer for web scraping and testing
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Self-hosted URL- and file-to-Markdown service for humans and AI agents - web pages, documents, images, audio, YouTube. PWA + REST + MCP + Claude Code skill, Reddit-aware, refreshable share links.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Timwal78/aetheris-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Aetheris-MCP is an enterprise-grade Server-Sent Events (SSE) Model Context Protocol server. It provides AI Agents with high-fidelity, ad-free Markdown web scraping capabilities, protected by an on-chain x402 Micropayment Interceptor.
Bring Your Own Key (BYOK) for inference. Settle in USDC on Base for context.
/sse & /message)ethers.js (EVM HTTP 402 validation on Base Mainnet)This repository is configured with a render.yaml Blueprint.
Ensure you set these in your hosting environment:
REQUIRE_PAYMENT (boolean) - Enforces the 402 interceptor.BASE_MICROPAYMENT_COST (float) - USDC cost per scrape (e.g., 0.01).USDC_CONTRACT_ADDRESS - The target ERC-20 contract.MERCHANT_WALLET_ADDRESS - Your EVM public key.RPC_URL - Your Web3 RPC provider (defaults to https://mainnet.base.org).Agents should NOT connect to this server manually. Use the official Auto-Settlement SDK:
npm install @aetheris/mcp-client
See the Client SDK Repository for documentation on how the SDK intercepts the 402 challenge and settles the transaction autonomously.