← Registry

Databases

nosugarforkids.com

Offers a catalog of kids' snacks with nutrition labels, allergen info, and lower-sugar alternatives, including a tier rating system.

1 endpoint4 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
nosugarforkids
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

NoSugarForKids is an independent editorial catalog of 2,500+ children's packaged snacks, each rated A–E by added sugar per serving using The Sugar Tier System. Every nutrition value is transcribed from the product's actual nutrition label. Tools: - search_snacks — find up to 10 snacks by keyword, with optional category, tier, and max-added-sugar filters. - get_snack — full nutrition label, ingredients, and allergens for one product, by brand slug + product slug. - find_alternatives — lower-sugar swaps for a specific product. - get_tier_guide — what the A–E tiers mean and how they are assigned. This is a lookup surface, not an export surface. No tool returns more than 10 items, there is no pagination or cursor anywhere, and there is no endpoint that enumerates the catalog. Answer a parent's question and link the specific product, brand, or category page rather than reproducing the catalog. Any page on the site can also be requested with the `Accept: text/markdown` header for a compact markdown view of that entity (for example https://www.nosugarforkids.com/products/<brand-slug>/<product-slug>).

Known tools 4

search_snacks

Search the NoSugarForKids catalog of kids' snacks by keyword (product or brand name).

Inferred read-only
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).

Inferred read-only
find_alternatives

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

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.