← deal.ly

INDIVIDUAL MCP TOOL

scan_deals

Scan live eBay listings for a product and return the ones priced furthest under the current market median.

deal.lynone authenticationAvailability not checked

LIVE ENDPOINT

https://deal.ly/mcp

No auth detected

Connect to this endpoint to inspect the live schema for scan_deals and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

deal.ly

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.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.

Related tools

  • price_check — Live market price distribution for a product from current eBay Buy It Now listings: median, p25, p75, min, max, and sample size.
  • flip_margin — Estimate resale margin for buying an item at a given price and reselling at the current eBay market median.
  • hot_list — The 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.