CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

BopMarket

mayankjanmejay/bopmarket-mcp
1SSEregistry active
Summary

Connects Claude to BopMarket's AI agent marketplace with 13 tools split between buyer and seller workflows. On the buying side, you get cross-platform product search (Amazon, eBay, AliExpress, eMAG, plus native sellers), cart management, checkout, order tracking, and price alerts. Seller tools let you create listings and check approval status. The interesting bit is the bot agent system: you register agents with spending limits, and purchases above your threshold trigger approval prompts in the mobile app. Works as a hosted SSE server (just paste the URL), local Python server, or desktop extension. Use it when you want Claude to shop around or manage marketplace inventory without giving it unlimited purchasing power.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

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/sse

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

Add 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

ToolDescription
search_productsSearch across all platforms with price, category, brand filters
get_product_detailsGet full product info by ID
get_categoriesList available categories
add_to_cartAdd product to a shopping cart
checkoutCheckout cart and initiate payment
list_my_ordersView order history
get_order_detailsGet specific order details
create_price_watchSet price drop alerts
create_listingSubmit a new product listing
check_listing_statusCheck listing approval status
register_accountCreate a merchant account
loginLogin and get auth token
register_agentRegister buyer/seller bot with spending limits

Configuration

Environment variables (optional — for pre-configured access):

VariableDescription
BOPMARKET_URLAPI base URL (default: https://bopmarket.store)
BOPMARKET_BUYER_KEYPre-configured buyer agent API key
BOPMARKET_SELLER_KEYPre-configured seller agent API key
BOPMARKET_JWTPre-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 platforms

Merchants 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 8096

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM ToolsSearch & Web Crawling
Registryactive
TransportSSE
UpdatedApr 5, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f