INDIVIDUAL MCP TOOL
list_menus
List available menus (breakfast, lunch & dinner, catering) with page and PDF links.
LIVE ENDPOINT
https://mcp.fatboysstcloud.com/mcp
Connect to this endpoint to inspect the live schema for list_menus and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.fatboys-bbq]
url = "https://mcp.fatboysstcloud.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fatboys-bbq": {
"type": "http",
"url": "https://mcp.fatboysstcloud.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fatboys-bbq
Remote MCP URL: https://mcp.fatboysstcloud.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": {
"fatboys-bbq": {
"url": "https://mcp.fatboysstcloud.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fatboys-bbq": {
"type": "http",
"url": "https://mcp.fatboysstcloud.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fatboys-bbq",
"transport": "streamable-http",
"url": "https://mcp.fatboysstcloud.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_restaurant_info— Get Fat Boy's Bar-B-Q restaurant details: name, address, phone, website, description, founded year, and menu page links.get_hours— Get opening hours, closed days, and seating notes.get_menu— Get the full structured menu for breakfast, lunch_dinner, or catering, including items and prices when known.search_menu— Search menu items by keyword across name, description, category, and tags.get_item— Get a single menu item by id (preferred) or by name.get_specials— Get the current promo banner and any listed specials from the website data.get_order_link— Get the online ordering URL (OrderSpoon) and short instructions for pickup ordering.