CigarFinder

CigarFinder MCP Server

Model Context Protocol endpoint for live cigar pricing, brand data, and coupon codes

58,000+ cigar SKUs indexed 15 U.S. online retailers Daily price refresh Free to use

What this is

This server implements the Model Context Protocol (MCP) specification, giving any MCP-compatible AI client direct structured access to the CigarFinder retail pricing dataset. Instead of scraping web pages, an AI assistant can call typed tools like search_cigars or get_best_price and get back clean JSON with live pricing from all 15 partner retailers.

Clients that currently work out of the box: Claude Desktop, the Claude Code CLI, VS Code with any MCP extension, any OpenAI GPT Action, and any custom agent built on python-sdk or typescript-sdk.

Tools exposed

How to connect from Claude Desktop

Add this block to your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "cigarfinder": {
      "url": "https://mcp.cigarfinder.com/mcp",
      "transport": "http"
    }
  }
}

Restart Claude Desktop. The tools show up under the cigarfinder server and can be invoked on any prompt — e.g. "find me a full-bodied Nicaraguan cigar under $10" or "what's the cheapest place to buy Padron 1964 Anniversary?"

Endpoints

Authentication

Two options. Most users don't need auth for public read-only tools.

Rate limits and fair use

The server is free to use. Reasonable fair-use limit is roughly 60 tool calls per minute per IP. Need more volume? Email admin@cigarfinder.com and we will whitelist you.

Data freshness

Product prices are refreshed on a rolling daily schedule across all 15 retailers. Brand pages, coupon codes, and category metadata update within minutes of changes on cigarfinder.com.

Related resources