INDIVIDUAL MCP TOOL
find_cafes
Good cafés in Bengaluru, Delhi NCR, Mumbai, Kolkata, Chennai, Pune, and Jaipur, scored by one roaster for working (Wi-Fi in Mbps, plugs, laptop welcome), for the coffee, for quiet, and for meeting someone, with a one-line note and a Google Maps link for each.
LIVE ENDPOINT
https://askespresso.com/api/mcp
Connect to this endpoint to inspect the live schema for find_cafes 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
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.aicoffee]
url = "https://askespresso.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aicoffee": {
"type": "http",
"url": "https://askespresso.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aicoffee
Remote MCP URL: https://askespresso.com/api/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": {
"aicoffee": {
"url": "https://askespresso.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aicoffee": {
"type": "http",
"url": "https://askespresso.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aicoffee",
"transport": "streamable-http",
"url": "https://askespresso.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_roasts— The Askespresso catalog: light, medium, dark, and the custom roast, with tasting notes, the 1 to 4 tasting chart (acidity, bitterness, body, sweetness), the brewer each suits, prices in INR for 250 g and 500 g, grind options, and whether each is on sale right now.recommend_coffee— Given a few sentences about someone's life right now (how they brew, whether they take milk, a new baby, exams, training for a race, working from cafés, moving abroad, a gift) suggest one of the roasts, a grind, a bag size, and why, with reading from the roaster's journal and an order the assistant can pass to prepare_order.plan_caffeine— A day plan for coffee: when to have the first cup, the latest cup that will not cost sleep, a cup timed before a workout with the dose used in sports nutrition, and the day's total against the 400 mg guideline (200 mg when pregnant or breastfeeding).list_gift_guides— The gifting guides on askespresso.com (connoisseurs, the office, for him, for her, first-time brewers, café workers, new parents, under INR 2,000), each with the gift package that ends it, its price for 250 g and 500 g bags, and the saving against buying the pieces separately.prepare_order— Turn one or more choices into a priced bag and a checkout link on askespresso.com.