Skip to main content
Glama
dummie21

tinyfish-search-fetch-mcp

by dummie21

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TINYFISH_API_KEYYesYour TinyFish API key, obtained from https://agent.tinyfish.ai/

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchC

Search the web using TinyFish Search API.

fetch_contentC

Fetch and extract clean content from a URL using TinyFish Fetch API.

fetch_contentsA

Fetch and extract clean content from up to 10 URLs using TinyFish Fetch API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: single URL fetch, batch fetch, and web search. The names and descriptions unambiguously differentiate them.

Naming Consistency4/5

Two tools follow the verb_noun snake_case pattern ('fetch_content', 'fetch_contents'), while 'search' is a single verb. The pattern is mostly consistent and predictable.

Tool Count4/5

Three tools is a small but reasonable set for a search and fetch service. It covers the core operations without being too minimal or excessive.

Completeness4/5

The set covers the main use cases: fetching a single URL, fetching multiple URLs, and searching. Minor gaps like metadata retrieval are absent but not critical for basic functionality.

Maintenance

ActivitySlowing
ResponsivenessNo issues