← ringgauge.com

INDIVIDUAL MCP TOOL

get_my_wishlist

The signed-in member's wishlist, including any target price set for alerts.

ringgauge.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.ringgauge.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_my_wishlist 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

ringgauge.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.ringgauge]
url = "https://www.ringgauge.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ringgauge": {
      "type": "http",
      "url": "https://www.ringgauge.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ringgauge
Remote MCP URL: https://www.ringgauge.com/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": {
    "ringgauge": {
      "url": "https://www.ringgauge.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ringgauge": {
      "type": "http",
      "url": "https://www.ringgauge.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ringgauge",
  "transport": "streamable-http",
  "url": "https://www.ringgauge.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_cigars — Full-text search across Cuban cigar brands, vitolas, SKUs and trade aliases.
  • get_cigar — Full detail for one SKU by slug.
  • get_price_history — Two price series for one SKU, both per stick in USD and both aggregated from the same sold auction results.
  • list_brands — Every Cuban cigar brand (marca) in the catalog with its slug and SKU count.
  • browse_catalog — Paginated SKU list with filters.
  • get_auction_results — Individual sold auction results for one SKU — the raw observations the market price is computed from.
  • get_my_collection — The signed-in member's own cigar collection: each holding's SKU, quantity, purchase price and purchase date.