Freshkeep (THEMIGHTYBULL/Freshkeep) is an MCP server listed on the M8ven Trust Index. It scores 41 out of 100, grade D. It declares 26 tools. No publisher has claimed this listing.

D
Warning
41/100

Freshkeep

FreshKeep gives Alexa+ a memory for your kitchen, MCP server + simulated Alexa+ experience. Amazon Developer Hackathon 2026.

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

Code Verified⚡ Live Monitored: not connected

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

THEMIGHTYBULL

Source: github_repo_search

Is this your MCP?

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.

// key findings
🚨
Reads files from sensitive locations
Touches: ~/.aws/credentials
// tools this server exposes13 tools

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.

track_food

Record groceries the household just bought. Each item: {name, quantity?, unit?, category?, storage?, expires_in_days?}.

list_pantry

List kitchen contents. status: all|fresh|use_soon|urgent|expired|no_date.

rescue_queue

Items close to expiring ('what needs rescuing'), most urgent first.

plan_rescue_meal

Concrete meal plan that uses up the items closest to expiring, plus missing ingredients.

add_to_shopping_list

Append items to the household shopping list.

get_shopping_list

Read the current shopping list.

clear_shopping_list

Empty the shopping list.

mark_used

Remove an item because it was cooked/eaten.

mark_thrown

Remove an item because it was thrown away; logged to the waste report.

waste_report

Estimated money wasted vs rescued.

household_summary

Quick status of the kitchen memory.

delete_all_my_data

Permanently delete all FreshKeep data. Requires the exact confirmation phrase.

set_consent

Grant or withdraw consent to store kitchen data.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configFRESHKEEP_SIM_LOCAL
configFRESHKEEP_MCP_URL
configFRESHKEEP_TEXTRACT6. 🧾 Bonus: paste a receipt → FreshKeep proposes the items (noise like totals/tax filtered) → confirm → tracked via the same MCP path. With =1, receipt photos are read by Amazon Textract.
configFRESHKEEP_TEXTRACT_REGIONTextract region
configAWS_REGIONTextract region
configFRESHKEEP_MCP_HOSTMCP server bind
configFRESHKEEP_MCP_PORT
configFRESHKEEP_SIM_HOSTsimulator bind
configFRESHKEEP_SIM_PORT
configFRESHKEEP_STOREjson or dynamodb
configFRESHKEEP_JSON_PATHlocal store file
configFRESHKEEP_DYNAMO_TABLEDynamoDB table
configFRESHKEEP_HOUSEHOLD_ID
configFRESHKEEP_HOUSEHOLD_NAME
configFRESHKEEP_BEDROCK_REGION
configFRESHKEEP_RATE_LIMITutterances/min per client
configFRESHKEEP_AUDIT_PATH
configAWS_ACCESS_KEY_ID
configFRESHKEEP_BEDROCK1 enables the Bedrock NL router
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool 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

26/26 tools missing one or more hints — track_food (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_pantry (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); rescue_queue (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +23 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 test coverage

13/26 tools referenced in tests (50%)

Write tests that reference each tool by name so every tool has at least one test.

No access to sensitive paths

Reads sensitive paths: ~/.aws/credentials

Remove reads of sensitive system paths. If you genuinely need them, document why in the README.

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.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/themightybull/freshkeep?variant=verified)](https://m8ven.ai/mcp/themightybull/freshkeep)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 9f71e0f609137eb90d44bf46b7cd398518648060
code hash: 25cb5fb098b9f5ff88b023153d6dee1209dda26f63d06c0470cc02cd6180ce35
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

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
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client