Search Fragments
com.searchfragments/search-fragmentsFor queries a model can't confidently place: resolves or declines. Built to decline, not guess.
Tools · 3
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.…
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…
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"search_fragments": {
"url": "https://searchfragments.com/api/mcp",
"transport": "streamable-http"
}
}
}