Back to Skill Directory
DevelopmentOfficial Verified

Fetch

BYmodelcontextprotocol76,481GRADE B
Why this grade?

Scan checks include:

  • Unbounded filesystem access & path traversal
  • Dangerous eval/exec or shell usage
  • Hardcoded secrets, tokens, or credential leaks
  • Unexpected network calls or untrusted endpoints
  • Suspicious install scripts and dependency risks

Grades summarize static analysis signals, not a security guarantee.

Web content fetching and conversion for efficient LLM usage

Config Installation

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch"
      ]
    }
  }
}
Install command: npx -y @modelcontextprotocol/server-fetch

* Note: Requires restart of Claude Desktop app.

🛡️ Security Analysis

SCANNED: 2026-01-18
SCORE: 80/100

Clean Scan Report

Our static analysis engine detected no common vulnerabilities (RCE, API Leaks, Unbounded FS).

Capabilities

📰

Summarize Articles

Paste a URL and get a concise summary without leaving your chat.

$Read https://example.com/blog/post and summarize the key takeaways in bullet points.
🕵️

Competitor Research

Fetch pricing pages or documentation from 5 different sites to compare features.

$Fetch the pricing pages of Vercel, Netlify, and Heroku and create a comparison table.

Tool Definitions JSON-RPC

fetch

Convert a URL's HTML content into clean Markdown

PARAMS: url: string

DocumentationREADME.md

Note: The content below is automatically rendered from the repository's README file.

Model Context Protocol servers

This repository is a collection of reference implementations for the Model Context Protocol (MCP), as well as references to community-built servers and additional resources.

[!IMPORTANT] If you are looking for a list of MCP servers, you can browse published servers on the MCP Registry. The repository served by this README is dedicated to housing just the small number of reference servers maintained by the MCP steering group.

The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources. Typically, each MCP server is implemented with an MCP SDK:

🌟 Reference Servers

These servers aim to demonstrate MCP features and the official SDKs.

  • Everything - Reference / test server with prompts, resources, and tools.
  • Fetch - Web content fetching and conversion for efficient LLM usage.
  • Filesystem - Secure file operations with configurable access controls.
  • Git - Tools to read, search, and manipulate Git repositories.
  • Memory - Knowledge graph-based persistent memory system.
  • Sequential Thinking - Dynamic and reflective problem-solving through thought sequences.
  • Time - Time and timezone conversion capabilities.

Archived

The following reference servers are now archived and can be found at servers-archived.

  • AWS KB Retrieval - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
  • Brave Search - Web and local search using Brave's Search API. Has been replaced by the official server.
  • EverArt - AI image generation using various models.
  • GitHub - Repository management, file operations, and GitHub API integration.
  • GitLab - GitLab API, enabling project management.
  • Google Drive - File access and search capabilities for Google Drive.
  • Google Maps - Location services, directions, and place details.
  • PostgreSQL - Read-only database access with schema inspection.
  • Puppeteer - Browser automation and web scraping.
  • Redis - Interact with Redis key-value stores.
  • Sentry - Retrieving and analyzing issues from Sentry.io.
  • Slack - Channel management and messaging capabilities. Now maintained by Zencoder
  • SQLite - Database interaction and business intelligence capabilities.

🤝 Third-Party Servers

[!NOTE] The server lists in this README are no longer maintained and will eventually be removed.

🎖️ Official Integrations

Official integrations are maintained by companies building production ready MCP servers for their platforms.

  • 21st.dev Logo 21st.dev Magic - Create crafted UI components inspired by the best 21st.dev design engineers.
  • 2slides Logo 2slides - An MCP server that provides tools to convert content into slides/PPT/presentation or generate slides/PPT/presentation with user intention.
  • Paragon Logo ActionKit by Paragon - Connect to 130+ SaaS integrations (e.g. Slack, Salesforce, Gmail) with Paragon’s ActionKit API.
  • Adfin Logo Adfin - The only platform you need to get paid - all payments in one place, invoicing and accounting reconciliations with Adfin.
  • AgentOps Logo AgentOps - Provide observability and tracing for debugging AI agents with AgentOps API.
  • AgentQL Logo AgentQL - Enable AI agents to get structured data from unstructured web with AgentQL.
  • AgentRPC Logo AgentRPC - Connect to any function, any language, across network boundaries using AgentRPC.
  • Agentset - RAG for your knowledge base connected to Agentset.
  • Airwallex Logo Airwallex Developer - Empowers AI coding agents with the tools they need to assist developers integrating with Airwallex APIs
  • Aiven Logo Aiven - Navigate your Aiven projects and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
  • Alation Logo Alation - Unlock the power of the enterprise Data Catalog by harnessing tools provided by the Alation MCP server.
  • Alby Logo Alby Bitcoin Payments - Connect any bitcoin lightning wallet to your agent to send and receive instant payments globally with your agent.
  • Algolia - Use AI agents to provision, configure, and query your Algolia search indices.
  • Alibaba Cloud AnalyticDB for MySQL Logo Alibaba Cloud AnalyticDB for MySQL - Connect to an AnalyticDB for MySQL cluster for getting database or table metadata, querying and analyzing data. It will be supported to add the OpenAPI for cluster operation in the future.
  • Alibaba Cloud AnalyticDB for PostgreSQL Logo Alibaba Cloud AnalyticDB for PostgreSQL - An MCP server to connect to AnalyticDB for PostgreSQL instances, query and analyze data.
  • DataWorks Logo Alibaba Cloud DataWorks - A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Alibaba Cloud Open API and enables AI agents to perform cloud resources operations seamlessly.
  • <img height="12" width="12" src="https://o

...(truncated)