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

PuroAir

ai.agenticshelf/puroair

Live MCP catalog for PuroAir HEPA-14 air purifiers - real-time stock, pricing, and details.

Uptime
50.0%
2 probes
Response
582ms
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

Agentic Shelf live
Hosted MCP for e-commerce: live product catalog, stock, and pricing for AI agents.
7 tools · streamable-http
Graffeo Coffee Roasting live
Live MCP catalog for Graffeo Coffee Roasting — North Beach SF specialty coffee since 1935.
7 tools · streamable-http
ai.dynamicfeed/dynamic-feed live
Fresh data AI models lack: live LLM pricing, MCP registry, service status, and AI news.
91 tools · streamable-http
BuyWhere Product Catalog live
Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.
8 tools · streamable-http
Makuri Showcase (CogniLedger) live
Public MCP server for Makuri, an EU-compliant AI tutoring platform for immigrant children.
9 tools · streamable-http
BuyWhere MCP Server live
Open-source MCP server for AI agent commerce. Search 50M+ products across 6 markets.
6 tools · streamable-http

How to use

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

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