CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Anybrowse

kc23go/anybrowse
3HTTPregistry active
Summary

Gives Claude three tools to fetch web content as clean Markdown using real Chrome browsers. The scrape tool converts any URL, handling JavaScript-heavy sites and PDFs. The crawl tool runs a Google search and scrapes the top results in one go. The search tool returns raw Google SERP data as JSON. Works immediately with 10 free calls per day, no API key required. Reaches 84% success rate on protected and dynamic sites where simpler scrapers fail. Built on streamable HTTP transport and supports x402 micropayments if you need higher volume.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

anybrowse

Glama

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

ToolDescription
scrapeConvert any URL to clean, LLM-optimized Markdown. Handles SPAs, dynamic content, and PDFs.
crawlSearch Google for a query and scrape the top results to Markdown.
searchGoogle search results as structured JSON (titles, URLs, snippets).

HTTP API (x402 Pay-Per-Use)

EndpointPriceDescription
POST /scrape$0.003 USDCURL → Markdown
POST /crawl$0.005 USDCSearch + scrape top results
POST /serp/search$0.002 USDCGoogle 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

TierLimitHow to get it
Anonymous10 MCP calls/dayJust use it — no config needed
Free account50 calls/daySign up — 10 seconds, no credit card
Credits3,000+ callsBuy credits from $5
x402UnlimitedPay 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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Web & Browser AutomationAI & LLM ToolsDocuments & Knowledge
Registryactive
TransportHTTP
UpdatedFeb 20, 2026
View on GitHub

Related Web & Browser Automation MCP Servers

View all →
Browser Use

therealtimex/browser-use

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks
Fetcher

jae-jae/fetcher-mcp

Fetch web page content using a Playwright headless browser with intelligent content extraction and Markdown/HTML output.
1k
Puppeteer

merajmehrabi/puppeteer-mcp-server

This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
449
Playwright Mcp Server

com.thenextgennexus/playwright-mcp-server

Headless browser primitives for AI agents when sites need real JS rendering.
Browser

saik0s/mcp-browser-use

Provides a browser automation MCP server that lets AI assistants control a real browser for navigation, form interaction, data extraction, and more.
933
Browser Use

kontext-dev/browser-use-mcp-server

Browse the web, directly from Cursor etc.
822