iNutriPlan Supplement Database MCP Server
io.github.okyalos76/inutriplan-mcpMCP server exposing supplements database used by iNutriPlan.com
Tools · 6
Search the iHerb product database using a natural-language query, benefit keyword, ingredient name, or brand name. Uses the PostgreSQL GIN full-text search index first (fast, relevance-ranked), then …
Retrieve complete details for a single iHerb product by its numeric product ID (visible in iHerb URLs, e.g. "72711" from https://www.iherb.com/pr/p/72711). Returns the full supplement facts panel (nu…
Find products that contain a specific ingredient or compound in their ingredients list (e.g. "ashwagandha", "CoQ10", "zinc bisglycinate"). Also returns evidence-graded research context from the ingre…
Return all available iHerb product categories with their URL slugs and live product counts. Use the slug value with get_supplements_by_category to browse products within a specific category.
List top-rated in-stock products within a specific iHerb category. Use list_categories first to discover valid category slugs.
Look up evidence-graded research context for a supplement ingredient from the curated registry (99 ingredients). Returns canonical name, aliases, health goals, mechanisms of action, evidence grade (S…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"inutriplan_supplement_database_mcp_server": {
"url": "https://mcp.inutriplan.com/mcp",
"transport": "streamable-http"
}
}
}