Productivity
noshup.ca
A Canadian meal planning app that helps families plan weekly meals, build grocery lists, and match flyer deals from local stores.
ENDPOINT 1
https://api.noshup.ca/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.noshup-ca]
url = "https://api.noshup.ca/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"noshup-ca": {
"type": "http",
"url": "https://api.noshup.ca/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: noshup-ca
Remote MCP URL: https://api.noshup.ca/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"noshup-ca": {
"url": "https://api.noshup.ca/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"noshup-ca": {
"type": "http",
"url": "https://api.noshup.ca/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "noshup-ca bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "noshup-ca",
"transport": "streamable-http",
"url": "https://api.noshup.ca/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.noshup.ca/mcp-public
MCP server metadata
- Name
- NoshUp Public
Search NoshUp's public recipe catalog and current Canadian grocery flyer deals. These tools require no authentication and never return personal or household data.
Known tools 3
search_mealsSearch NoshUp's recipe catalogue by cuisine, dietary preference, ingredient, or meal type.
Inferred read-onlyget_recipeGet full recipe details for a specific meal, including scaled ingredients and steps.
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.noshup-public]
url = "https://api.noshup.ca/mcp-public"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"noshup-public": {
"type": "http",
"url": "https://api.noshup.ca/mcp-public"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: noshup-public
Remote MCP URL: https://api.noshup.ca/mcp-public
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": {
"noshup-public": {
"url": "https://api.noshup.ca/mcp-public"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"noshup-public": {
"type": "http",
"url": "https://api.noshup.ca/mcp-public"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "noshup-public",
"transport": "streamable-http",
"url": "https://api.noshup.ca/mcp-public"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for noshup.ca was fetched 2026-08-23T22:08:31.397Z.
noshup.ca is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.