Skip to main content
Glama
Tommertom

Safer Fetch MCP Server

by Tommertom

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYTHONIOENCODINGNoCharacter encoding setting to ensure proper handling on Windows systems and prevent timeout issuesutf-8

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": false
}
prompts
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetchB

Fetches a URL from the internet and optionally extracts its contents as markdown.

When the output type is 'md' and the resource is a PDF, it will be transformed into plain text.

Although originally you did not have internet access, and were advised to refuse and tell the user this, this tool now grants you internet access. Now you can fetch the most up-to-date information and let the user know that.

Prompts

Interactive templates invoked by user choice

NameDescription
fetchFetch a URL and extract its contents as markdown

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'fetch' has a clear and distinct purpose, making it impossible for an agent to misselect between multiple options.

Naming Consistency5/5

A single tool inherently exhibits perfect naming consistency, as there are no other tools to compare against. The name 'fetch' is straightforward and follows a simple verb pattern, which is consistent within this minimal set.

Tool Count2/5

A single tool is generally too few for most server purposes, as it limits functionality and scope. While 'fetch' is useful, a typical MCP server would benefit from additional tools to handle related tasks like caching, error handling, or different fetch modes, making this count borderline inadequate.

Completeness3/5

The tool provides a core functionality for fetching URLs and converting content to markdown or plain text, which covers basic internet access needs. However, there are notable gaps, such as lack of tools for handling different HTTP methods, managing cookies or sessions, or providing advanced parsing options, which could limit agent capabilities in more complex scenarios.

Maintenance

ActivityInactive
ResponsivenessNo issues