AI-powered grocery and meal planning. Discover meals, plan menus, find deals, track budgets.
claude mcp add noshup --transport http https://api.noshup.ca/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"noshup": {
"url": "https://api.noshup.ca/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"noshup": {
"serverUrl": "https://api.noshup.ca/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"noshup": {
"type": "http",
"url": "https://api.noshup.ca/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"noshup": {
"url": "https://api.noshup.ca/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"noshup": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.noshup.ca/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://api.noshup.ca/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.navshainc--noshup/reviews or the review_server meta-tool.
POST /mcp