Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Search Fragments

com.searchfragments/search-fragments

For queries a model can't confidently place: resolves or declines. Built to decline, not guess.

Uptime
100.0%
4 direct probes · 30d
Response
607ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

resolve_fragment

Call resolve_fragment when a user describes something they can only half-remember — a book, film, song, artwork, person, or event they know exists but can't name — instead of asking a direct question.…

submit_resolution_feedback

Attach human/agent recognition feedback to a prior resolve_fragment result. Use the resolution_id returned by resolve_fragment. accepted means the surfaced answer/territory is what the user meant; rej…

verify_claim

Call verify_claim when you have a specific factual assertion and want to know whether current web sources support it. Takes a claim as a natural-language statement; returns a verdict with cited eviden…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "search_fragments": {
      "url": "https://searchfragments.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}