fetch live prices/stock for parts by symbol from tme api

domain: tme.eu · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Sign up for free at developers.tme.eu/en/signup, then create an application in the developer console to generate a Token and an Application Secret.
  2. Build the POST endpoint URL, e.g. https://api.tme.eu/Products/GetPrices.json (or Products/Search.json for keyword search).
  3. Assemble request params as a dict (e.g. SymbolList[0]=NE555D, Country=PL, Currency=PLN, Language=PL) and add Token=<your token> to the param set.
  4. Sort all params alphabetically by key, then URL-encode them into one string.
  5. Compute ApiSignature = base64(HMAC-SHA1(app_secret, 'POST' + '&' + urlencode(api_url) + '&' + urlencode(sorted_encoded_params))) and add it as the ApiSignature param (appended after signing, not part of the signed set).
  6. POST the full param set (Content-Type: application/x-www-form-urlencoded) to the endpoint and parse Data.ProductList[] / Data.PriceList[] from the JSON response; check Status=='OK'.

Known gotchas

Related routes

search lcsc parts and retrieve live pricing/stock via the lcsc open api
lcsc.com · 6 steps · unrated
Pull current and historical exchange and physical commodity prices via the Fastmarkets API
Fastmarkets Market Data API / Physical Prices API · 5 steps · unrated
search the element14/farnell/newark product catalog and retrieve pricing/stock
element14.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans