APIMesh
18 x402-payable web analysis APIs for AI agents — pay per call with USDC on Base, no API keys needed
APIMesh
20 x402-payable API tools for AI agents. Pay per call with USDC on Base.
What is this?
APIMesh is a collection of web analysis APIs designed for AI agents. Every endpoint uses the x402 payment protocol — agents pay per call with USDC on Base (no API keys, no subscriptions, no accounts).
Most tools have free /preview endpoints so agents can verify the API works before paying.
Tools
| Tool | Endpoint | Price | What it does |
|---|---|---|---|
| Core Web Vitals | GET /check?url= | $0.005 | Lighthouse scores, LCP, CLS, INP field data |
| Security Headers | GET /check?url= | $0.005 | Audit 10 HTTP security headers with A+ to F grading |
| SEO Audit | GET /check?url= | $0.003 | On-page SEO analysis with 0-100 score |
| Email Security | GET /check?domain= | $0.01 | SPF, DKIM, DMARC, MX records with provider detection |
| Brand Assets | GET /check?domain= | $0.002 | Extract logos, favicons, colors, OG images from any domain |
| Redirect Chain | GET /check?url= | $0.001 | Trace full redirect chain with per-hop latency |
| Indexability | GET /check?url= | $0.001 | 5-layer analysis: robots.txt, HTTP status, meta robots, X-Robots-Tag, canonical |
| Web Checker | GET /check?name= | $0.005 | Brand name availability across 5 TLDs, GitHub, npm, PyPI, Reddit |
| HTTP Status | GET /check?url= | $0.001 | Live HTTP status check with optional expected code |
| Favicon Checker | GET /check?url= | $0.001 | Check favicon existence, URL, format |
| Health Check | POST /check | $0.003 | Parallel health check for up to 10 service URLs |
| Robots.txt Parser | GET /analyze?url= | $0.001 | Parse robots.txt into structured rules and sitemaps |
| Email Verify | GET /check?email= | $0.001 | Syntax, MX, disposable domain, role-address, deliverability |
| Tech Stack | GET /check?url= | $0.003 | Detect CMS, frameworks, analytics, CDN, hosting from headers and HTML |
Plus 6 utility APIs (regex builder, YAML validator, JWT generator, UA analyzer, status codes, Swagger docs).
Each tool lives on its own subdomain: https://{tool-name}.apimesh.xyz
Quick Start
Try a free preview (no payment needed)
curl https://core-web-vitals.apimesh.xyz/preview?url=https://example.com
curl https://security-headers.apimesh.xyz/preview?url=https://example.com
curl https://check.apimesh.xyz/preview?name=myapp
Use via MCP (Claude, Cursor, etc.)
npx @mbeato/apimesh-mcp-server
Or add to your MCP config:
{
"mcpServers": {
"apimesh": {
"command": "npx",
"args": ["@mbeato/apimesh-mcp-server"]
}
}
}
Direct API usage
# Hit any paid endpoint — get a 402 with payment details
curl https://core-web-vitals.apimesh.xyz/check?url=https://example.com
# Include x402 payment header — get the response
curl -H "X-PAYMENT: ..." https://core-web-vitals.apimesh.xyz/check?url=https://example.com
Discovery
- MCP Registry:
io.github.mbeato/apimesh - x402 Discovery:
https://apimesh.xyz/.well-known/x402 - AI Docs:
https://apimesh.xyz/llms.txt - x402scan: apimesh on x402scan
- npm:
@mbeato/apimesh-mcp-server
How x402 Works
- Agent sends a request to any paid endpoint
- Server returns
402 Payment Requiredwith payment details (price, wallet, network) - Agent signs a USDC payment on Base and includes it in the
X-PAYMENTheader - Server verifies payment via Coinbase CDP facilitator and returns the response
No API keys. No accounts. No subscriptions. Just pay and use.
Tech Stack
- Bun runtime
- Hono web framework
- x402 payment protocol
- Caddy reverse proxy with automatic HTTPS
- SQLite for analytics
License
MIT
相關伺服器
Bright Data
贊助Discover, extract, and interact with the web - one interface powering automated access across the public internet.
GeekNews MCP Server
Fetches and caches daily articles from GeekNews using web scraping.
DidItChange
MCP-native website monitoring with AI-powered change summaries and natural conversation control.
Wayback Machine
Access the Internet Archive's Wayback Machine to retrieve archived web pages and check for available snapshots of URLs.
YouTube
Fetch YouTube subtitles
Web Browser MCP Server
Provides advanced web browsing capabilities for AI applications.
Hyperbrowser
Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.
Puppeteer Vision
Scrape webpages and convert them to markdown using Puppeteer. Features AI-driven interaction capabilities.
MCP Video Download URL Parser
Download watermark-free videos from platforms like Douyin and TikTok.
Redbook Search & Comment Tool
An automated tool to search notes, analyze content, and post AI-generated comments on Xiaohongshu (Redbook) using Playwright.
Crawl4AI RAG
Integrates web crawling and Retrieval-Augmented Generation (RAG) into AI agents and coding assistants.