← heytea.dev
INDIVIDUAL MCP TOOL
list_locations
List public HeyTea locations with current open state and pickup wait
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 endpoint
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.heytea-dev]
url = "https://mcp.heytea.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"heytea-dev": {
"type": "http",
"url": "https://mcp.heytea.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: heytea-dev
Remote MCP URL: https://mcp.heytea.dev/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": {
"heytea-dev": {
"url": "https://mcp.heytea.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"heytea-dev": {
"type": "http",
"url": "https://mcp.heytea.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "heytea-dev",
"transport": "streamable-http",
"url": "https://mcp.heytea.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_nearest_location— Find the nearest public HeyTea location to latitude and longitudeget_status— Get current status for a HeyTea location slugget_wait_time— Get current wait time for a HeyTea location slugget_notice— Get current store notice for a HeyTea location slugget_closing_notice— Get current closing notice for a HeyTea location slugget_history— Get one-minute historical wait-time data for a HeyTea location slug