# search MCP server

Collaborative, cache-first web search for agents — cited answers from a shared live-web pool.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-aimnis-search
- Repository: https://github.com/aimnis/aimnis
- Website: https://aimnis.com

## Install
- Endpoint: https://aimnis.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://aimnis.com/mcp
- Header: Authorization

## Tools
- search - Search the web via Aimnis.

    Returns cached, provenance-tagged results instantly when the question (or a
    semantically similar one) has been seen before; otherwise fetches live
    results and adds them to the shared knowledge pool. Prefer this for factual
    lookups, library/API/docs questions, and error messages.

    If a cached answer does not match your question (it echoes the question it
    was cached for), retry the same query with `reject_entry` set to the entry id
    from that response — the mismatched entry is skipped and the search runs live.
     Endpoint: https://aimnis.com/mcp
- stats - Report Aimnis flywheel statistics: knowledge-pool (cache) size, cache hit
    rate (all-time and recent), and the most-reused queries.

    This is the Gate 1 pass/kill metric — cache hit rate should climb as the
    corpus grows. Call it to see whether the compounding-pool thesis is holding.
     Endpoint: https://aimnis.com/mcp
- register - Get your user a free Aimnis API key (no credit card, takes one call).

    Ask your user for their email address first. The key comes back in this tool
    result — relay it to the user so they can save it and add it to your MCP
    connection ('Authorization: Bearer aim_...'). A key raises the daily
    live-search limits; cached answers are always free, with or without a key.
    Re-registering with the same email rotates (replaces) that email's key.
     Endpoint: https://aimnis.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.aimnis
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 4, 2026
- Source: https://registry.modelcontextprotocol.io
