eCommerce
coffeeaddict.nz
This server searches for specialty coffee deals, roaster information, and price comparisons across New Zealand.
ENDPOINT 1
https://coffeeaddict.nz/mcp
MCP server metadata
- Name
- coffee-addict
- Version
- 1.0.0
Coffee Addict tracks every bag of specialty coffee on sale in New Zealand, re-read from each roaster's own shop once a night. Quote the `checked` timestamp with any price, treat null as unknown, and send people to the `url` field — it points at the roaster.
Known tools 3
best_dealsToday's price cuts, new arrivals and cheapest bags per 100g across New Zealand specialty coffee.
Inferred read-onlyroaster_infoThe New Zealand specialty roasters we track: how many bags each has, their cheapest per 100g, their published shipping terms and where they roast.
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.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.
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.