Skip to main content
Glama
StripFeed

stripfeed-mcp-server

Official
by StripFeed

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STRIPFEED_API_KEYYesYour StripFeed API key. Sign up at stripfeed.dev to obtain one. Keys typically start with sf_live_.

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

Convert any URL to clean, token-efficient Markdown. Strips ads, navigation, scripts, and noise. Returns clean content ready for LLM consumption.

batch_fetchB

Fetch multiple URLs in parallel and convert them all to clean Markdown. Process up to 10 URLs in a single call.

check_usageA

Check your current monthly API usage and plan limits.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation4/5

fetch_url and batch_fetch both convert URLs to Markdown but differ in batching, which is clear from names and descriptions. check_usage is distinct for usage tracking. Minor ambiguity between fetch_url and batch_fetch could exist, but descriptions clarify.

Naming Consistency5/5

All tools use a consistent verb_noun pattern (fetch_url, batch_fetch, check_usage). No mixed casing or inconsistent verb styles.

Tool Count5/5

3 tools is well-scoped for a URL-to-Markdown conversion service dashboard. Each tool serves a clear purpose: single fetch, batch, and usage monitoring. No excessive or redundant tools.

Completeness3/5

The set covers core fetching (single and batch) and usage checking, but lacks obvious lifecycle operations like cancellation, status, or configuration of output options. For a simple converter, it may be adequate, but missing a way to customize output or manage preferences is a notable gap.

Maintenance

ActivityNo data
ResponsivenessSyncing