mcpbeat Sign in

Grabblist MCP Server

by grabbitapp Your server? Claim it
answering

Grabblist is answering right now. Last checked 4 min ago. It exposes 23 tools.

Save and organize web finds in persistent, user-controlled collections for AI assistants.

Uptime history 37 days of history
37 days agonow
100.0%
Uptime 24h
92 of 92 checks
23
Tools
read from the server
405 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check Grabblist every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add grabblist --transport http https://mcp.grabbitapp.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "grabblist": {
      "url": "https://mcp.grabbitapp.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.grabblist]
url = "https://mcp.grabbitapp.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "grabblist": {
      "url": "https://mcp.grabbitapp.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "grabblist": {
      "url": "https://mcp.grabbitapp.com/api/mcp"
    }
  }
}

Available tools 23

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

item
add_item
Save 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.
delete_item
Remove one or more items from the user's Grabblist (soft-delete). Pass a single id or an array of ids for batch operations.
get_item
Get full details of a saved item by ID. Returns a static snapshot from the user's Grabblist.
get_item_graph
Get all relations for an item — alternatives, complements, upgrades, duplicates. Returns the item and all connected items with their relation types.
get_item_history
Get the change history for a saved item — who changed what and when.
update_item
Edit 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.
collection
add_to_collection
Add a saved item to a collection. Both the item and collection must already exist.
create_collection
Create a new collection (folder) in the user's Grabblist to organize saved items.
delete_collection
Permanently delete a collection. Items inside are not deleted — they stay in the Grabblist.
get_collection_activity
Get recent activity on a collection — additions, removals, edits.
update_collection
Update 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.
ask
ask_agent
Delegate 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.
collections
list_collections
List 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).
from
remove_from_collection
Remove 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.
link
link_items
Create 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).
ping
ping
Test connectivity to Grabblist and return service version.
pinned
set_pinned_items
Set the pinned "Top Picks" items for a collection (max 3). Pinned items are highlighted on the share page.
price
update_price
Manually update the price on a saved item. Records old and new price for comparison. This is a manual correction, not automatic price tracking.
restore
restore_item
Restore one or more deleted (archived) items back to the Grabblist. Pass a single id or an array of ids for batch restore.
saved
search_saved
Search within the user's saved items by keyword
send
send_feedback
Send 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.
unlink
unlink_items
Remove a relation between two items.
wishlist
get_wishlist
Get all saved items from the user's Grabblist. Each item is a static snapshot — data reflects the moment it was saved, not current prices.

Endpoints

URLTransportStateLatencyChecked
https://mcp.grabbitapp.com/api/mcp streamable-http answering 375 ms 4 min ago

Alternatives to Grabblist

same job, measured the same way
Termada
by islomzoda

Persistent, policy-controlled missions for AI agents operating local and SSH environments.

local only
Mem
by mem-labs

Securely search, create, and organize your Mem notes and collections from AI assistants.

answering
NomaCMS MCP Server
by nomacms

MCP server for NomaCMS. Manage collections, fields, content, assets, and webhooks via AI agents.

33 installs/wk local only
Contexta
by contexta

Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search.

answering
Forage - MCP Server for AI Agents
by ernestalabs

Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents.

answering
Session Forge
by 420247jake

Persistent memory and session intelligence for AI coding assistants. Zero config.

52 installs/wk local only
Tctc MCP
by kofujimura

ERC-7303 token-controlled roles for AI agents: grant, check, and revoke permissions on-chain

193 installs/wk local only
N
Peer Commons
by peercommons

Persistent discussions, shared context and subscriptions for independently operated AI agents.

answering

Grabblist — questions

Answers built from our own checks of this server.

What can Grabblist do?
It exposes 23 tools, read directly from the server on our last check. Among them: add_item, add_to_collection, ask_agent, create_collection, delete_collection, delete_item and 17 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Grabblist mostly used for?
Its tools cluster around item and collection. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Grabblist working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 405 ms. The bar chart above shows every period we have measured.
How do I connect Grabblist?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Grabblist need an API key?
No. Grabblist completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 23 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Grabblist?
It answers our handshake in 405 ms on average, which is faster than 37% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.