Skip to main content
Glama
matteuccimarco

SLIM MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug loggingfalse
SWR_PROXY_URLNoSLIM proxy URLhttps://swrproxy.frux.pro
SWR_TIMEOUT_MSNoRequest timeout in ms30000

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
slim_fetchA

Fetch web content in SLIM format - an AI-optimized representation that Claude understands natively.

Use this tool when you need to read and understand web pages, articles, documentation, or any online content.

SLIM provides:

  • L1: Page identity (title, type, author)

  • L3: Document structure (sections, headings)

  • L5: Key points and insights

  • L7: Full content (if needed)

The content is optimized for AI comprehension with ~90% token reduction compared to raw HTML.

Supported platforms:

  • Any website or article

  • YouTube videos (transcripts + metadata)

  • Reddit posts and threads

  • Bluesky posts

  • Documentation sites

slim_fetch_with_optionsA

Fetch web content in SLIM format with advanced options.

Same as slim_fetch but with additional control over what content is included.

Use this when you need:

  • To exclude images or videos for faster/smaller responses

  • Specific SLIM levels only

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation2/5

The two tools are nearly identical: slim_fetch_with_options is explicitly described as the same as slim_fetch but with additional options, making the boundary between them unclear. An agent could use either in most cases, and might not know which one to select without reading the fine print.

Naming Consistency4/5

Both tool names share the consistent 'slim_fetch' prefix, with the second adding '_with_options' as a descriptive suffix. This follows a predictable pattern, though the second name is slightly more verbose than a strict verb_noun convention.

Tool Count3/5

With only 2 tools, the server feels thin for a general-purpose fetch tool. The count is borderline but acceptable for a narrow utility that does one thing well, though it could benefit from a separate tool for raw HTML or batch fetching.

Completeness4/5

For its stated purpose of fetching web content in SLIM format, the two tools cover the core functionality: basic fetch and fetch with advanced controls. Minor gaps include lack of explicit support for custom headers or authentication, but these are likely handled through the options parameter.

Maintenance

ActivityInactive
ResponsivenessNo issues