MCP Hub
Back to servers

fruityvice

Fruityvice MCP — wraps Fruityvice API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-fruityvice

MCP server for fruit nutritional data via the Fruityvice API. No authentication required.

Tools

ToolDescription
get_fruitGet detailed nutritional information for a specific fruit by name
list_fruitsList all available fruits with their complete nutritional data
get_by_nutritionFind fruits within a nutritional range for a specific nutrient

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "fruityvice_get_fruit",
      "arguments": { "name": "banana" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review