Back to Home
j0hanz icon

super-fetch-mcp-server

Verified Safe

by j0hanz

Overview

The server fetches web pages, extracts readable content using Mozilla Readability, and returns AI-friendly Markdown for LLM summarization, context retrieval, knowledge base ingestion, and AI agents.

Installation

Run Command
npx -y @j0hanz/superfetch@latest --stdio

Environment Variables

  • API_KEY
  • ACCESS_TOKENS
  • OAUTH_ISSUER_URL
  • OAUTH_AUTHORIZATION_URL
  • OAUTH_TOKEN_URL
  • OAUTH_INTROSPECTION_URL

Security Notes

The server demonstrates strong security practices, including extensive URL validation, SSRF protection with comprehensive IP and hostname blocklists (private IP ranges, cloud metadata endpoints, internal domain suffixes), and robust HTTP host/origin validation. It implements rate limiting and requires authentication (API key or OAuth) for HTTP mode, using timing-safe comparisons for static tokens. Content transformation is handled in worker threads, mitigating some types of exploitation. No 'eval' or obvious malicious patterns were found in the provided code. However, as noted in the README, caution is advised when deploying in sensitive environments, as it can access external URLs on behalf of AI assistants.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2026-01-18

Tags

mcpweb-fetchingcontent-extractionmarkdownai-tools