← Registry

eCommerce

shop-less.com

Manages buyer demands and product offers on the Shop-Less marketplace.

1 endpoint13 known toolsFirst detected July 30, 2026Last detected July 30, 2026

ENDPOINT 1

https://api.shop-less.com/mcp

No auth detected

MCP server metadata

Name
ShopLess.HttpApi.Host
Version
1.0.0.0
Capabilities
loggingtools.listChanged

Known tools 13

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.

Inferred read-only
answer_question

Answer a buyer's question about your offer.

Inferred read-only
search_offers

Search active product listings on Shop-Less.

Inferred read-only
get_demand_details

Get full details of a specific buyer demand including all specs.

Inferred read-only
get_demand_status

Check the status of a demand created via create_demand.

Inferred read-only
search_demands

Search open buyer requests (demands) on Shop-Less — real buyers stating what they want to purchase, with budget, city, and specs.

Potential side effects
find_account_by_phone

Check whether a WhatsApp customer's phone number ALREADY has a Shop-Less account, WITHOUT creating anything.

Inferred read-only
get_pending_questions

Get buyer questions that were forwarded to you.

Inferred read-only
send_offer

Send a product offer for a buyer demand.

Potential side effects
create_demand

Create a buyer demand on Shop-Less on behalf of an external (pseudonymous) user.

Potential side effects
create_offer_by_phone

Post a car FOR SALE on Shop-Less on behalf of a WhatsApp customer who wants to SELL.

Potential side effects
get_demands

Get open buyer demands matching your store's category and city.

Inferred read-only
create_account_by_phone

Create a Shop-Less buyer account for a WhatsApp customer using their phone number, AFTER the customer explicitly consented.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for shop-less.com was fetched 2026-07-31T19:21:56.811Z.

Trust status Trusted

shop-less.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.