← getvahada.com

INDIVIDUAL MCP TOOL

cheapest_drinks

Rank venues by the cheapest standing price for a drink category, optionally within one district or neighbourhood of a Turkish city.

getvahada.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://getvahada.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for cheapest_drinks 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

getvahada.com

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.com-getvahada-vahada]
url = "https://getvahada.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "com-getvahada-vahada": {
      "type": "http",
      "url": "https://getvahada.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: com-getvahada-vahada
Remote MCP URL: https://getvahada.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": {
    "com-getvahada-vahada": {
      "url": "https://getvahada.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "com-getvahada-vahada": {
      "type": "http",
      "url": "https://getvahada.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "com-getvahada-vahada",
  "transport": "streamable-http",
  "url": "https://getvahada.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • venue_prices — Every standing drink price for one venue, plus any happy hours with the days and times they run.
  • list_areas — Which Turkish districts and neighbourhoods Vahada has enough priced venues to answer for, and how many venues each has.
  • happy_hours_now — Discounted drinks being served AT THIS MOMENT, with how long each has left.
  • venues_near — Priced venues within a radius of a latitude/longitude, nearest first, with their cheapest drink in each category and the distance.
  • price_index — The published Vahada Bira Endeksi: median drink prices for Turkey and for the covered districts, as frozen in a monthly edition.