← Registry

Content Tools

ringgauge.com

Provides search and retrieval of Cuban cigar brand and SKU information, including pricing history from auction results.

1 endpoint8 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://www.ringgauge.com/mcp

No auth detected

MCP server metadata

Name
ringgauge
Version
1.0.0
Capabilities
tools
Server instructions

RingGauge indexes prices for Cuban cigars. Resolve a name to a SKU slug with search_cigars, then use get_cigar / get_price_history / get_auction_results. Never infer a fair-market price when aa_fmp_status is not 'available', and never interpolate across gaps in the monthly series — the absence of a point means no sale was observed that month.

Known tools 8

search_cigars

Full-text search across Cuban cigar brands, vitolas, SKUs and trade aliases.

Potential side effects
get_cigar

Full detail for one SKU by slug.

Inferred read-only
get_price_history

Two price series for one SKU, both per stick in USD and both aggregated from the same sold auction results.

Inferred read-only
list_brands

Every Cuban cigar brand (marca) in the catalog with its slug and SKU count.

Inferred read-only
browse_catalog

Paginated SKU list with filters.

Inferred read-only
get_auction_results

Individual sold auction results for one SKU — the raw observations the market price is computed from.

Inferred read-only
get_my_collection

The signed-in member's own cigar collection: each holding's SKU, quantity, purchase price and purchase date.

Potential side effects
get_my_wishlist

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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