Searchspring

Searchspring MCP Connector for Claude

A+

Empower your AI to search, filter, and recommend e-commerce products using the Searchspring (Athos Commerce) catalog API.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Searchspring store (now part of Athos Commerce) to any AI agent to interact with your e-commerce product catalog conversationally. Bring enterprise-grade site search and merchandising directly into your AI workflows without manually browsing storefronts.

What you can do

  • Product Discovery — Query your catalog using natural language, check stock availability, and pull in high-resolution product images and pricing
  • Merchandising & Filtering — Narrow down thousands of SKUs using faceted parameters (size, color, brand) or strict price range thresholds instantly
  • Autocomplete Trends — Expose the exact query suggestions (autocomplete) that your customers are seeing on the front-end to gauge search behavior
  • Catalog Auditing — Browse through deep category trees or request specific details for a single SKU to verify if product metadata is synced correctly

How it works

  1. Subscribe to this server
  2. Enter your unique Searchspring Site ID
  3. Start fetching product cards or auditing search logic natively from Claude, Cursor, or any MCP-compatible environment

Who is this for?

  • E-commerce Managers — ask the AI to show all out-of-stock items in the 'Mens Shoes' category to identify merchandising gaps
  • Developers — verify if newly integrated custom JSON facets and sorting rules are being parsed properly by the API before deploying front-end UI changes
  • Customer Support — quickly lookup an exact SKU to confirm pricing and specs without leaving the chat interface when responding to a customer
site-searchmerchandisingproduct-catalogautocompleteecommerceinventory-managementmetadata-auditingfaceted-search

10 tools expose this connector's capabilities to your AI agent.

search_filtered

Format: "key:value,key2:value2". Performs a filtered product search

search_pagination

Retrieves a specific page of search results

search_price_range

Searches for products within a specific price range

search_products

Searches for products in the Searchspring catalog

search_sku

Retrieves details for a specific product SKU

search_brand

Lists products from a specific brand

search_category

g., "Mens>Shoes"). Lists products within a specific category hierarchy

search_custom

Performs a search with custom Searchspring parameters

suggest_queries

Retrieves autocomplete query suggestions

search_sorted

Format: "key:direction" (e.g., "price:asc"). Performs a sorted product search

See how to talk to your AI agent using Searchspring.

Search our catalog for 'wireless headphones' and sort the results by price in ascending order.

I've fetched the products sorted by price in ascending order. 1. Basic Wireless Buds - $19.99 (In Stock). 2. Studio Sync Headphones - $34.50 (Low Stock). 3. Noise-Canceling Overhead - $49.00. Would you like the thumbnail images attached?

Fetch the product specs and current availability for SKU 'LPTOM-415'.

I queried the catalog for SKU LPTOM-415. This correlates to the 'Dell XPS 13 Ultrabook'. Pricing is set at $1,199. It features an i7 processor, 16GB RAM, and 512GB SSD. Current inventory status registers as OUT OF STOCK in our primary warehouse.

Find all products by the brand 'Nike' that cost between $50 and $100.

I've pulled the data using `search_brand` combined with `search_price_range`. I found 12 results for Nike between $50 and $100. The top results are: 1. Revolution 6 Running Shoes ($65.00), 2. Sportswear Club Fleece Hoodie ($55.00), and 3. Dri-FIT Training Pants ($70.00).

Yes. You can instruct the agent: 'Find all Men's Shirts and filter by color: Blue and size: Medium'. The agent will natively invoke `search_filtered` passing the specific parameter facets to narrow down exactly what is requested.

Related Connectors