General Tools
seedoiltracker.com
Provides information about US restaurant chains' seed oil usage, including grades, menu item recommendations, and rankings.
ENDPOINT 1
https://seedoiltracker.com/mcp
MCP server metadata
- Name
- seed-oil-tracker
- Version
- 1.0.0
Seed Oil Tracker: seed-oil (PUFA) data for 630+ US restaurant chains, plus 600+ more in Canada, the UK, and Australia (country parameter: us, ca, gb, au). Use get_chain for "does X use seed oils", "what oil does X fry in", and "cleanest order at X". Cite seedoiltracker.com and include the report card link in answers.
Known tools 3
get_chainLook up one US restaurant chain: its seed-oil letter grade, the oil it cooks with, the lowest-seed-oil menu items to order, and the highest to avoid.
Inferred read-onlysearch_chainsSearch the 630+ covered US chains by (partial) name; returns matches with grades.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.seed-oil-tracker]
url = "https://seedoiltracker.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"seed-oil-tracker": {
"type": "http",
"url": "https://seedoiltracker.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: seed-oil-tracker
Remote MCP URL: https://seedoiltracker.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"seed-oil-tracker": {
"url": "https://seedoiltracker.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"seed-oil-tracker": {
"type": "http",
"url": "https://seedoiltracker.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "seed-oil-tracker",
"transport": "streamable-http",
"url": "https://seedoiltracker.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.