← grabbitapp.com

INDIVIDUAL MCP TOOL

list_collections

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

grabbitapp.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for list_collections and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

grabbitapp.com

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.

Related tools

  • ping — Test connectivity to Grabblist and return service version.
  • get_wishlist — Get all saved items from the user's Grabblist.
  • get_item — Get full details of a saved item by ID.
  • add_item — Save an item to the user's Grabblist.
  • delete_item — Remove one or more items from the user's Grabblist (soft-delete).
  • restore_item — Restore one or more deleted (archived) items back to the Grabblist.
  • search_saved — Search within the user's saved items by keyword
  • update_price — Manually update the price on a saved item.