besttime_forecast
Pack: besttime · Endpoint: https://gateway.pipeworx.io/besttime/mcp
How busy is
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
venue_name | string | yes | Business name, e.g. “McDonald’s”, “SoulCycle” (max 256 chars) |
venue_address | string | yes | Business address, e.g. “1 Market St, San Francisco, CA” (max 1024 chars) |
_apiKey | string | yes | BestTime keys as “privateKey:publicKey” (pri_…/pub_…) from your besttime.app account (free test account available) |
Example call
curl -X POST https://gateway.pipeworx.io/besttime/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"besttime_forecast","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"besttime": {
"url": "https://gateway.pipeworx.io/besttime/mcp"
}
}
}
See Getting Started for client-specific install steps.