seed-oil-tracker-mcp
Seed Oil Tracker MCP Server
A free, hosted MCP server that gives AI assistants live access to the largest restaurant seed oil database: 500+ US chains, 40,000+ menu items, each with an estimated PUFA (polyunsaturated fat) value built from published nutrition data and disclosed cooking oils.
Ask your assistant things like:
Does Chick-fil-A use seed oils?
What oil does Chipotle cook with?
What is the cleanest thing to order at Five Guys?
Which chains have the lowest seed oil overall?
Connect
No key, no account, read only.
Endpoint (streamable HTTP):
https://seedoiltracker.com/mcpClaude (claude.ai): Settings, then Connectors, then Add custom connector, then paste the endpoint URL.
Claude Code:
claude mcp add --transport http seed-oil-tracker https://seedoiltracker.com/mcpAny other MCP client: streamable HTTP transport, no auth.
Setup guide: https://seedoiltracker.com/mcp-setup
Related MCP server: Nutrition MCP
Run locally (stdio)
Prefer a local process, or your client only speaks stdio? This repo ships a
zero-dependency stdio server (server.py, Python 3.8+, standard library
only). It answers the MCP handshake locally and forwards tool calls to the
hosted endpoint.
python server.pyClaude Desktop config example:
{
"mcpServers": {
"seed-oil-tracker": {
"command": "python",
"args": ["/path/to/server.py"]
}
}
}Or with Docker:
docker build -t seed-oil-tracker-mcp .
docker run -i seed-oil-tracker-mcpTools
Tool | What it does |
| One chain's seed oil letter grade, the oil it fries in, the cleanest menu items to order, and the highest to avoid. Fuzzy name matching. |
| Find covered chains by full or partial name. |
| Chains ranked cleanest first or worst first by average seed oil per menu item. |
Data
Same dataset that powers the Seed Oil Tracker iOS app and seedoiltracker.com. Also available as a no-key JSON API and ChatGPT Action (https://seedoiltracker.com/ai-tool) and as an open dataset in CSV and JSON, licensed CC BY 4.0 (https://seedoiltracker.com/open-data).
Methodology and citation: https://seedoiltracker.com/methodology
About
Built by Seed Oil Tracker (https://seedoiltracker.com). The hosted server is the primary way to connect; this repository documents it and ships the local stdio bridge. Questions and issues welcome here.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for USDA nutrition data lookup, meal logging, and daily macro tracking.Last updated171MIT
- Alicense-qualityBmaintenanceA filesystem-based MCP server that turns any MCP-capable AI agent into a conversational calorie and protein tracker with natural-language estimates, confidence-aware logging, daily/weekly progress, food-history search, and export, working offline with local fallback data.Last updated171MIT
- Alicense-qualityBmaintenanceTracks macros and logs meals via plain language by exposing a local USDA food database as an MCP server.Last updatedMIT
- Flicense-qualityBmaintenanceA local, JSON-first calorie and protein tracker for agents and shell workflows, providing a CLI and MCP server for meal tracking, goal management, and summaries with SQLite storage.Last updated
Related MCP Connectors
AI-native restaurant discovery: verified/menu-indexed/discovered tiers + signed allergy-safety data.
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Query FDA data on drugs, food, devices, and recalls via openFDA. STDIO or Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaredOnAnIsland/seed-oil-tracker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server