eCommerce
baristicaroastery.az
Provides tools to search, browse categories, and retrieve full product records from Baristica's product catalog.
ENDPOINT 1
https://www.baristicaroastery.az/api/mcp
MCP server metadata
- Name
- baristica-catalog
- Version
- 1.0.0
Baristica is a specialty coffee roastery in Baku, Azerbaijan. It roasts and sells coffee, and sells espresso machines, grinders, brewing gear, tea and chocolate. This server exposes its public product catalog, read-only. Prices are in Azerbaijani manat (AZN, ₼) and are the shelf prices the website shows. Start with search_catalog. It returns a product id for every hit; get_product takes that id and returns the full record, including tasting notes and the pack sizes a coffee is sold in. list_categories returns the category tree if you would rather browse than search. All three take an optional `lang` (az, ru, en, default az); names and tasting notes come back translated. Limits worth knowing before you promise a customer anything: - There is no ordering, payment or account tooling here, and none is coming. An order is placed by a person in a browser or in the Baristica iOS app — checkout needs a delivery pin dropped on a map, a phone number and a card. Give the customer the product url and let them finish. - Availability means "listed on the site", not a live stock count. The site does not publish stock levels, so do not promise anything is in stock. - Quote-only products have no published price. Do not invent one. - Wholesale pricing is not public and is not in this catalog.
Known tools 3
search_catalogSearch Baristica's products by name, or list everything in a category.
Inferred read-onlyget_productFull record for one product by id: price, pack sizes, tasting notes for coffee, specifications for equipment, and how the customer actually buys it.
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.baristica-catalog]
url = "https://www.baristicaroastery.az/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"baristica-catalog": {
"type": "http",
"url": "https://www.baristicaroastery.az/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: baristica-catalog
Remote MCP URL: https://www.baristicaroastery.az/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": {
"baristica-catalog": {
"url": "https://www.baristicaroastery.az/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"baristica-catalog": {
"type": "http",
"url": "https://www.baristicaroastery.az/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "baristica-catalog",
"transport": "streamable-http",
"url": "https://www.baristicaroastery.az/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.