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: PriceAtlas 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.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables 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.Last updated7
- FlicenseAqualityDmaintenanceEnables AI assistants to track global food prices, search products by barcode or name, and compare costs across 27 countries. It provides tools for real-time price scraping and data aggregation from major international supermarket chains.Last updated84
- AlicenseAqualityCmaintenanceEnables AI assistants to search secondhand marketplaces (Facebook Marketplace, eBay, Depop, Poshmark) for used items with filters like price, condition, size, and color.Last updated317239MIT
- Alicense-qualityCmaintenanceProvides AI assistants with access to ShopSavvy's comprehensive product data, pricing information, and historical price tracking, enabling product lookup by barcode or ASIN, current offers, price history, and scheduling for automatic monitoring.Last updated717MIT
Related MCP Connectors
Search products, compare prices and discover deals across 6 European markets with your AI assistant.
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
Shopping search across 100M+ products, with every retailer's offer and live price in one place.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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