Content Tools
ringgauge.com
Provides search and retrieval of Cuban cigar brand and SKU information, including pricing history from auction results.
ENDPOINT 1
https://www.ringgauge.com/mcp
MCP server metadata
- Name
- ringgauge
- Version
- 1.0.0
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_cigarsFull-text search across Cuban cigar brands, vitolas, SKUs and trade aliases.
Potential side effectsget_price_historyTwo price series for one SKU, both per stick in USD and both aggregated from the same sold auction results.
Inferred read-onlylist_brandsEvery Cuban cigar brand (marca) in the catalog with its slug and SKU count.
Inferred read-onlyget_auction_resultsIndividual sold auction results for one SKU — the raw observations the market price is computed from.
Inferred read-onlyget_my_collectionThe signed-in member's own cigar collection: each holding's SKU, quantity, purchase price and purchase date.
Potential side effectsget_my_wishlistThe signed-in member's wishlist, including any target price set for alerts.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.