Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

AirShelf Catalog

ai.airshelf/catalog

Cross-vendor B2B catalog for AI agents: search, compare, find equivalents, request a quote.

Uptime
20.3%
118 probes
Response
1930ms
last probe
Tools
8
callable
Resources
3
readable
Prompts
0
available

Tools · 8

search_catalog

Search the AirShelf cross-vendor product catalog by natural-language query. The current catalog covers mechanical keyboards, multifunction printers (mfp), barcode printers, laser printers, cybersecuri…

find_products

Discover candidate products for a buyer need the verified catalog does not cover, and verify each one. Takes a need in natural language (e.g. "best value home espresso machine", market "TH"), runs a l…

research_shopping

research_shopping is the full verified-research job; find_products is the quick candidate-list tool. It runs as a background job and returns status "running" with a research ID while the minutes-long …

get_product

Get the full golden record (AirShelf's verified product record) and latest price for one catalog product by slug ("<manufacturer>-<model>"). Returns the product's specs and provenance (which page eac…

compare_products

Compare 2-10 catalog products side-by-side on their datasheet specs. Slugs come from search_catalog and are case-insensitive and dash-tolerant ("e-STUDIO 331AC", "toshiba-e-studio-331ac" and "e-studio…

explain_product

Explain the evidence behind a catalog row. Returns stored processing stages when available and always returns a golden-record field summary with source coverage.

list_merchants

List public AirShelf merchants that have an assigned slug and at least one active product. Internal/demo and empty catalogs are excluded. Returns each merchant's name, slug, and product count; the slu…

request_quote

Send a quote request for catalog products to a merchant's sales team on behalf of a named buyer. This is a two-step, double opt-in flow. The first call emails a confirmation link to `contact.email` a…

Resources · 3

product_card_ui ui://airshelf/product-card.html
nda_gate_ui ui://airshelf/nda-gate.html
sealed_quote_ui ui://airshelf/sealed-quote.html

How to use

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

{
  "mcpServers": {
    "airshelf_catalog": {
      "url": "https://mcp.airshelf.ai/mcp",
      "transport": "streamable-http"
    }
  }
}