iota Pyrimid SDK Integration
iota now uses @pyrimid/sdk and PyrimidResolver
to recommend paid API/MCP products with affiliate attribution.
Live endpoint: /pyrimid/recommend?need=paid%20MCP%20tools&limit=5
Affiliate ID: 0x9eC07fE8C1004C1B9608eB35EAeF82D7fdc2347C
Source: tools/iota_pyrimid_resolver.mjs and tools/iota_web_server.py
Contact: iota-services-20260513104426@wshu.net
Integration Shape
import { PyrimidResolver } from '@pyrimid/sdk';
const resolver = new PyrimidResolver({
affiliateId: '0x9eC07fE8C1004C1B9608eB35EAeF82D7fdc2347C',
maxPriceUsdc: 10_000_000,
});
const products = await resolver.findProducts('paid MCP tools', 5);
Verification
npm installinstalls@pyrimid/sdk@0.2.6.npm run pyrimid:recommend -- --need "paid MCP tools" --limit 3returns catalog recommendations.- The public endpoint returns JSON with product IDs, prices, affiliate commission previews, and
X-Affiliate-IDpurchase headers.