{"name":"pyrimid-mcp","version":"0.1.0","description":"Pyrimid onchain affiliate distribution — product discovery, purchase, and affiliate tools","tools":[{"name":"pyrimid_browse","description":"Search the Pyrimid product catalog. Returns products matching your query, sorted by relevance and trust (ERC-8004 verified vendors first).","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"What you need, e.g. \"btc trading signals\" or \"image generation\""},"max_results":{"type":"number","description":"Maximum results to return (default 5)"},"max_price_usd":{"type":"number","description":"Max price per call in USD (default 10)"},"verified_only":{"type":"boolean","description":"Only ERC-8004 verified vendors"}},"required":["query"]}},{"name":"pyrimid_buy","description":"Purchase a product from the Pyrimid network. Pays via x402 (USDC on Base) and returns the product data.","inputSchema":{"type":"object","properties":{"vendor_id":{"type":"string","description":"Vendor ID from browse results"},"product_id":{"type":"string","description":"Product ID from browse results"}},"required":["vendor_id","product_id"]}},{"name":"pyrimid_preview","description":"Preview the payment split for a product without buying. Shows protocol, affiliate, and vendor shares.","inputSchema":{"type":"object","properties":{"vendor_id":{"type":"string","description":"Vendor ID"},"product_id":{"type":"string","description":"Product ID"}},"required":["vendor_id","product_id"]}},{"name":"pyrimid_categories","description":"List all product categories available on the Pyrimid network with product counts.","inputSchema":{"type":"object","properties":{}}},{"name":"pyrimid_register_affiliate","description":"Get instructions to register as a Pyrimid affiliate agent. Free, permissionless.","inputSchema":{"type":"object","properties":{"wallet_address":{"type":"string","description":"Your Base wallet address for USDC commissions"},"referrer_id":{"type":"string","description":"Affiliate who referred you"}},"required":["wallet_address"]}},{"name":"pyrimid_vendor_stats","description":"Get vendor performance stats — total volume, sales count, products listed, affiliate payouts.","inputSchema":{"type":"object","properties":{"vendor_id":{"type":"string","description":"Vendor ID (bytes16 hex)"}},"required":["vendor_id"]}},{"name":"pyrimid_commission_check","description":"Check affiliate commission earnings and performance for a given affiliate.","inputSchema":{"type":"object","properties":{"affiliate_id":{"type":"string","description":"Affiliate ID (bytes16 hex) or wallet address"}},"required":["affiliate_id"]}}],"contracts":{"registry":"0x34e22fc20D457095e2814CdFfad1e42980EEC389","catalog":"0xC935d6B73034dDDb97AD2a1BbD2106F34A977908","router":"0xc949AEa380D7b7984806143ddbfE519B03ABd68B","treasury":"0x74A512F4f3F64aD479dEc4554a12855Ce943E12C"},"network":"base"}