Productivity
grabbitapp.com
MCP server for managing Grabblist wishlist items, including testing connectivity, retrieving saved items, adding new items, and deleting existing ones.
ENDPOINT 1
https://mcp.grabbitapp.com/api/mcp
MCP server metadata
- Name
- Grabblist
- Version
- 2.1.0
Grabblist is a personal Grabblist for things you find online — products, services, rentals, courses, listings — anything with a title, price, and URL. Each saved item is a static snapshot of info at save time. Data does not auto-update. Terminology: each record is an "item", the collection of items is a "Grabblist" or "saved items". Item types: product, rental, service, course, listing, event, other. Detect from context — a hotel is "rental", an online class is "course", a Facebook listing is "listing", a concert ticket is "event". Items have a source field (extension, mcp, manual) and a decision status flow: considering → shortlisted → decided → bought | rejected. Items can have a target_price (what the user wants to pay) and can be linked with relations: alternative, complement, upgrade, duplicate, same_seller. Collections are folders for organizing items. They can have a budget. Deleting a collection does not delete items inside. All mutation tools accept an optional "reason" parameter for change history. Every mutation is logged — use get_item_history and get_collection_activity to see changes. Workflow: use add_item to save (set item_type). Use update_item to edit. Use get_wishlist/search_saved to browse. Use list_collections to discover collection IDs before using them. Use set_pinned_items to highlight up to 3 "Top Picks" on the share page. FEEDBACK: If you encounter a bug, parsing failure, feature request, or any issue — call send_feedback immediately. The Grabbit team reads these. Examples: price not extracted, wrong platform name, site blocked, missing feature. Be specific: include the URL that failed and the tool you were using.
Known tools 23
create_collectionCreate a new collection (folder) in the user's Grabblist to organize saved items.
Potential side effectsupdate_collectionUpdate a collection's name, icon, description, budget, or sharing status.
Potential side effectslink_itemsCreate typed relations between items: alternative (A or B), complement (A and B together), upgrade (B replaces A), duplicate (same item different site), same_seller.
Potential side effectsget_item_graphGet all relations for an item — alternatives, complements, upgrades, duplicates.
Inferred read-onlyget_item_historyGet the change history for a saved item — who changed what and when.
Inferred read-onlyget_collection_activityGet recent activity on a collection — additions, removals, edits.
Inferred read-onlysend_feedbackSend feedback, bug report, or feature request to the Grabbit team.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.grabblist]
url = "https://mcp.grabbitapp.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grabblist": {
"type": "http",
"url": "https://mcp.grabbitapp.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grabblist
Remote MCP URL: https://mcp.grabbitapp.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"grabblist": {
"url": "https://mcp.grabbitapp.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grabblist": {
"type": "http",
"url": "https://mcp.grabbitapp.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grabblist",
"transport": "streamable-http",
"url": "https://mcp.grabbitapp.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for grabbitapp.com was fetched 2026-08-24T03:16:58.471Z.
grabbitapp.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.