← nosugarforkids.com

INDIVIDUAL MCP TOOL

find_alternatives

Lower-sugar swaps for a specific product, identified by brand slug and product slug.

nosugarforkids.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.nosugarforkids.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_alternatives and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

nosugarforkids.com

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.nosugarforkids]
url = "https://www.nosugarforkids.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nosugarforkids": {
      "type": "http",
      "url": "https://www.nosugarforkids.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nosugarforkids
Remote MCP URL: https://www.nosugarforkids.com/api/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": {
    "nosugarforkids": {
      "url": "https://www.nosugarforkids.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nosugarforkids": {
      "type": "http",
      "url": "https://www.nosugarforkids.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nosugarforkids",
  "transport": "streamable-http",
  "url": "https://www.nosugarforkids.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_snacks — Search the NoSugarForKids catalog of kids' snacks by keyword (product or brand name).
  • get_snack — Full nutrition label, ingredients, and allergen data for one product, identified by its brand slug and product slug (the two path segments of its /products/ URL).
  • get_tier_guide — Explains The Sugar Tier System (A–E) used to rate every product in the catalog, including the threshold for each tier and how a tier is assigned.