AirShelf Catalog
ai.airshelf/catalogCross-vendor B2B catalog for AI agents: search, compare, find equivalents, request a quote.
Tools · 8
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…
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 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 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 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 the evidence behind a catalog row. Returns stored processing stages when available and always returns a golden-record field summary with source coverage.
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…
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
ui://airshelf/product-card.html
ui://airshelf/nda-gate.html
ui://airshelf/sealed-quote.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"airshelf_catalog": {
"url": "https://mcp.airshelf.ai/mcp",
"transport": "streamable-http"
}
}
}