Skip to main content

TinySearchLive

Spend tokens on answers, not webpages.

TinySearch searches, crawls, and reranks the web locally, then gives your agent only the source-grounded evidence worth putting in its context.

tinysearch / research

01 — Overview

Web research that respects the context window.

02 — Install

One command, or the full stack.

Start with a single uvx MCP command and no search service, or deploy the Docker and SearXNG stack for a shared network endpoint.

03 — Tools

Three MCP tools and a Python API.

The MCP tools return grounded prompts. The Python API returns structured schema-v1 evidence for applications that want to inspect, store, or render the result themselves.

04 — Example output

What the agent actually receives.

grounded prompt
QUESTION
What should I know about the project?

RESULTS
1. TinySearch
   https://github.com/MarcellM01/TinySearch
   Self-hosted web research for MCP agents...

INSTRUCTIONS
Answer only from the results. Cite source URLs.

Get started

Give your agent evidence, not webpages.

Install TinySearch over stdio in one command, or read the full configuration guide.