← Registry

Productivity

grabbitapp.com

MCP server for managing Grabblist wishlist items, including testing connectivity, retrieving saved items, adding new items, and deleting existing ones.

1 endpoint23 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://mcp.grabbitapp.com/api/mcp

No auth detected

MCP server metadata

Name
Grabblist
Version
2.1.0
Capabilities
tools
Server instructions

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

ping

Test connectivity to Grabblist and return service version.

Inferred read-only
get_wishlist

Get all saved items from the user's Grabblist.

Inferred read-only
get_item

Get full details of a saved item by ID.

Inferred read-only
add_item

Save an item to the user's Grabblist.

Inferred read-only
delete_item

Remove one or more items from the user's Grabblist (soft-delete).

Potential side effects
restore_item

Restore one or more deleted (archived) items back to the Grabblist.

Inferred read-only
search_saved

Search within the user's saved items by keyword

Inferred read-only
update_price

Manually update the price on a saved item.

Potential side effects
update_item

Edit fields on one or more saved items.

Potential side effects
list_collections

List all collections OR get a specific collection with its items.

Inferred read-only
create_collection

Create a new collection (folder) in the user's Grabblist to organize saved items.

Potential side effects
add_to_collection

Add a saved item to a collection.

Inferred read-only
remove_from_collection

Remove one or more items from a collection.

Potential side effects
delete_collection

Permanently delete a collection.

Potential side effects
update_collection

Update a collection's name, icon, description, budget, or sharing status.

Potential side effects
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.

Potential side effects
get_item_graph

Get all relations for an item — alternatives, complements, upgrades, duplicates.

Inferred read-only
unlink_items

Remove a relation between two items.

Potential side effects
get_item_history

Get the change history for a saved item — who changed what and when.

Inferred read-only
get_collection_activity

Get recent activity on a collection — additions, removals, edits.

Inferred read-only
set_pinned_items

Set the pinned "Top Picks" items for a collection (max 3).

Inferred read-only
send_feedback

Send feedback, bug report, or feature request to the Grabbit team.

Potential side effects
ask_agent

Delegate a task to Grabblist's built-in AI assistant.

Inferred read-only

CONNECT 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.

Trust status Trusted

grabbitapp.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.