tori
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@toriis €250 fair for a used Xbox Series S?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tori
Tori.fi scraper + price analyzer, exposed over MCP. Same shape as kruoka.
No API key: Tori's search page embeds its full react-query cache as base64 JSON,
so search() reads structured listings straight out of the HTML. Item pages
expose JSON-LD Product.
Tools
tool | what |
| query, page, sort, filters → listings + category facets |
| listing ID → title, price, description, condition, properties |
| query + price → percentile, median comparison, verdict |
| listing ID → same, using the ad's own title and price |
Related MCP server: Finland Shopping MCP
Analyzer
Pulls N pages of comparables, keeps titles matching every query word (whole-word, so "s" doesn't match a Series X), drops prices outside 0.25×–4× the median, then reports min/p25/median/p75/max and where the price sits.
Tori's search is loose — a console query returns games and controllers. When the
sample looks mixed, narrow with the product_category value from the returned
categories facets:
analyze("xbox series s", 200, 3, { product_category: "2.93.3905.63" }) // PelikonsolitThese are asking prices, not sold prices.
Run
bun install
bun test
bun run mcp # stdio MCP server
claude mcp add tori -- bun "$(pwd)/src/mcp.ts" # run from the repo rootNot here
Hintaopas / Hintaseuranta retail reference: both sit behind a Cloudflare JS challenge, so they need a headless browser. Not wired up.
No cache, no scheduler, no HTTP API — add if the request rate ever justifies it.
This server cannot be deployed
Maintenance
Related MCP Connectors
Mechanic-grade used-car listing verdicts: risk score, failure points, repair costs, fair price.
Search real-estate deals, rank top areas, run rental/BRRRR/flip analysis, pull sold comps.
Search and browse global classifieds across 80 markets. No auth required for read-only access.
Priced listings from Amazon, Shopify stores, the App Store, Google Play, Airbnb and Redfin
1
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceEnables AI agents to search and retrieve listings from Sweden's largest second-hand marketplaces, Blocket and Tradera. Returns unified data including prices, images, seller information, and direct links to listings.8-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search and compare live prices from Finnish marketplaces (Hinta.fi, Tori.fi, Huuto.net) for new and used products like electronics, furniture, and more.MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to search and view advertisements on Marktplaats.nl with extensive filtering options.17MIT
- AlicenseAqualityAmaintenanceEnables AI agents to search and monitor Dutch and Belgian classifieds (Marktplaats and 2dehands) for listings, seller profiles, and categories.52MIT