Napexa
REST & MCPAuthorised data only

The product layer AI agents can trust.

Resolve exact products, check compatibility, get authorised offers with honest delivered prices, and route purchases compliantly.

Built for consequential answers

Identity, price, freshness and rights — in the response, every time.

A transport layer for agents that need to know what is true, what is unknown, and what they are allowed to do next.

Proof in the data

A catalogue you can inspect.

Current figures from the catalogue, not a build-time estimate.

Suppliers with productsLive
248

Merchants represented by at least one active offer.

ProductsLive
375,597

Canonical products resolved from authorised data.

OffersLive
395,652

Active offer records with source and freshness context.

Sources we may searchLive
870

Licensed or otherwise permitted sources, not suppliers with stock.

Data region

GBmerchant country

Derived from the country recorded for suppliers represented in the catalogue.

Market types represented

By supplier
1
Builders' merchants
38
DIY
48
Hardware
1
Timber
10
Tool hire
103
Trade

These are the merchants and sources this service has rights to search. It is not a complete view of the market.

Request
curl -s "http://localhost:8420/v1/products/search" \
  -H "Authorization: Bearer $APG_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "battery for DeWalt DCD796N", "limit": 5}'
Response shape
{
  "product": { "title": "DeWalt DCB184 18V XR 5.0Ah Battery" },
  "match": { "type": "compatible", "identity": "confirmed" },
  "best_offer": {
    "price": { "total": "62.49", "currency": "GBP", "completeness": "complete" },
    "availability": "in_stock"
  },
  "purchase_ready": true
}
purchase_ready

Only true when identity, stock, price and route are all safe to act on.

price.completeness

Only a complete price has a total. Missing shipping is never read as zero.

match.identity

Confirmed identity is separate from compatibility or string similarity.

A useful constraint

No invented certainty.

Responses disclose merchant coverage, offer freshness and price completeness. We do not call an item price “cheapest” unless every delivered component is known, and commission is not an organic ranking factor.

Product search built for AI agents