TinyFish Search
Free, token-efficient web search via the bundled TinyFish MCP server (search tool). Returns ranked, structured results — not a synthesized answer — so use it as your first step for anything needing external grounding, then escalate to /tinyfish:fetch if you need the full content of a specific result.
When to use this over built-in search
- It's free and returns compact results, so it costs fewer tokens than a built-in search that returns full snippets or a synthesized summary.
- It has flexible recency filtering built-in tools often lack:
recency_minutesfor "in the past N minutes" freshness, orafter_date/before_datefor exactYYYY-MM-DDwindows. - It can scope by domain type:
"web"(default),"news", or"research_paper"— useful when the user wants news coverage or academic sources specifically.
Parameters
query(required) — search textlocation— country code for geo-targeted results (e.g."US")language— language code (e.g."en")domain_type—"web"(default),"news", or"research_paper". Temporal filters (recency_minutes,after_date,before_date) are not supported with"research_paper".recency_minutes— results from the past N minutes (1 to 5,256,000). Do not combine withafter_date/before_date.after_date/before_date—YYYY-MM-DDwindowinclude_thumbnail—"true"/"false", include a thumbnail URL when availablepage— pagination, 0-indexed, max 10purpose— optional short note on why you're searching, used to rank results against intent
Examples
search(query="best React state management libraries 2026") search(query="OpenAI announcement", domain_type="news", recency_minutes=1440) search(query="transformer attention mechanisms", domain_type="research_paper") search(query="pho restaurants", location="VN", language="en")
Escalating
If you need the full content of a result rather than just its title/snippet, pass the URL to /tinyfish:fetch. If the task needs clicking, filling forms, or extracting data that requires interacting with the page, use /tinyfish:agent instead.
$ARGUMENTS

