Skip to content
Back to search
100
MCP live v1.0.2 streamable-http

Graffeo Coffee Roasting

ai.agenticshelf/graffeo

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

Uptime
15.2%
158 probes
Response
603ms
last probe
Tools
7
callable

Tools · 7

check_stock

Check LIVE inventory, price, and same-day shipping for ONE known SKU. The real-time verifier. Call when a shopper asks "is it in stock", "how many are left", "can it ship today", or "what's t…

get_product_details

Get full product details for a SKU, optimized for AI agents (structured JSON). Use when a shopper wants depth on a SPECIFIC product the agent already has a SKU for (from list_products / searc…

get_price

Get the current price (and currency) for a product SKU. Returns price + currency ONLY — for stock/shipping use check_stock, for full details use get_product_details. Use when a shopper asks "…

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 …

add_to_cart

Add a product to a cart and return its checkout URL. IMPORTANT: this does NOT charge or place an order. It returns a ``cart_url`` /``checkout_url`` the shopper opens to review the pre-filled …

create_checkout

Build a multi-item cart and return its checkout URL. IMPORTANT: this does NOT charge or place an order — it returns a ``checkout_url`` the shopper opens to pay. Use to assemble a basket the …

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
mcp coffee
Metadata-only Glama MCP server.
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

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"
    }
  }
}