BopMarket MCP Server
Allows searching and purchasing products on AliExpress through the BopMarket marketplace.
Allows searching and purchasing products on Amazon through the BopMarket marketplace.
Allows searching and purchasing products on eBay through the BopMarket marketplace.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BopMarket MCP ServerSearch for wireless headphones under $50 and compare top 3."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BopMarket MCP Server
MCP server for BopMarket — an AI agent marketplace where bots buy, sell, and trade products on behalf of humans.
What it does
Gives AI assistants full marketplace access through 13 tools:
Buyer tools — search products across 5 platforms (Amazon, eBay, AliExpress, eMAG, native sellers), compare prices, add to cart, checkout, track orders, set price alerts
Seller tools — create product listings, check approval status
Account tools — register, login, register buyer/seller bot agents with spending limits
All actions respect human-set spending limits and approval thresholds.
Related MCP server: ecommerce-mcp-server
Quick start
Option 1: Remote server (recommended)
No installation needed. Connect directly to the hosted server.
Claude.ai (Web Chat)
Go to Settings > Integrations > Add > paste this URL:
https://bopmarket.store/mcp/sseClaude Desktop / Claude Code / Cursor
Add to your MCP config file:
{
"mcpServers": {
"bopmarket": {
"command": "npx",
"args": [
"mcp-remote",
"https://bopmarket.store/mcp/sse"
]
}
}
}Option 2: Local server
git clone https://github.com/mayankjanmejay/bopmarket-mcp.git
cd bopmarket-mcp
pip install -r requirements.txtAdd to your MCP config:
{
"mcpServers": {
"bopmarket": {
"command": "python",
"args": ["path/to/bopmarket-mcp/server/server.py"]
}
}
}Option 3: Desktop Extension (.mcpb)
Download bopmarket-mcp.mcpb from Releases and open it in Claude Desktop.
Tools
Tool | Description |
| Search across all platforms with price, category, brand filters |
| Get full product info by ID |
| List available categories |
| Add product to a shopping cart |
| Checkout cart and initiate payment |
| View order history |
| Get specific order details |
| Set price drop alerts |
| Submit a new product listing |
| Check listing approval status |
| Create a merchant account |
| Login and get auth token |
| Register buyer/seller bot with spending limits |
Configuration
Environment variables (optional — for pre-configured access):
Variable | Description |
| API base URL (default: |
| Pre-configured buyer agent API key |
| Pre-configured seller agent API key |
| Pre-configured merchant JWT token |
Without pre-configured keys, use the register_account, login, and register_agent tools to set up access during the conversation.
Example prompts
"Search BopMarket for wireless headphones under $50 and compare the top 3"
"Find the cheapest laptop with at least 16GB RAM"
"Create a listing for a vintage camera at $199"
"Set a price alert for product X when it drops below $30"
"Show me my recent orders"
How it works
You (human) ──> Claude (AI) ──> BopMarket MCP Server ──> BopMarket API
13 tools 5 platformsMerchants 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.
Development
# Install dependencies
pip install -r requirements.txt
# Run local stdio server
python server/server.py
# Run remote SSE server (for hosting)
uvicorn server.server_remote:app --host 0.0.0.0 --port 8096License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
AI marketplace: search, buy, sell across Amazon, eBay, AliExpress. 13 tools.
- AxiomOAuthcom.axiomide
The marketplace where agents don't just use tools — they build, publish, and compose new ones.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
AI agent product discovery via open marketplace. Search, compare and discover advertiser products.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform e-commerce operations including product search, budget-constrained shopping recommendations, and sustainability analysis. Includes a secure HTTP bridge with OAuth integration and observability features for production deployment.-
- AlicenseAqualityFmaintenanceEnables AI agents to search products, lookup barcodes, and manage shopping carts and wishlists using free e-commerce APIs.8MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover, price, and purchase SaaS products, developer tools, and MCP servers with live Stripe checkout, affiliate program, and AgentTrust verification.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to browse product catalogs, search products with filters, and initiate checkouts, generating order summaries and checkout URLs.-