search_ingredients
Search by ingredient name, alias, CAS number, E-number, UNII, or DTXSID, with optional category and concern filters.
Connect MCP-compatible assistants and agents to the same context-aware ingredient database used by CleanBites search. Look up names, aliases, regulatory identifiers, concerns, and references without leaving your conversation.
Register and get a tokenAvailable tools
Each tool follows the same conservative matching and context safeguards as the CleanBites website.
Search by ingredient name, alias, CAS number, E-number, UNII, or DTXSID, with optional category and concern filters.
Return fast, consumer-facing ingredient and alias suggestions for a partial search term.
Retrieve a full ingredient record by slug or UUID, including aliases, references, concerns, and guidance.
Integration guide
CleanBites uses Streamable HTTP and Bearer-token authentication. Your MCP client may use a different settings file, but the endpoint and authorization header stay the same.
Register for a CleanBites account to receive a personal token immediately. Already registered? Manage tokens from your account.
Add the MCP endpoint and authorization header to your client, using the configuration shown here as a starting point.
Once connected, your assistant can discover and call all three CleanBites tools automatically.
{
"mcpServers": {
"cleanbites": {
"url": "https://cleanbites.net/api/mcp",
"headers": {
"Authorization": "Bearer <YOUR_CLEANBITES_TOKEN>"
}
}
}
}Try it out