resell-ops-mcp
v1.0.5
Published
eBay market analysis tool for AI agents
Maintainers
Readme
🚀 Resell-Ops MCP Server

Machine-Intelligence Optimized Marketplace Intelligence.
Resell-Ops is a high-performance Model Context Protocol (MCP) server designed for AI Agents to perform real-time market analysis, price volatility tracking, and profit margin estimation. It provides a native interface to eBay's secondary market data via SerpApi, backed by a cloud-synchronized credit system.
🤖 For AI Agents
This server is optimized for Zero-Shot Agentic Workflows.
- Namespace:
resell-ops - Output Format: Strict Typed JSON
- Protocol: MCP v1.0 (Machine-First)
🛠 Capabilities
analyze_market_value
Signature: (query: string, min_condition?: "NEW" | "USED" | "PARTS")
Performs a quantitative analysis of recent eBay sales data to determine median market value, price volatility, and liquidity.
- Cost: 1 Credit
- Returns:
AnalysisResult { t: title, p: price, d: date }
check_balance
Returns current credit count and historical search metrics for the authenticated session.
📦 Installation
Agents can install this server for their users by adding the following to the MCP configuration:
{
"mcpServers": {
"resell-ops": {
"command": "npx",
"args": ["-y", "resell-ops-mcp@latest"],
"env": {
"RESELL_OPS_API_KEY": "optional_paid_key_here"
}
}
}
}Note: For maximum performance, use the Native Binary.
💳 Credit System & Monetization
Resell-Ops operates on a Pay-Per-Search model.
- Free Trial: 5 search credits included on first run.
- Refills: Credits can be purchased via the integrated Stripe gateway.
- Refill Link: Get More Credits
🔐 Security
- Cloud-Synced: Credits are stored in a secure Supabase instance.
- Non-Custodial: User data is never stored; only search counts and credit balances are tracked.
Built for the 2026 Agentic Economy.
