Connects to the Foodish API to fetch random food images across categories like pizza, burger, dosa, and more. Exposes a single tool, random_by_category, for pulling images on demand. No API key required. Part of the Pipeworx gateway ecosystem, so you can either use it standalone or access it through the broader Pipeworx gateway alongside 250+ other data sources. Useful when you need food imagery for testing, demos, or content generation without the friction of managing credentials or scraping image databases yourself.
Foodish MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
random_by_category | Random image for category. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"foodish": {
"url": "https://gateway.pipeworx.io/foodish/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Foodish data" })
The gateway picks the right tool and fills the arguments automatically.
MIT