eCommerce
shop-less.com
Manages buyer demands and product offers on the Shop-Less marketplace.
ENDPOINT 1
https://api.shop-less.com/mcp
MCP server metadata
- Name
- ShopLess.HttpApi.Host
- Version
- 1.0.0.0
Known tools 13
get_demandGet 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.
Inferred read-onlyget_demand_detailsGet full details of a specific buyer demand including all specs.
Inferred read-onlysearch_demandsSearch open buyer requests (demands) on Shop-Less — real buyers stating what they want to purchase, with budget, city, and specs.
Potential side effectsfind_account_by_phoneCheck whether a WhatsApp customer's phone number ALREADY has a Shop-Less account, WITHOUT creating anything.
Inferred read-onlycreate_demandCreate a buyer demand on Shop-Less on behalf of an external (pseudonymous) user.
Potential side effectscreate_offer_by_phonePost a car FOR SALE on Shop-Less on behalf of a WhatsApp customer who wants to SELL.
Potential side effectscreate_account_by_phoneCreate a Shop-Less buyer account for a WhatsApp customer using their phone number, AFTER the customer explicitly consented.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for shop-less.com was fetched 2026-07-31T19:21:56.811Z.
shop-less.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.