eCommerce
deal.ly
Provides real-time eBay market data and deal scanning to identify underpriced items for resale.
ENDPOINT 1
https://deal.ly/mcp
MCP server metadata
- Name
- sentientdata-market-scan
- Version
- 2.0.0
Live eBay market intelligence for sourcing and reselling: scan for underpriced listings, check real market prices, estimate flip margins. Buy links are eBay Partner Network affiliate links. Paid calls accept x402 payments (USDC on Base, 0.02 per call) via _meta["x402/payment"].
Known tools 4
scan_dealsScan live eBay listings for a product and return the ones priced furthest under the current market median.
Inferred read-onlyprice_checkLive market price distribution for a product from current eBay Buy It Now listings: median, p25, p75, min, max, and sample size.
Inferred read-onlyflip_marginEstimate resale margin for buying an item at a given price and reselling at the current eBay market median.
Inferred read-onlyhot_listThe current pre-scored steal list across tracked lanes (cards, sneakers, watches, gpus, autoparts, tools): live auctions at least 45% under market plus mispriced Buy It Now listings, refreshed every 20 minutes.
Inferred read-onlyCONNECT 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.sentientdata-market-scan]
url = "https://deal.ly/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sentientdata-market-scan": {
"type": "http",
"url": "https://deal.ly/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sentientdata-market-scan
Remote MCP URL: https://deal.ly/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": {
"sentientdata-market-scan": {
"url": "https://deal.ly/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sentientdata-market-scan": {
"type": "http",
"url": "https://deal.ly/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sentientdata-market-scan",
"transport": "streamable-http",
"url": "https://deal.ly/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.