toolrecall (whiskybeer/toolrecall) is an MCP server listed on the M8ven Trust Index. It scores 37 out of 100, grade F. It declares 38 tools. No publisher has claimed this listing.
High-performance local SQLite FTS5-based tool output cache and MCP multiplexer for AI agents.
Warning. Serious findings were identified. Review the full report before connecting. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
whiskybeer
Source: github_repo_search
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
read_fileRead a file through ToolRecall's cache.
write_fileWrite content to a file, invalidates cache.
patchApply a find-and-replace patch, invalidates cache.
terminalRun a terminal command with TTL-based caching.
cached_skillView an agent skill with caching.
docs_searchFull-text search indexed documents (FTS5+BM25).
docs_get_pageRetrieve an indexed document page by source and path.
cache_statusShow cache statistics (hits, misses, tokens).
cache_invalidateClear ToolRecall caches. Default scope='agent' clears agent caches
cache_refresh_fileRe-read a file from disk (bypasses cache). Safe.
mcp_callCall a tool on a multiplexed MCP server (github, time, fetch).
mcp_list_serversList available multiplexed MCP servers and their tools.
context_set_checkpointMark current file state as a checkpoint.
context_get_dirtyGet files dirtied (written) vs clean (read-only) since a checkpoint.
context_get_staleGet files read then later overwritten — your copy is stale.
context_get_statsFull context tracker status: dirty/clean files, checkpoint ID.
context_resetReset the context tracker. Call context_set_checkpoint after.
recall_storePersist a non-reproducible content block out-of-band and return a
recall_getRestore a persisted content block by node_id (raw bytes + summary).
fetch_urlFetch a URL and return its content. Supports HTTP/HTTPS.
fetch_headFetch only HTTP headers from a URL (no body). Returns: status, headers.
fetch_headersParse and return response headers as a dict. Same as fetch_head but returns formatted headers.
think_stepProcess a single reasoning step
analyzeAnalyze a reasoning chain for gaps
validate_reasoningValidate reasoning for contradictions
get_timeGet current time in a timezone
list_timezonesList available timezone names
odysseus_search_webodysseus_fetch_data_auto_routedsearch_webfetchTOOLRECALL_NO_AUTOSTARTTOOLRECALL_FETCH_MAX_BYTESGITHUB_PERSONAL_ACCESS_TOKENGITHUB_TOKENNAIVE_API_KEYPREFIX_API_KEYTOOLRECALL_API_KEYANTHROPIC_API_KEYOPENROUTER_API_KEYGEMINI_API_KEYGOOGLE_API_KEYDEEPSEEK_API_KEYTOOLRECALL_TRANSPORTTOOLRECALL_CACHE_DBBENCH_DB_NAMEBENCH_MAX_TURNSBENCH_MODELBENCH_CONTEXT_LIMITBENCH_COST_ABORTKEY_AKEY_BBENCH_CACHE_DBTOOLRECALL_EDGE_TOKENMEASURE_MAX_TURNSMEASURE_PRICETOOLRECALL_PRICE_INPUTTOOLRECALL_PRICE_OUTPUTTOOLRECALL_FORWARD_PORTTOOLRECALL_NONINTERACTIVETOOLRECALL_PROXY_TARGETAGENT_HOMETOOLRECALL_AGENT_HOMETOOLRECALL_CONFIGTOOLRECALL_UPDATE_CHECKTOOLRECALL_BINTOOLRECALL_LOG_FILETOOLRECALL_LOG_TAIL_KBTOOLRECALL_LOG_LEVELTOOLRECALL_LOG_MAX_DAYSTOOLRECALL_DEDUP_MEDIATOOLRECALL_FORWARD_TIMEOUTTOOLRECALL_FORWARD_STREAM_TIMEOUTTOOLRECALL_FORWARD_EXTRA_HOSTSTOOLRECALL_API_TTLTOOLRECALL_FORWARD_BIND_ATTEMPTSTOOLRECALL_FORWARD_BIND_DELAYTOOLRECALL_SHIM_MARKERTOOLRECALL_SHIM_DISABLETOOLRECALL_SHIM_TAG_SOURCEPYTEST_CURRENT_TESTTOOLRECALL_PORTTOOLRECALL_UDS_PATHXDG_RUNTIME_DIRTOOLRECALL_NETWORK_TLSTOOLRECALL_NETWORK_TLS_INSECURETOOLRECALL_NETWORK_TLS_CATOOLRECALL_NETWORK_TOKENTOOLRECALL_TURSO_API_BASETURSO_ORGTOOLRECALL_UPDATE_STATEPIPX_LOCAL_VENVSTOOLRECALL_UPDATE_INDEX_URLTOOLRECALL_SRCLITELLM_URLLITELLM_API_KEYMEASURE_MODELMEASURE_INSTANCESOPENROUTER_KEY_DEDUPTOOLRECALL_DEDUP_DISABLEDTOOLRECALL_DEDUP_MIN_CHARSTwo ways to run it — same algorithm (toolrecall.dedup), same knobs (/_PROTECT_LAST/_MEDIA), same X-ToolRecall-No-Dedup opt-out semantics:TOOLRECALL_DEDUP_PROTECT_LASTTOOLRECALL_PROXY_HOSTTOOLRECALL_PROXY_PORTTOOLRECALL_SSE_KEEPALIVETOOLRECALL_EDGE_CAPTURE_DIRTOOLRECALL_EDGE_CANONICALIZETool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
38/38 tools missing one or more hints — read_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); write_file (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); patch (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +35 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool inputs are validated
5/6 tool handlers declare input schemas (83%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool test coverage
28/38 tools referenced in tests (74%)
Write tests that reference each tool by name so every tool has at least one test.
No access to sensitive paths
Reads sensitive paths: ~/.hermes/.env, ~/.hermes/.env, ~/.hermes/.env
Remove reads of sensitive system paths. If you genuinely need them, document why in the README.
Secrets stay with their owner
1 secret sent to a request target we could not resolve (LITELLM_API_KEY → dynamic) — often a configured endpoint, not necessarily third-party
Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/whiskybeer/toolrecall)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check