# NoshUp: Canadian Grocery Deals & Recipes (remote · api.noshup.ca)

Canadian grocery flyer deals and recipes by item, store, postal code, cuisine, or diet. No auth.

- Trust score: 74/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-23

## Components

- remote · `api.noshup.ca`: 74/100 (this document), [markdown](https://verifymcp.io/servers/navshainc-noshup-public/mcp-public.md), [page](https://verifymcp.io/servers/navshainc-noshup-public/mcp-public)

## Channel facts

- Endpoint: `https://api.noshup.ca/mcp-public`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.3`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-23.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 86/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 343 tokens (~68/item across 5 items; 3 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the NoshUp: Canadian Grocery Deals & Recipes MCP server?

NoshUp: Canadian Grocery Deals & Recipes is a hosted endpoint at https://api.noshup.ca/mcp-public, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http navshainc-noshup-public 'https://api.noshup.ca/mcp-public'
```

### Cursor

```json
{
  "mcpServers": {
    "navshainc-noshup-public": {
      "url": "https://api.noshup.ca/mcp-public"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "navshainc-noshup-public": {
      "type": "http",
      "url": "https://api.noshup.ca/mcp-public"
    }
  }
}
```

### Codex

```toml
[mcp_servers.navshainc-noshup-public]
url = "https://api.noshup.ca/mcp-public"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "navshainc-noshup-public": {
      "type": "remote",
      "url": "https://api.noshup.ca/mcp-public",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add navshainc-noshup-public --url 'https://api.noshup.ca/mcp-public' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  navshainc-noshup-public:
    url: "https://api.noshup.ca/mcp-public"
```

### Netclaw

```json
{
  "McpServers": {
    "navshainc-noshup-public": {
      "Transport": "http",
      "Url": "https://api.noshup.ca/mcp-public"
    }
  }
}
```

### Vellum

```bash
assistant mcp add navshainc-noshup-public -t streamable-http -u 'https://api.noshup.ca/mcp-public'
```

### Other

```json
{
  "mcpServers": {
    "navshainc-noshup-public": {
      "type": "http",
      "url": "https://api.noshup.ca/mcp-public"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-23 (score 74)

First indexed and scored.

## MCP tools (3)

### `search_meals` (~106 tokens)

Search meals

Search NoshUp's recipe catalogue by cuisine, dietary
        preference, ingredient, or meal type.

        The query matches both meal names and recipe ingredients.

Input parameters:

- `cuisine`: Filter by cuisine
- `dietary`: Dietary constraints (vegetarian, vegan, gluten_free, nut_allergy)
- `limit` (integer): Maximum number of results
- `meal_type`: Filter by meal type
- `query`: Dish name, cuisine type, or ingredient to search for

### `get_recipe` (~42 tokens)

Get recipe

Get full recipe details for a specific meal, including
        scaled ingredients and steps.

Input parameters:

- `meal_id` (string, required): Meal ID from search_meals (UUID)

### `get_flyer_deals` (~131 tokens)

Find grocery deals

Search current Canadian grocery flyer deals by item name or store.

        Covers FreshCo, Costco, Walmart, Food Basics, and more.
        All returned deals are currently valid and from the latest
        successful flyer fetch per store.

Input parameters:

- `limit` (integer): Maximum number of results
- `postal_code`: Canadian postal code for location-aware deals (e.g. L4B1C3)
- `query`: Item name to search deals for (e.g. paneer, milk, rice)
- `store`: Filter by store name (e.g. FreshCo, Costco)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/navshainc-noshup-public/mcp-public#diagnostics

## Score history

- 2026-08-23: 74

## Common questions

### What is the NoshUp: Canadian Grocery Deals & Recipes MCP server?

NoshUp: Canadian Grocery Deals & Recipes is an MCP server listed in the public MCP registry as io.github.navshainc/noshup-public. Canadian grocery flyer deals and recipes by item, store, postal code, cuisine, or diet. No auth. This page covers its hosted endpoint (https://api.noshup.ca/mcp-public).

### Is the NoshUp: Canadian Grocery Deals & Recipes MCP server safe to use?

NoshUp: Canadian Grocery Deals & Recipes scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the NoshUp: Canadian Grocery Deals & Recipes MCP server expose?

NoshUp: Canadian Grocery Deals & Recipes exposes 3 tools: search_meals, get_recipe, get_flyer_deals. Their descriptions and schemas cost roughly 279 tokens of context every time the server is loaded.

### Does the NoshUp: Canadian Grocery Deals & Recipes MCP server require authentication?

No. We connected to NoshUp: Canadian Grocery Deals & Recipes without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the NoshUp: Canadian Grocery Deals & Recipes MCP server still maintained?

NoshUp: Canadian Grocery Deals & Recipes is still listed as active in the MCP registry. We last reached this channel on 23 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.noshup.ca/mcp-public
- Website: https://noshup.ca/
- Changelog RSS feed: https://verifymcp.io/servers/navshainc-noshup-public/mcp-public.xml
- Changelog JSON feed: https://verifymcp.io/servers/navshainc-noshup-public/mcp-public.json
- HTML version of this page: https://verifymcp.io/servers/navshainc-noshup-public/mcp-public
