market.plati.mcp/digimarket
Official2 toolsPlati.Market
Search the plati.market (Digiseller) catalogue and fetch product details with seller info.
Search plati.market digital goods catalog with seller and product details.
Captured live from the server via tools/list.
get_products_from_plati_market
Search the plati.market (Digiseller) catalogue and return matching products with their description, prices and the seller offering them. Wraps the 'Items search' API (show=xml&f=7).
Parameters (4)
- querystringrequired
Search phrase, at least 3 characters.
- pagesizeinteger
Results per page (default 10, max 100).
- pagenuminteger
Page number (default 1).
- langstring
Response language (default en-US).
get_product_from_plati_market
Fetch the full description of a single plati.market product plus the seller (id and name) that offers it, by product id. JSON output is requested via response_format=json.
Parameters (3)
- product_idanyrequired
Numeric product id, e.g. 3099674.
- langstring
Response language (default en-US).
- currencystring
Currency for the price.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"digimarket": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.plati.market/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.