← Registry

General Tools

getvahada.com

An MCP server that provides tools to find cheap drink prices, venue price lists, happy hours, and nearby venues in Turkish cities.

1 endpoint6 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://getvahada.com/mcp

No auth detected

MCP server metadata

Name
com.getvahada/vahada
Version
1.0.0
Capabilities
tools
Server instructions

Vahada holds real drink prices from bars in Turkey, read from venue menus. Call list_areas first if you are unsure an area is covered. All prices are standing menu prices in Turkish lira; happy-hour prices are returned separately with their hours and never as the headline figure.

Known tools 6

cheapest_drinks

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

Inferred read-only
venue_prices

Every standing drink price for one venue, plus any happy hours with the days and times they run.

Inferred read-only
list_areas

Which Turkish districts and neighbourhoods Vahada has enough priced venues to answer for, and how many venues each has.

Inferred read-only
happy_hours_now

Discounted drinks being served AT THIS MOMENT, with how long each has left.

Inferred read-only
venues_near

Priced venues within a radius of a latitude/longitude, nearest first, with their cheapest drink in each category and the distance.

Inferred read-only
price_index

The published Vahada Bira Endeksi: median drink prices for Turkey and for the covered districts, as frozen in a monthly edition.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.