Databases
nosugarforkids.com
Offers a catalog of kids' snacks with nutrition labels, allergen info, and lower-sugar alternatives, including a tier rating system.
ENDPOINT 1
https://www.nosugarforkids.com/api/mcp
MCP server metadata
- Name
- nosugarforkids
- Version
- 1.0.0
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_snacksSearch the NoSugarForKids catalog of kids' snacks by keyword (product or brand name).
Inferred read-onlyget_snackFull 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-onlyfind_alternativesLower-sugar swaps for a specific product, identified by brand slug and product slug.
Inferred read-onlyget_tier_guideExplains 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.