Marketplace/Fetch MCP

Fetch MCP

Verified

by plugpier · 1.8k installs

Fetch any public URL, POST JSON, check link health, and scrape content — no credentials required.

About

A universal HTTP client MCP server. Fetch web pages, call REST APIs, post JSON data, and check link status — all from your AI assistant without any configuration.

Features

  • Fetch the content of any public HTTP/HTTPS URL
  • POST JSON or form data to any endpoint
  • Check HTTP status of multiple URLs in parallel
  • Retrieve response headers without downloading body
  • Automatic SSRF protection — blocks private IP ranges

Requirements

No credentials required. Works out of the box.

Tools 4

fetch_url

Fetch the content of any public HTTP/HTTPS URL.

urlheadersmax_bytes
post_url

Send a POST request with a JSON or text body.

urlbodycontent_typeheaders
head_url

Get response headers and status without downloading the body.

url
check_links

Check HTTP status of up to 20 URLs in parallel.

urls

Reviews

💬

No reviews yet.

Be the first to review after installing.

Quick Install

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fetch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@plugpier/fetch-mcp"
      ],
      "env": {
        "PLUGPIER_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Stats

Installs1.8k
Tools4
Trust score95/100
LicenseMIT
CategoryDev Tools

Related Servers