Back to search
100
MCP live v1.0.1 streamable-http

Graffeo Coffee Roasting

ai.agenticshelf/graffeo

Live MCP catalog for Graffeo Coffee Roasting - Simply the World's Finest Coffee since 1935.

Uptime
30.8%
26 probes
Response
639ms
last probe
Tools
5
callable

Tools · 5

check_stock

Check real-time inventory, price, and shipping for a product SKU. This tool queries the connected e-commerce platform (Shopify, WooCommerce, etc.) for live inventory data. Returns curren…

get_product_details

Get full product details optimized for AI agents (structured JSON). Args: sku: Product SKU - e.g., "WIDGET-001" Returns: Dictionary with catalog fields; ``found`` is Fal…

get_price

Get current price for a product SKU. Args: sku: Product SKU - e.g., "WIDGET-001" Returns: Dictionary with sku and current price Example: >>> await get_price…

list_products

List products from the connected store, paginated. Use this tool when an agent needs to DISCOVER products by browsing the catalog rather than VERIFYING a known SKU. The response includes the …

search_products

Search products in the connected store by keyword. Use this when a shopper's query suggests specific terms the agent can match against product titles or tags — e.g. "HEPA air purifier" or …

Similar MCP servers embedding-nearest

Graffeo Coffee Roasting
Live product catalog and ordering information for Graffeo Coffee Roasting via AgenticShelf.
0 tools
Espresso MCP
Find great espresso cafes worldwide with curated data and transparent quality scoring.
0 tools
coffee-roaster-mcp
RoastPilot: a spec-driven MCP server for autonomous coffee roasting.
0 tools
RoastPilot
RoastPilot controls coffee roasting sessions through local stdio MCP tools and exports logs.
0 tools
coffee mcp
Metadata-only Glama MCP server.
0 tools
graffeo
Metadata-only Glama MCP connector.
0 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "graffeo_coffee_roasting": {
      "url": "https://api.agenticshelf.ai/m/graffeo/mcp",
      "transport": "streamable-http"
    }
  }
}