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

Web

rog0x/mcp-web-tools
6 toolsSTDIOregistry active
Summary

Gives Claude five web operations without requiring API keys: extract structured content (titles, headings, links, images, metadata) from URLs, search via DuckDuckGo, monitor site uptime and response times, convert HTML to markdown, and batch extract from multiple URLs in parallel. Reaches for this when you need web scraping or search capabilities in your agent workflows but don't want to manage authentication or run a headless browser. Built on direct HTTP requests with 15 second timeouts and strips out scripts and ads for clean extraction. Works through npx so there's no global installation step.

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 →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
check_usageCheck your current credit balance and API usage history. Free, does not cost a credit. Use this if you need to check how many credits remain or review usage patterns. Returns JSON: {"key": "ftch_abc1...", "credits_remaining": 450, "usage": {"2025-01-15": {"/md": 30, "/s/web":...1 params

Check your current credit balance and API usage history. Free, does not cost a credit. Use this if you need to check how many credits remain or review usage patterns. Returns JSON: {"key": "ftch_abc1...", "credits_remaining": 450, "usage": {"2025-01-15": {"/md": 30, "/s/web":...

Parameters* required
daysinteger
Number of days of usage history to return (default: 30, max: 90)
fetchFetch any webpage and return its content as clean Markdown. This is the default tool for reading web pages. Use this whenever you need to read, summarize, extract information from, or analyze the content of a URL. The response is clean Markdown optimized for LLM context window...2 params

Fetch any webpage and return its content as clean Markdown. This is the default tool for reading web pages. Use this whenever you need to read, summarize, extract information from, or analyze the content of a URL. The response is clean Markdown optimized for LLM context window...

Parameters* required
urlstring
Full URL including scheme (e.g. https://example.com/page)
block_patternsstring
Comma-separated custom strings to detect soft blocks. If any pattern appears in the response body, the request is retried through a different route. Example: premium required,subscribe to read
fetch_htmlFetch a URL and return raw unprocessed HTML. Only use this if you specifically need the HTML source, such as inspecting page structure, meta tags, or debugging rendering issues. In almost all cases, use the "fetch" tool instead, which returns clean Markdown. Returns the full H...2 params

Fetch a URL and return raw unprocessed HTML. Only use this if you specifically need the HTML source, such as inspecting page structure, meta tags, or debugging rendering issues. In almost all cases, use the "fetch" tool instead, which returns clean Markdown. Returns the full H...

Parameters* required
urlstring
Full URL including scheme (e.g. https://example.com/page)
block_patternsstring
Comma-separated custom strings to detect soft blocks. If any pattern appears in the response body, the request is retried through a different route. Example: premium required,subscribe to read
fetch_structured_dataExtract structured data (JSON-LD) from a webpage. Use this when you need machine-readable schema.org data such as product details, recipes, events, articles, reviews, or organization info. Returns a JSON array of structured data objects found on the page. Returns an error if n...2 params

Extract structured data (JSON-LD) from a webpage. Use this when you need machine-readable schema.org data such as product details, recipes, events, articles, reviews, or organization info. Returns a JSON array of structured data objects found on the page. Returns an error if n...

Parameters* required
urlstring
Full URL including scheme (e.g. https://example.com/page)
block_patternsstring
Comma-separated custom strings to detect soft blocks. If any pattern appears in the response body, the request is retried through a different route. Example: premium required,subscribe to read
search_newsSearch for recent news articles. Use this whenever you need current events, breaking news, or recent coverage of a topic. Returns articles with direct URLs to the original sources. Returns JSON: {"query": "...", "params": {"country": "US", "lang": "en"}, "count": 5, "articles"...5 params

Search for recent news articles. Use this whenever you need current events, breaking news, or recent coverage of a topic. Returns articles with direct URLs to the original sources. Returns JSON: {"query": "...", "params": {"country": "US", "lang": "en"}, "count": 5, "articles"...

Parameters* required
qstring
Search query
langstring
ISO 639-1 language code (auto-selected from country)
whenstring
Lookback window: 1d 7d 30d 180d
limitinteger
Max results (default: 100)
countrystring
ISO 3166-1 alpha-2 country code (default: US)
search_webSearch the web and return structured results. Use this whenever you need to find information, look something up, answer factual questions, or find URLs related to a topic. Returns JSON: {"query": "...", "params": {"country": "US", "lang": "en"}, "count": 10, "results": [{"titl...4 params

Search the web and return structured results. Use this whenever you need to find information, look something up, answer factual questions, or find URLs related to a topic. Returns JSON: {"query": "...", "params": {"country": "US", "lang": "en"}, "count": 10, "results": [{"titl...

Parameters* required
qstring
Search query
langstring
ISO 639-1 language code (auto-selected from country)
whenstring
Time filter: d (past day) w (past week) m (past month) y (past year)
countrystring
ISO 3166-1 alpha-2 country code (default: US)

MCP Web Tools

A powerful MCP (Model Context Protocol) server that gives AI agents web superpowers. Extract content, search the web, monitor sites, and convert HTML to markdown — all through a clean tool interface.

Tools

ToolDescription
web_extractExtract structured content from any URL (title, headings, paragraphs, links, images, metadata)
web_searchSearch the web via DuckDuckGo — no API key needed
web_monitorCheck if a site is up, measure response time, get HTTP headers
html_to_markdownConvert any URL or HTML to clean markdown
web_multi_extractExtract content from multiple URLs in parallel

Installation

For Claude Code

Add to your Claude Code MCP settings (~/.claude/settings.json):

{
  "mcpServers": {
    "web-tools": {
      "command": "npx",
      "args": ["@rog0x/mcp-web-tools"]
    }
  }
}

For Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "web-tools": {
      "command": "npx",
      "args": ["@rog0x/mcp-web-tools"]
    }
  }
}

Manual Installation

npm install -g @rog0x/mcp-web-tools
mcp-web-tools

Usage Examples

Extract content from a webpage

Use web_extract to get the main content from https://example.com

Search the web

Use web_search to find "best TypeScript frameworks 2026"

Monitor a website

Use web_monitor to check if https://api.example.com is responding

Convert page to markdown

Use html_to_markdown to convert https://docs.example.com/guide to readable markdown

Batch extraction

Use web_multi_extract to get content from these URLs: [url1, url2, url3]

Features

  • No API keys required — uses DuckDuckGo for search, direct HTTP for everything else
  • Fast — parallel extraction, 15s timeout per request
  • Clean output — strips scripts, styles, ads; extracts meaningful content
  • Lightweight — minimal dependencies, no headless browser needed
  • Production-ready — proper error handling, timeouts, input validation

Requirements

  • Node.js 18+

License

MIT — rog0x

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
Documents & KnowledgeSearch & Web Crawling
Registryactive
Package@rog0x/mcp-web-tools
TransportSTDIO
UpdatedMar 22, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185