Resources
Changelog.
What shipped on the Buyary API and this portal, by date.
Canonical MCP URL
The MCP endpoint is https://services.buyary.com/mcp/ (trailing slash). Configs and snippets now use it everywhere — the no-slash form mis-redirects on some HTTP clients. If you set up with …/mcp and saw auth errors, re-point at …/mcp/.
REST API
The product-intelligence service is now callable over plain HTTP: GET /v1/product-intelligence and POST /v1/product-intelligence/batch — same keys as MCP, byte-identical response bodies, no CORS by design. The docs now present MCP and REST as peer protocols.
Batch lookups
New get_product_intelligence_batch MCP tool: up to 5 products in one call, results in input order, each entry exactly the single-call shape. A batch of N counts as N lookups against rate limits.
Docs expansion
Quickstart, authentication, full tool reference with both response shapes, the complete data model, errors & limits, this changelog, and /llms.txt for agent readers.
The night edition
The portal moves to its dark editorial theme — the developer half of the Buyary family — with the consumer ring mark and Playfair/Josefin typography.
Evidence-Layer chat on the landing page
Ask Buyary about a product straight from the hero: streaming answers with visible tool calls against the live MCP, behind sign-in.
Self-serve MCP keys
The developer dashboard issues, lists, and revokes API keys — one-time secret reveal, per-key last-used and call counts. The public MCP endpoint accepts developer keys.
Developer portal opens
platform.buyary.com goes live: the landing page, getting started, docs, and the developer dashboard.