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.
ENDPOINT 1
https://getvahada.com/mcp
MCP server metadata
- Name
- com.getvahada/vahada
- Version
- 1.0.0
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_drinksRank venues by the cheapest standing price for a drink category, optionally within one district or neighbourhood of a Turkish city.
Inferred read-onlyvenue_pricesEvery standing drink price for one venue, plus any happy hours with the days and times they run.
Inferred read-onlylist_areasWhich Turkish districts and neighbourhoods Vahada has enough priced venues to answer for, and how many venues each has.
Inferred read-onlyhappy_hours_nowDiscounted drinks being served AT THIS MOMENT, with how long each has left.
Inferred read-onlyvenues_nearPriced venues within a radius of a latitude/longitude, nearest first, with their cheapest drink in each category and the distance.
Inferred read-onlyprice_indexThe published Vahada Bira Endeksi: median drink prices for Turkey and for the covered districts, as frozen in a monthly edition.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.