Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

iNutriPlan Supplement Database MCP Server

io.github.okyalos76/inutriplan-mcp

MCP server exposing supplements database used by iNutriPlan.com

Uptime
100.0%
2 direct probes · 30d
Response
218ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_supplements

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 …

get_supplement_detail

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…

search_by_ingredient

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…

list_categories

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.

get_supplements_by_category

List top-rated in-stock products within a specific iHerb category. Use list_categories first to discover valid category slugs.

get_ingredient_info

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…

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"
    }
  }
}