← coffeeaddict.nz

INDIVIDUAL MCP TOOL

best_deals

Today's price cuts, new arrivals and cheapest bags per 100g across New Zealand specialty coffee.

coffeeaddict.nznone authenticationAvailability not checked

LIVE ENDPOINT

https://coffeeaddict.nz/mcp

No auth detected

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

coffeeaddict.nz

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.coffee-addict]
url = "https://coffeeaddict.nz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coffee-addict": {
      "type": "http",
      "url": "https://coffeeaddict.nz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coffee-addict
Remote MCP URL: https://coffeeaddict.nz/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": {
    "coffee-addict": {
      "url": "https://coffeeaddict.nz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coffee-addict": {
      "type": "http",
      "url": "https://coffeeaddict.nz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coffee-addict",
  "transport": "streamable-http",
  "url": "https://coffeeaddict.nz/mcp"
}
MCP Inspector

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

Related tools

  • search_beans — Search every bag of specialty coffee on sale in New Zealand.
  • roaster_info — The New Zealand specialty roasters we track: how many bags each has, their cheapest per 100g, their published shipping terms and where they roast.