CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
rog0x avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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
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
urlstring
Full URL including scheme (e.g. https://example.com/page)
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
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
urlstring
Full URL including scheme (e.g. https://example.com/page)
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
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
urlstring
Full URL including scheme (e.g. https://example.com/page)
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
countrystring
ISO 3166-1 alpha-2 country code (default: US)
langstring
ISO 639-1 language code (auto-selected from country)
limitinteger
Max results (default: 100)
qstring
Search query
whenstring
Lookback window: 1d 7d 30d 180d
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
countrystring
ISO 3166-1 alpha-2 country code (default: US)
langstring
ISO 639-1 language code (auto-selected from country)
qstring
Search query
whenstring
Time filter: d (past day) w (past week) m (past month) y (past year)

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Documents & KnowledgeSearch & Web Crawling
Registryactive
Package@rog0x/mcp-web-tools
TransportSTDIO
UpdatedMar 22, 2026
View on GitHub

More from rog0x

  • Webhook
  • Testing
  • Docker1
  • Log1
  • A11y
  • Api
  • Cache
  • Color
  • Config
  • Crypto
  • Database
  • Dep
  • Docs
  • Env
  • File
  • Git
  • Github
  • I18n
  • Image
  • Json
  • Lint
  • Markdown
  • Math
  • Network

Related Documents & Knowledge MCP Servers

View all →
spark1security avatar
N0s1 Mcp

io.github.spark1security/n0s1-mcp

Secret scanner for Slack, Jira, Confluence, Asana, Wrike, Linear, Zendesk, GitHub and GitLab
thenextgennexus avatar
Academic Research Mcp Server

io.github.thenextgennexus/academic-research-mcp-server

Search arXiv, Google Scholar, and Wikipedia for academic papers and knowledge
therealmrfunguy avatar
Invoice Pilot

io.github.therealmrfunguy/invoice-pilot

PDF invoicing with auto-chase reminders, email delivery, and payment tracking.
therealmrfunguy avatar
Screenshot Api

io.github.therealmrfunguy/screenshot-api

Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture.
stackfast-technologies avatar
StackFast FractWin Expert Brain

io.github.trupe-rs/expert-brain

Expert knowledge base for sales, negotiation, strategy, operations, and risk.
userguiding avatar
UserGuiding

io.github.userguiding/mcp

Manage users, track events, companies, and knowledge base articles in UserGuiding.