{
  "markdown": "# NoshUp MCP Server\n\nAI-powered grocery and meal planning via the Model Context Protocol.\n\n## Endpoint\n\n```\nhttps://api.noshup.ca/mcp\n```\n\n**Transport:** Streamable HTTP\n\n## What it does\n\nNoshUp exposes read-only tools for meal planning, grocery deals, and budget tracking:\n\n- **Meals** - Search and discover meals by cuisine, dietary preference, and ingredients\n- **Flyers** - Browse current grocery store flyers and deals\n- **Meal Plans** - View weekly meal plans\n- **Grocery** - Access grocery lists and shopping items\n- **Budget** - Track food spending and budget status\n\nAll tools are scoped to the authenticated user's household.\n\n## Authentication\n\nNoshUp uses long-lived API keys (`nsh_mcp_...`) for MCP connections.\n\n### Getting an API key\n\n1. Log in to your NoshUp account at [noshup.ca](https://noshup.ca)\n2. Generate an MCP API key via the API:\n   ```bash\n   # Login to get a JWT access token\n   http POST https://api.noshup.ca/api/v1/auth/login email=you@example.com password='***'\n\n   # Create an MCP API key (returns the key once)\n   http POST https://api.noshup.ca/api/v1/mcp-api-keys/ \\\n     Authorization:\"Bearer <accessToken>\" \\\n     name=my-mcp-connector\n   ```\n3. Save the returned `nsh_mcp_...` token - it's shown only once\n\n### Connecting to Claude\n\n1. Go to Claude > Settings > Connectors > Add custom connector\n2. Enter server URL: `https://api.noshup.ca/mcp`\n3. Leave OAuth fields empty\n4. Authenticate with your `nsh_mcp_...` API key\n\n### Connecting to ChatGPT\n\n1. Enable Developer Mode: Settings > Apps & Connectors > Advanced\n2. Settings > Apps & Connectors > Create\n3. URL: `https://api.noshup.ca/mcp`\n4. Auth: Token > paste your `nsh_mcp_...` key\n\n### Connecting to Cursor\n\nAdd to `.cursor/mcp.json`:\n```json\n{\n  \"mcpServers\": {\n    \"noshup\": {\n      \"url\": \"https://api.noshup.ca/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer nsh_mcp_...\"\n      }\n    }\n  }\n}\n```\n\n### Connecting via Claude Code\n\n```bash\nclaude mcp add --transport http noshup https://api.noshup.ca/mcp\n```\n\n## Privacy Policy\n\nNoshUp MCP tools access your household's meal plans, grocery lists, flyer deals, and budget data. Data is scoped to your authenticated user account and never shared across households. See [noshup.ca/privacy](https://noshup.ca/privacy) for full details.\n\n## Support\n\n- Email: [support@noshup.ca](mailto:support@noshup.ca)\n- Website: [noshup.ca](https://noshup.ca)\n\n## License\n\nCopyright (c) 2026 Navsha Inc. All rights reserved.\n",
  "bytes": 2465,
  "sha": "b793191c6648728e4effd77b6493cb2beb5cfe0f86c444ab71476ca68caf040c",
  "repo_slug": "navshainc/noshup-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_navshainc_noshup_mcp_3a905350/readme"
}