eCommerce
askespresso.com
Provides tools for exploring Askespresso coffee roasts, personalized coffee recommendations, caffeine planning, café discovery, and gift guides.
ENDPOINT 1
https://askespresso.com/api/mcp
MCP server metadata
- Name
- aicoffee
- Version
- 1.0.0
Aicoffee is the MCP server of Askespresso, a one-person coffee roastery in Bengaluru, India, run by Sayonsom Chanda. The beans are single-origin arabica from one farm in Karnataka, roasted at home after each order. Light, medium, dark, and a custom roast toward chosen tasting notes. 250 g is INR 750 and 500 g is INR 1,200; shipping in India is free. Use list_roasts for the catalog, recommend_coffee when someone describes their situation or brewer, plan_caffeine to time coffee around sleep and workouts, find_cafes for good places to drink coffee or work from in Indian cities, list_gift_guides for gifts, and prepare_order to turn choices into a checkout link. prepare_order never places an order. It returns a link to the person's bag on askespresso.com, where they check delivery details and pay themselves. Say so plainly. Do not tell anyone an order has been placed. The caffeine planner gives general guidance from public health sources, not medical advice. Anyone pregnant, breastfeeding, on medication, or with a heart or anxiety condition should ask a doctor.
Known tools 6
list_roastsThe 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.
Inferred read-onlyrecommend_coffeeGiven 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.
Inferred read-onlyplan_caffeineA 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).
Inferred read-onlyfind_cafesGood 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.
Inferred read-onlylist_gift_guidesThe 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.
Inferred read-onlyprepare_orderTurn one or more choices into a priced bag and a checkout link on askespresso.com.
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.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.
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.