# 1stDibs MCP server

MCP server for browsing and searching items on 1stDibs marketplace.

## Links
- Registry page: https://www.getdrio.com/mcp/com-1stdibs-1stdibs

## Install
- Endpoint: https://www.1stdibs.com/soa/mcp/
- Auth: Not captured

## Setup notes
- Remote endpoint: https://www.1stdibs.com/soa/mcp/

## Tools
- read_taxonomy (Read 1stDibs Taxonomy) - 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. Endpoint: https://www.1stdibs.com/soa/mcp/
- browse_items (Browse 1stDibs Items) - 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. Endpoint: https://www.1stdibs.com/soa/mcp/
- search_items (Search 1stDibs Items) - 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. Endpoint: https://www.1stdibs.com/soa/mcp/
- item_details (Get 1stDibs Item Details) - 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. Endpoint: https://www.1stdibs.com/soa/mcp/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.1stdibs
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Sep 16, 2025
- Source: https://registry.modelcontextprotocol.io
