← grabbitapp.com

INDIVIDUAL MCP TOOL

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.

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 link_items and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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.