Skip to main content
Glama
Sanoy24

safe-fetch-mcp-server

by Sanoy24

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHTTP bind address.127.0.0.1
PORTNoHTTP port.3000
TRANSPORTNoTransport mode. Switch to Streamable HTTP by setting this or using --http flag.stdio
SAFE_FETCH_ALLOWLISTNoComma-separated host allowlist.
SAFE_FETCH_MAX_BYTESNoResponse size cap.5000000
SAFE_FETCH_TIMEOUT_MSNoRequest timeout.10000
SAFE_FETCH_ALLOW_LOCALNoAllow loopback/RFC-1918 targets (never allows metadata/link-local).false
SAFE_FETCH_MAX_REDIRECTSNoRedirect hop limit.5
SAFE_FETCH_RATE_LIMIT_MAXNoRequests per window, per IP (HTTP mode).60
SAFE_FETCH_ALLOWED_ORIGINSNoComma-separated Origin allowlist (CORS) for HTTP mode.
SAFE_FETCH_RATE_LIMIT_WINDOW_MSNoRate-limit window.60000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_urlA

Fetch an http(s) URL and return clean markdown. Read-only; refuses private/loopback/metadata targets by default. Args: url, format ('markdown'|'raw', default 'markdown'), max_bytes?, start_index?. Returns text content plus structuredContent {status, finalUrl, contentType, bytes, truncated}. Example: fetch_url({ url: 'https://example.com' }).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or overlap. The tool's purpose is clearly defined.

Naming Consistency5/5

The tool name 'fetch_url' follows a clear verb_noun pattern, consistent with common naming conventions. No inconsistencies exist.

Tool Count3/5

A single tool feels thin for a server, but it is appropriate for a narrow, focused purpose like safe fetching. The tool is well-designed but the count is at the lower boundary.

Completeness4/5

The tool covers the core fetch operation with useful options (format, max_bytes, start_index). Minor gaps exist, such as no batch fetch or URL validation beyond built-in safety checks, but it adequately serves its stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues