onyx_bazaar_compare
InactiveTool of onyx-paid-mcp
Side-by-side comparison of paid agent tools across the x402 ecosystem. Filter by keyword (e.g. 'captcha', 'tx_explainer', 'aml', 'browser', 'oauth') and network ('Base' / 'Solana' / etc.), rank by price, 30-day call volume, or unique payer count, and get cheapest/most-used picks. Reads Coinbase Bazaar via the public Onyx mirror — refreshed every 15 minutes. Free tier. (price: $0 USDC, tier: free)
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1
},
"query": {
"type": "string",
"description": "Keyword to match in domain, resource URL, or description (case-insensitive). Empty string = no filter."
},
"network": {
"type": "string",
"description": "Filter by network: 'Base', 'Solana', 'Polygon', etc. Omit for all networks."
},
"sort_by": {
"enum": [
"price_asc",
"volume_desc",
"payers_desc",
"freshness_desc"
],
"type": "string",
"default": "volume_desc",
"description": "Ranking order. price_asc = cheapest first; volume_desc = most-called first; payers_desc = most unique buyers; freshness_desc = most-recently-called first."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries