Token导航 LogoToken导航TokenDH.com
Taco Bell MCP logo
地图位置stdio官方级别未说明来源级核验

Taco Bell MCP

MCP Server

一个用于与Taco Bell API交互的MCP服务器,提供位置搜索和菜单浏览功能。

工具数

2

提示词数

0

GitHub Stars

1

资源数

0
PythonClaude位置天气Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

amittallapragada

提供方

amittallapragada

最后核验

2026/5/17 20:19

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

python3 -m venv .venv

详细介绍

Taco Bell MCP Server

An MCP (Model Context Protocol) server for interacting with the Taco Bell API. Search for locations and browse menus.

Features

Tools

  • search_locations - Find nearby Taco Bell locations by coordinates
  • get_restaurant_menu - Get the full menu for a specific location

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Configuration

Add to your Claude Desktop config:

MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "taco-bell": {
      "command": "~/taco-bell-mcp/.venv/bin/python3",
      "args": ["~/taco-bell-mcp/main.py"]
    }
  }
}

Implementation Status

Both API functions are fully implemented:

  1. taco_bell_search_locations()

- Searches for nearby Taco Bell locations by latitude/longitude - Returns store details including address, hours, distance, capabilities

  1. taco_bell_get_menu()

- Fetches complete menu data for a specific store - Returns all menu categories, items, prices, and descriptions

Next: I want to add sessions, adding items, customizing items, and even checking out. To my knowledge you can't do these with the exposed api on the taco bell website. I think it requires playwright or selenium to click through the pages to accomplish this. Would appreciate help if anyone is interested!

Usage Example

# 1. Search for locations by coordinates
search_locations(latitude=37.7749, longitude=-122.4194)

# 2. Get menu for a specific store
get_restaurant_menu(store_id="042266")

API Endpoints Used

  • Location Search: https://www.tacobell.com/tacobellwebservices/v4/tacobell/stores
  • Menu Retrieval: https://www.tacobell.com/tacobellwebservices/v4/tacobell/products/menu/{store_id}

目录标签

目录标签

PythonClaude位置天气餐饮API本地部署位置服务菜单管理快餐查询

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP