streamable-httpMITupdated 3mo ago
Convert any URL to clean, LLM-ready Markdown.
anybrowse で何ができる?
anybrowse
Convert any URL to clean, LLM-ready Markdown.
Real Chrome browsers with full JavaScript rendering. 84% success rate including JavaScript-heavy sites, Cloudflare-protected pages, and government sites.
🆓 10 free MCP calls/day — no signup required. Get 50/day free with email signup.
MCP Server (Free)
Connect any MCP-compatible client to https://anybrowse.dev/mcp (Streamable HTTP transport).
Quick config for Claude Desktop / Cline / Cursor:
{
"mcpServers": {
"anybrowse": {
"url": "https://anybrowse.dev/mcp"
}
}
}
No API key needed. Works out of the box. 10 free calls/day per IP, 50/day with a free account.
Tools
| Tool | Description |
|---|---|
scrape |
Convert any URL to clean, LLM-optimized Markdown. Handles SPAs, dynamic content, and PDFs. |
crawl |
Search Google for a query and scrape the top results to Markdown. |
search |
Google search results as structured JSON (titles, URLs, snippets). |
HTTP API (x402 Pay-Per-Use)
| Endpoint | Price | Description |
|---|---|---|
POST /scrape |
$0.003 USDC | URL → Markdown |
POST /crawl |
$0.005 USDC | Search + scrape top results |
POST /serp/search |
$0.002 USDC | Google SERP as JSON |
Example
curl -X POST https://anybrowse.dev/scrape \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>" \
-d '{"url": "https://example.com"}'
Response:
{
"url": "https://example.com",
"title": "Example Domain",
"markdown": "# Example Domain\n\nThis domain is for use in illustrative examples...",
"status": "ok"
}
Free Tier
| Tier | Limit | How to get it |
|---|---|---|
| Anonymous | 10 MCP calls/day | Just use it — no config needed |
| Free account | 50 calls/day | Sign up — 10 seconds, no credit card |
| Credits | 3,000+ calls | Buy credits from $5 |
| x402 | Unlimited | Pay per call with USDC on Base |
Payment
Payments use the x402 protocol with USDC on Base. Any x402-compatible client or agent wallet can pay automatically. The facilitator is Coinbase CDP (https://api.cdp.coinbase.com/platform/v2/x402).
Discovery
- Agent card: https://anybrowse.dev/.well-known/agent-card.json
- OpenAPI spec: https://anybrowse.dev/openapi.json
- x402 discovery: https://anybrowse.dev/.well-known/x402
- Health: https://anybrowse.dev/health
Links
- Website: https://anybrowse.dev
- MCP endpoint:
https://anybrowse.dev/mcp - Protocols: A2A, x402, MCP
- Network: Base (USDC)
- Wallet:
0x8D76E8FB38541d70dF74b14660c39b4c5d737088
インストール
anybrowse をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http anybrowse https://anybrowse.dev/mcpcodex mcp add anybrowse --url https://anybrowse.dev/mcp{
"mcpServers": {
"anybrowse": {
"url": "https://anybrowse.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"anybrowse": {
"type": "http",
"url": "https://anybrowse.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"anybrowse": {
"url": "https://anybrowse.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"anybrowse": {
"serverUrl": "https://anybrowse.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス13/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 98 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年2月20日 |