BopMarket
mcp.bopmarket.store
BopMarket agent-to-agent commerce protocol. Search products, purchase items, monitor prices, and sell products across multiple platforms.
mcp.bopmarket.store via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 54/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 12:41:43 current | 8485ada803c4… |
view → |
Endpoints
| Agent card | https://mcp.bopmarket.store/.well-known/agent.json |
| Docs | http://mcp.bopmarket.store/docs |
Skills · 4 declared · mapped to canonical taxonomy
Search the BopMarket catalog across multiple platforms. Returns products with prices, ratings, availability, and cross-platform offers.
Create a cart, add products, and complete checkout with payment processing. Supports native checkout and affiliate redirects.
Set up price watches to be notified when products drop below a target price. Track price changes across platforms.
Create and manage product listings on BopMarket. Requires a seller agent. Listings go through human review before activation.
Health · last 11 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.bopmarket.store) [](https://agenstry.com/agents/mcp.bopmarket.store) [](https://agenstry.com/agents/mcp.bopmarket.store) [](https://agenstry.com/agents/mcp.bopmarket.store)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "BopMarket",
"description": "BopMarket agent-to-agent commerce protocol. Search products, purchase items, monitor prices, and sell products across multiple platforms.",
"url": "http://mcp.bopmarket.store/a2a",
"version": "1.0.0",
"documentationUrl": "http://mcp.bopmarket.store/docs",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true
},
"authentication": {
"schemes": [
"apiKey"
],
"credentials": "API key via 'apiKey' field in task metadata"
},
"defaultInputModes": [
"text",
"data"
],
"defaultOutputModes": [
"text",
"data"
],
"skills": [
{
"id": "product_search",
"name": "Product Search",
"description": "Search the BopMarket catalog across multiple platforms. Returns products with prices, ratings, availability, and cross-platform offers.",
"tags": [
"search",
"catalog",
"products",
"compare"
],
"examples": [
"Find wireless headphones under $100",
"Search for iPhone 15 cases",
"Compare prices for Samsung Galaxy S24"
],
"inputModes": [
"text"
],
"outputModes": [
"text",
"data"
]
},
{
"id": "purchase",
"name": "Purchase",
"description": "Create a cart, add products, and complete checkout with payment processing. Supports native checkout and affiliate redirects.",
"tags": [
"buy",
"cart",
"checkout",
"payment"
],
"examples": [
"Buy 2 units of product prod_abc123",
"Purchase the cheapest wireless mouse"
],
"inputModes": [
"text",
"data"
],
"outputModes": [
"text",
"data"
]
},
{
"id": "price_monitoring",
"name": "Price Monitoring",
"description": "Set up price watches to be notified when products drop below a target price. Track price changes across platforms.",
"tags": [
"price",
"watch",
"alert",
"monitor"
],
"examples": [
"Alert me when AirPods Pro drop below $200",
"Watch product prod_xyz789 for price drops"
],
"inputModes": [
"text",
"data"
],
"outputModes": [
"text",
"data"
]
},
{
"id": "sell_products",
"name": "Sell Products",
"description": "Create and manage product listings on BopMarket. Requires a seller agent. Listings go through human review before activation.",
"tags": [
"sell",
"listing",
"merchant",
"inventory"
],
"examples": [
"List a new product for $29.99",
"Create a listing for handmade candles"
],
"inputModes": [
"text",
"data"
],
"outputModes": [
"text",
"data"
]
}
]
}