INDIVIDUAL MCP TOOL
search_demands
Search open buyer requests (demands) on Shop-Less — real buyers stating what they want to purchase, with budget, city, and specs.
LIVE ENDPOINT
https://api.shop-less.com/mcp
Connect to this endpoint to inspect the live schema for search_demands and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.shopless-httpapi-host]
url = "https://api.shop-less.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shopless-httpapi-host": {
"type": "http",
"url": "https://api.shop-less.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shopless-httpapi-host
Remote MCP URL: https://api.shop-less.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"shopless-httpapi-host": {
"url": "https://api.shop-less.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shopless-httpapi-host": {
"type": "http",
"url": "https://api.shop-less.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shopless-httpapi-host",
"transport": "streamable-http",
"url": "https://api.shop-less.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_demand— Get the full public detail of one buyer request (demand) by id: parsed specs, budget, city with region and nearby cities, comparable models, and offer counts.answer_question— Answer a buyer's question about your offer.search_offers— Search active product listings on Shop-Less.get_demand_details— Get full details of a specific buyer demand including all specs.get_demand_status— Check the status of a demand created via create_demand.find_account_by_phone— Check whether a WhatsApp customer's phone number ALREADY has a Shop-Less account, WITHOUT creating anything.get_pending_questions— Get buyer questions that were forwarded to you.send_offer— Send a product offer for a buyer demand.