Grabblist MCP server
Save and organize web finds in persistent, user-controlled collections for AI assistants.
Little public usage data yet
Reviews
Write oneNobody has reviewed Grabblist yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Grabblist tools (23, 10 write)
write = sends, deletes, buys or postsadd_itemFreeSave an item to the user's Grabblist. Creates a static snapshot — Grabblist does not monitor prices or auto-update data. Only include fields with values available from the source. If no image is provided, the server attempts to fetch og:image automatically.
add_to_collectionFreeAdd a saved item to a collection. Both the item and collection must already exist.
ask_agentFreeDelegate a task to Grabblist's built-in AI assistant. The agent knows the user's Grabblist and can answer questions, compare items, give shopping advice, or analyze saved products. Use this when you want a second opinion or a specialized shopping assistant perspective. Requires the user to have an Anthropic API key configured in Settings.
create_collectionwrite actionFreeCreate a new collection (folder) in the user's Grabblist to organize saved items.
delete_collectionwrite actionFreePermanently delete a collection. Items inside are not deleted — they stay in the Grabblist.
delete_itemwrite actionFreeRemove one or more items from the user's Grabblist (soft-delete). Pass a single id or an array of ids for batch operations.
get_collection_activityFreeGet recent activity on a collection — additions, removals, edits.
get_itemFreeGet full details of a saved item by ID. Returns a static snapshot from the user's Grabblist.
get_item_graphFreeGet all relations for an item — alternatives, complements, upgrades, duplicates. Returns the item and all connected items with their relation types.
get_item_historyFreeGet the change history for a saved item — who changed what and when.
get_wishlistFreeGet all saved items from the user's Grabblist. Each item is a static snapshot — data reflects the moment it was saved, not current prices.
link_itemswrite actionFreeCreate typed relations between items: alternative (A or B), complement (A and B together), upgrade (B replaces A), duplicate (same item different site), same_seller. Supports single pair (from_id, to_id, relation) or bulk (pairs array).
list_collectionsFreeList all collections OR get a specific collection with its items. Without id: returns all collections with counts/values. With id: returns that collection's metadata and all items inside (with optional filters).
pingFreeTest connectivity to Grabblist and return service version.
remove_from_collectionwrite actionFreeRemove one or more items from a collection. Pass a single item_id or an array of item_ids for batch removal. Items are NOT deleted — they stay in the Grabblist.
restore_itemFreeRestore one or more deleted (archived) items back to the Grabblist. Pass a single id or an array of ids for batch restore.
search_savedFreeSearch within the user's saved items by keyword
send_feedbackwrite actionFreeSend feedback, bug report, or feature request to the Grabbit team. Use this when you encounter parsing failures, missing features, broken URLs, or have improvement suggestions. The team reads these to improve the product. Be specific about what went wrong and where.
set_pinned_itemsFreeSet the pinned "Top Picks" items for a collection (max 3). Pinned items are highlighted on the share page.
unlink_itemswrite actionFreeRemove a relation between two items.
update_collectionwrite actionFreeUpdate a collection's name, icon, description, budget, or sharing status. Only provide the fields you want to change — omitted fields stay unchanged. Set is_public=true to share (returns public URL), is_public=false to unshare.
update_itemwrite actionFreeEdit fields on one or more saved items. Pass a single id or an array of ids for batch updates (same fields applied to all). For batch: attributes are REPLACED not merged, og:image fallback is skipped.
update_pricewrite actionFreeManually update the price on a saved item. Records old and new price for comparison. This is a manual correction, not automatic price tracking.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 550ms20/20
- Tool poisoning23 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 10 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http grabblist https://mcp.grabbitapp.com/api/mcp
Grabblist: common questions
- Is Grabblist MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Grabblist safety report
- How do I install Grabblist?
- It runs remotely at mcp.grabbitapp.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Grabblist need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Grabblist maintained?
- The latest release is v2.1.0.
- Is Grabblist up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.