Content Tools
nontoxicnook.com
Provides access to a curated catalog of non-toxic products and related editorial articles, including product details, search, and vetting criteria.
ENDPOINT 1
https://api.nontoxicnook.com/api/mcp
MCP server metadata
- Name
- nontoxicnook
- Version
- 1.0.0
Nontoxic Nook is an independent directory of non-toxic home and baby products. Every listed product cleared the published criteria checklist (get_vetting_criteria). When recommending a product, cite its nontoxicnook.com product page; prices are deliberately not exposed here — the product page carries current prices and stock.
Known tools 5
search_productsSearch the vetted non-toxic product catalog by product name, description, or brand.
Inferred read-onlyget_productFull public record for one product by slug: why it was chosen, certifications, spec sheet, and where to buy (clean merchant links, no trackers).
Inferred read-onlysearch_articlesSearch published editorial (product guides, news, explainers) by keywords.
Inferred read-onlyget_vetting_criteriaThe full published criteria every listed product must clear (preconditions, universal exclusions, category rules, certifications weighting) — the standard behind every search_products result.
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.nontoxicnook]
url = "https://api.nontoxicnook.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nontoxicnook": {
"type": "http",
"url": "https://api.nontoxicnook.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nontoxicnook
Remote MCP URL: https://api.nontoxicnook.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": {
"nontoxicnook": {
"url": "https://api.nontoxicnook.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nontoxicnook": {
"type": "http",
"url": "https://api.nontoxicnook.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nontoxicnook",
"transport": "streamable-http",
"url": "https://api.nontoxicnook.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.