Finland Shopping MCP
Click on "Install 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., "@Finland Shopping MCPFind best price for iPhone 15 in Finland"
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.
Finland Shopping MCP
An MCP server that helps an AI assistant shop in Finland by checking live prices and listings from Finnish marketplaces.
It is not limited to PC parts. You can ask for phones, furniture, appliances, tools, bikes, monitors, clothes, game consoles, cameras, computer parts, or almost anything else.
What It Searches
Source | Best for | How this MCP uses it |
New products from Finnish retailers | Scrapes live search results and product offer pages | |
Used/local marketplace listings | Scrapes public listing search metadata | |
Auctions and second-hand listings | Returns direct search links, because direct scraping is often blocked by bot protection |
Related MCP server: Marketfiyati MCP Server
Installation
git clone https://github.com/xtofuub/suomi-shopping-mcp.git
cd suomi-shopping-mcp
python -m pip install -r requirements.txtRunning Manually
python server.pyThe server uses MCP stdio transport. In normal use, your AI client starts it automatically.
AI Client Configuration
Add this to a Claude Desktop, Cursor, VS Code, or other MCP-compatible client config:
{
"mcpServers": {
"finland-shopping": {
"command": "python",
"args": ["C:\\path\\to\\suomi-shopping-mcp\\server.py"]
}
}
}An example file is included at:
mcp-config.example.jsonTools
find_best_prices
Combined new-and-used price search across Hinta.fi and Tori.fi.
Use this for questions like:
Find the best price for an iPhone 15 in FinlandIs 250 euros good for a used Nintendo Switch OLED?Find a cheap office chair near Finnish used-market pricesCompare new and used prices for a 4K monitor
Arguments:
Argument | Default | Description |
| required | Search phrase |
|
| Include Tori.fi used listings |
|
| Limit per source |
|
| Optional EUR ceiling |
|
| Use |
search_hinta_products
Search Hinta.fi retail products.
Good for checking new-product prices, availability, store counts, and product pages.
get_hinta_product_details
Fetch a Hinta.fi product page by product ID and return store offers.
Example:
get_hinta_product_details(product_id="3236886")search_tori_listings
Search Tori.fi used listings.
Arguments:
Argument | Default | Description |
| required | Search phrase |
|
| Maximum listings |
|
|
|
|
| Optional minimum EUR price |
|
| Optional maximum EUR price |
get_huuto_search_link
Returns a Huuto.net search URL for manual checking.
Huuto.net commonly blocks simple non-browser HTTP scraping, so this project intentionally does not fake unreliable parsed prices from it.
get_shopping_links
Returns direct Hinta.fi, Tori.fi, and Huuto.net search links for a query.
Compatibility Tools
These tool names remain available from the earlier Hinta/PC-part version:
find_pc_part_pricessearch_productsget_product_detailsget_dealsget_categoriesget_category_products
Example Prompts
Find the best price for AirPods Pro 2 in Finland.Is 400 euros a good used price for an RTX 4070 Super?Find a washing machine under 250 euros, used is okay.Compare new and used prices for a Herman Miller Aeron.Build me a good gaming PC for 1000 euros using Finnish prices.Output Shape
find_best_prices returns:
summary.cheapest_overallsummary.cheapest_newsummary.cheapest_usedsummary.used_savings_vs_newresults_sorted_by_pricesource URLs for manual verification
Prices are normalized to numeric EUR values when possible, with original listing text preserved where useful.
Limitations
Marketplace HTML can change. If parsing breaks, update selectors in
server.py.Used listings need human judgment. Check seller reputation, location, warranty, exact model, photos, pickup/shipping safety, and whether the listing is actually
for salerather thanwanted.Hinta.fi and Tori.fi data is fetched live, so results can change between calls.
Huuto.net is link-only in this MCP because bot protection makes direct scraping unreliable.
Development
Install dependencies:
python -m pip install -r requirements.txtCompile check:
python -m py_compile server.pySmoke test:
python test_server.pyLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xtofuub/suomi-shopping-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server