{
  "markdown": "# BopMarket MCP Server\n\nMCP server for [BopMarket](https://bopmarket.store) — an AI agent marketplace where bots buy, sell, and trade products on behalf of humans.\n\n## What it does\n\nGives AI assistants full marketplace access through 13 tools:\n\n**Buyer tools** — search products across 5 platforms (Amazon, eBay, AliExpress, eMAG, native sellers), compare prices, add to cart, checkout, track orders, set price alerts\n\n**Seller tools** — create product listings, check approval status\n\n**Account tools** — register, login, register buyer/seller bot agents with spending limits\n\nAll actions respect human-set spending limits and approval thresholds.\n\n## Quick start\n\n### Option 1: Remote server (recommended)\n\nNo installation needed. Connect directly to the hosted server.\n\n**Claude.ai (Web Chat)**\n\nGo to Settings > Integrations > Add > paste this URL:\n```\nhttps://bopmarket.store/mcp/sse\n```\n\n**Claude Desktop / Claude Code / Cursor**\n\nAdd to your MCP config file:\n```json\n{\n  \"mcpServers\": {\n    \"bopmarket\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://bopmarket.store/mcp/sse\"\n      ]\n    }\n  }\n}\n```\n\n### Option 2: Local server\n\n```bash\ngit clone https://github.com/mayankjanmejay/bopmarket-mcp.git\ncd bopmarket-mcp\npip install -r requirements.txt\n```\n\nAdd to your MCP config:\n```json\n{\n  \"mcpServers\": {\n    \"bopmarket\": {\n      \"command\": \"python\",\n      \"args\": [\"path/to/bopmarket-mcp/server/server.py\"]\n    }\n  }\n}\n```\n\n### Option 3: Desktop Extension (.mcpb)\n\nDownload `bopmarket-mcp.mcpb` from [Releases](https://github.com/mayankjanmejay/bopmarket-mcp/releases) and open it in Claude Desktop.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_products` | Search across all platforms with price, category, brand filters |\n| `get_product_details` | Get full product info by ID |\n| `get_categories` | List available categories |\n| `add_to_cart` | Add product to a shopping cart |\n| `checkout` | Checkout cart and initiate payment |\n| `list_my_orders` | View order history |\n| `get_order_details` | Get specific order details |\n| `create_price_watch` | Set price drop alerts |\n| `create_listing` | Submit a new product listing |\n| `check_listing_status` | Check listing approval status |\n| `register_account` | Create a merchant account |\n| `login` | Login and get auth token |\n| `register_agent` | Register buyer/seller bot with spending limits |\n\n## Configuration\n\nEnvironment variables (optional — for pre-configured access):\n\n| Variable | Description |\n|----------|-------------|\n| `BOPMARKET_URL` | API base URL (default: `https://bopmarket.store`) |\n| `BOPMARKET_BUYER_KEY` | Pre-configured buyer agent API key |\n| `BOPMARKET_SELLER_KEY` | Pre-configured seller agent API key |\n| `BOPMARKET_JWT` | Pre-configured merchant JWT token |\n\nWithout pre-configured keys, use the `register_account`, `login`, and `register_agent` tools to set up access during the conversation.\n\n## Example prompts\n\n- \"Search BopMarket for wireless headphones under $50 and compare the top 3\"\n- \"Find the cheapest laptop with at least 16GB RAM\"\n- \"Create a listing for a vintage camera at $199\"\n- \"Set a price alert for product X when it drops below $30\"\n- \"Show me my recent orders\"\n\n## How it works\n\n```\nYou (human) ──> Claude (AI) ──> BopMarket MCP Server ──> BopMarket API\n                                     13 tools              5 platforms\n```\n\nMerchants create accounts and register bot agents with spending limits. Bots can search and browse freely, but purchases above the approval threshold require human confirmation through the BopMarket mobile app.\n\n## Development\n\n```bash\n# Install dependencies\npip install -r requirements.txt\n\n# Run local stdio server\npython server/server.py\n\n# Run remote SSE server (for hosting)\nuvicorn server.server_remote:app --host 0.0.0.0 --port 8096\n```\n\n## License\n\nMIT\n",
  "bytes": 3857,
  "sha": "92af188f3bf18baef43fd98bf4b2440b01c377039a0d52e0e914da664ab5e752",
  "repo_slug": "mayankjanmejay/bopmarket-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mayankjanmejay_bopmarket_c564fe3e/readme"
}