Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
com.1stdibs avatar

1stDibs

1stDibs MCP is an MCP server that lets your agent browse and search luxury listings on the 1stDibs marketplace.

About

The 1stDibs MCP server exposes browse-and-search capabilities against the 1stDibs luxury goods marketplace through a hosted streamable-http endpoint. Developers researching ecommerce niches—especially design, antiques, furniture, and collector categories—can attach this remote in an MCP client and ask the agent to enumerate trends, compare listing language, or probe assortment without writing custom scrapers. The published manifest emphasizes marketplace item search rather than seller tooling, which keeps expectations honest: it supports discovery and analysis in the idea and validate phases, not full merchant operations. Setup skews beginner-friendly relative to keyed social APIs because the catalog schema shows a public remote URL without required secret headers, though rate limits and terms of use still apply on 1stDibs’s side. Pair it with your own notes on margin, logistics, and authenticity risks; the MCP does not replace legal or authentication expertise for luxury resale. Treat it as a structured window into a curated third-party catalog, not a general web browser replacement.

  • Hosted MCP at www.1stdibs.com/soa/mcp/ (streamable-http, v1.0.0)
  • Browse and search items on the 1stDibs luxury marketplace from the agent
  • No Authorization header in the published server schema—simpler remote setup
  • Useful for competitive landscaping in high-AOV design, antiques, and collectibles
  • MCP server for discovery, not checkout or seller account management

1stDibs by the numbers

  • Exposes 4 verified tools (MCP introspection)
  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http 1stdibs https://www.1stdibs.com/soa/mcp/

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools4

What it does

Let your agent search and browse 1stDibs listings so you can research luxury marketplace positioning, pricing signals, and catalog patterns before building a storefront or content angle.

Who is it for?

Best when you're exploring high-end ecommerce, content about collectibles, or competitive research on curated luxury inventory.

Skip if: Mass-market commodity sellers, anyone needing guaranteed seller APIs, or workflows that require purchasing or account automation.

What you get

You get agent-queryable access to 1stDibs item search so research summaries and comparables land in the same workspace as your build notes.

  • Structured search and browse results from 1stDibs surfaced in agent transcripts
  • Reusable remote MCP entry for luxury catalog queries
  • Faster competitive landscaping without custom scraping scripts

By the numbers

  • Server version 1.0.0
  • Remote URL: https://www.1stdibs.com/soa/mcp/
  • Transport: streamable-http

Tools 4

Public tool metadata - what this server can do for an agent.

read_taxonomy1 param

Discover how items on 1stDibs are categorized. We have a taxonomy with furniture, art, jewelry, and fashion categories at the top level. This will return a list of next level categories as well as facets with their appropriate filters. You need to specify a category.

  • categorystringrequiredCategory to read taxonomy for
browse_items3 params

Browse 1stDibs with the given category and optional page number and filters. Filters are in the format of a query string like category=furniture&location=usa-north-america. Read the taxonomy to discover facets and filters.

  • categorystringrequiredCategory to browse
  • pagenumberPage number to browse
  • filtersstringFilters to apply to the browse
search_items3 params

Search 1stDibs with the given query and optional page number and filters. Filters are in the format of a query string like category=furniture&location=usa-north-america. Read the taxonomy to discover categories, facets and filters.

  • querystringrequiredSearch Query
  • pagenumberJump to a specific page number
  • filtersstringFilters to apply to the search
item_details1 param

Get details on a specific item on 1stDibs. You'll need to input the item ID. You can search for an item or browse for an item to find an item ID.

  • itemIdstringrequiredItem ID to get details for

Recommended MCP Servers

How it compares

Read-only marketplace MCP for luxury catalog search, not a Shopify admin or payment integration.

FAQ

Who is 1stDibs MCP for?

It is for developers and founders who use agents for market research on luxury goods and want official browse/search access to 1stDibs via MCP.

When should I use 1stDibs MCP?

Use it during idea or early validate research when you need listing and search signals from 1stDibs before designing a product, content site, or resale strategy.

How do I add 1stDibs MCP to my agent?

Register the streamable-http remote https://www.1stdibs.com/soa/mcp/ in your MCP client server list per your editor’s MCP docs, then invoke marketplace browse/search tools from a new agent session.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.