io.github.markswendsen-code/grubhub✓
io.github.markswendsen-code/grubhub · v0.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.markswendsen-code/grubhub",
"description": "MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously",
"repository": {
"url": "https://github.com/markswendsen-code/mcp-grubhub",
"source": "github"
},
"version": "0.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@striderlabs/mcp-grubhub",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GrubHub email or phone for authentication",
"isRequired": true,
"format": "string",
"name": "GRUBHUB_EMAIL"
},
{
"description": "GrubHub account password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GRUBHUB_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}