Server Details
MCP server for browsing and searching items on 1stDibs marketplace.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolsbrowse_itemsInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to browse | |
| filters | No | Filters to apply to the browse | |
| category | Yes | Category to browse |
item_detailsInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item ID to get details for |
read_taxonomyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Category to read taxonomy for |
search_itemsInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Jump to a specific page number | |
| query | Yes | Search Query | |
| filters | No | Filters to apply to the search |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!