sverige-begagnad-mcp
This server lets you search four major Swedish second-hand marketplaces — Blocket, Tradera, Klaravik, and Vinted — and return normalized results with titles, prices, locations, links, and images.
Search tools:
search_all— queries all four sources in a single callsearch_blocket,search_tradera,search_klaravik,search_vinted— target individual platformssearch_facebook_marketplace— disabled by default (violates Facebook ToS)
Filtering options:
Price range (min/max) across all sources
Blocket: category names and regional (län) location filters
Tradera: category IDs, county filters, and price range
Blocket results include coordinates and distance, enabling precise radius-based filtering
Discovery/metadata tools:
list_blocket_categories()andlist_blocket_locations()— valid Blocket filter valueslist_tradera_categories()andlist_tradera_counties()— valid Tradera filter values
Other features:
health_check()— pings all sources to confirm they're still fetching dataKlaravik returns current bid prices (auction-based listings)
Searches default to all of Sweden but can be narrowed per-search or via a personal
BLOCKET_LOCATIONSdefaultIdeal for deal hunting, resale/flipping workflows, and location-aware sourcing sweeps
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., "@sverige-begagnad-mcpfind a used dining table in Älmhult"
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.
🇸🇪 Sverige Begagnad MCP
Find quality second-hand deals across Sweden — straight from your AI assistant.
An MCP server that lets Claude (or any MCP client) search Blocket, Tradera, Klaravik, and Vinted (plus optional local Facebook Marketplace) for used items worth buying, restoring, and reselling.
💬 What you can ask Claude
Once connected, just talk to it:
🪑 "Find String shelves (String hylla) near Växjö under 1000 SEK."
🛠️ "Search Blocket and Tradera for Festool or Makita tools I could flip for profit."
🔊 "What Bang & Olufsen speakers are on Tradera between 500 and 3000 SEK?"
🚲 "List Blocket categories, then look for quality bikes (Kronan, Crescent) in Skåne."
📈 "Do this week's sourcing sweep for Scandinavian design in Kronoberg and neighbouring counties, ranked by estimated profit."
Claude picks the right tools, applies your filters, and hands back titles, prices, locations, links, and images — from both marketplaces in one go.
Related MCP server: ikea-mcp
✨ Features
🔎 Four marketplaces | Blocket + Tradera + Klaravik + Vinted, searched together or separately, normalized into one shape |
🎯 Rich filters | Price min/max, category, county (Tradera) · region + category (Blocket) |
📍 Location-aware | Every Blocket result carries |
🌍 General by default | Searches all of Sweden; scope it to your area via config or per-search |
🧭 Discovery tools | List categories, regions, and counties so the agent filters intelligently |
🧩 Easy install | One-command Claude Code plugin, |
✅ Tested live | Every source verified end-to-end against the real APIs |
📊 Source status
Source | Method | Stability |
Tradera | Official REST API (v4) | 🟢 Solid — tested live; requires free registration |
Blocket | Community package ( | 🟡 Semi-stable, unofficial — tested live |
Klaravik | Internal JSON endpoint | 🟡 Unofficial — tested live; auction current-bid prices |
Vinted | Internal API (bot-protected) | 🟠 Unofficial, most fragile — works best from a residential IP |
Facebook Marketplace | Disabled by default | 🔴 Risky, local-only — see |
🔑 Get Tradera credentials (required for all install methods)
Register (free) at https://api.tradera.com/register.
Accept the Terms of Use + Logo Terms of Use.
Create an application and copy the numeric App ID and the App Key (GUID secret). You'll supply these as
TRADERA_APP_ID/TRADERA_APP_KEY.
Blocket needs no credentials. Facebook Marketplace is off by default.
📦 Installation
Every user runs their own copy with their own Tradera keys — pick whichever method
fits your client. uvx-based methods need uv
installed (curl -LsSf https://astral.sh/uv/install.sh | sh, or
winget install astral-sh.uv on Windows) — no cloning or virtualenv needed.
Option 1 — Claude Code plugin (easiest)
claude plugin marketplace add tudorgrigoriu90/sverige-begagnad-mcp
claude plugin install sverige-begagnad@sverige-begagnad-marketplaceThen export your keys (the plugin passes them through to the server):
export TRADERA_APP_ID=... # Windows PowerShell: $env:TRADERA_APP_ID="..."
export TRADERA_APP_KEY=...
export BLOCKET_LOCATIONS= # optional; empty = all of SwedenRestart Claude Code — you'll have search_blocket, search_tradera, search_all,
and more. The plugin runs the server via uvx straight from GitHub.
Option 2 — uvx (Claude Desktop or any MCP client)
Add to your client's MCP config (Claude Desktop: Settings → Developer → Edit Config):
{
"mcpServers": {
"sverige-begagnad": {
"command": "uvx",
"args": ["sverige-begagnad-mcp"],
"env": {
"TRADERA_APP_ID": "...",
"TRADERA_APP_KEY": "...",
"BLOCKET_LOCATIONS": ""
}
}
}
}uvx fetches the published package from PyPI on first run and caches it. Restart the client.
Option 3 — From source (development)
git clone https://github.com/tudorgrigoriu90/sverige-begagnad-mcp
cd sverige-begagnad-mcp
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .
cp .env.example .env # then fill in your keysPoint your client at the venv's sverige-begagnad-mcp command (or
python -m sverige_begagnad_mcp.server) with cwd set to the repo.
From a source checkout with keys set (in .env or the environment):
# Tradera — official REST API v4 (https://api.tradera.com/v4, header auth)
python -m sverige_begagnad_mcp.tradera_client
# Blocket — unofficial community API
python -c "import asyncio; from sverige_begagnad_mcp.blocket_client import search_blocket; print(asyncio.run(search_blocket('String hylla')))"Both are tested live. If Tradera's shape ever drifts, the OpenAPI spec is at
https://api.tradera.com/openapi.json.
🧰 Tools
Tool | Purpose |
| Search Blocket |
| Valid category names |
| Valid region (län) names |
| Search Tradera |
| Category tree → |
| County ids for the optional |
| Search Klaravik auctions (current-bid prices) |
| Search Vinted fashion listings |
| Disabled by default (local-only) |
| Blocket + Tradera + Klaravik + Vinted in one call |
| Ping every source and report which are still fetching data |
📍 Geographic scope
Searches default to all of Sweden. Three ways to set the area, in order of precedence:
Per-search — pass
locationstosearch_blocket(orblocket_locationstosearch_all), e.g.["KRONOBERG", "KALMAR"]. Uselist_blocket_locations()for valid names.A personal default — set
BLOCKET_LOCATIONSin.envto a comma-separated list of region names.Nothing set — all of Sweden.
Blocket's filter is regional (län), not a precise km radius. For a tight
"within X min drive" filter, let Claude do the final check per listing — each result
includes the ad's text location plus coordinates (lat/lon) and Blocket's own
distance. Tradera is national with shipping, so it has no radius concept (there's
an optional county_id filter, rarely needed).
Personal scope lives only in .env (gitignored — not a shipped default):
BLOCKET_LOCATIONS=KRONOBERG,KALMAR,JONKOPING,HALLAND,SKANEPaste this as your instructions to turn the tools into a profit-ranked weekly sweep. It runs many targeted Swedish searches, filters by radius/quality, estimates profit, and returns a ranked shortlist. Tune the brands, region, and thresholds to taste.
ROLE: You are a sourcing assistant for a personal, quality-focused loppis (flip).
Each week, search Blocket and Tradera for second-hand items to buy, minimally
restore, and resell at a profit.
METHOD: Search with SWEDISH terms. Run MANY targeted searches — by BRAND and by
CATEGORY — across both sources; deduplicate. Prices are in SEK.
AREA: within ~35 km straight-line of Växjö (56.88, 14.81) or Älmhult (56.55, 14.14),
computed from each Blocket result's `coordinates`. Tradera ships nationally, so
include shippable Tradera items too.
QUALITY: recognized brand or top craftsmanship (String, Artek, Fritz Hansen, Louis
Poulsen, Iittala, Orrefors, Bang & Olufsen, Braun, Marantz, Bahco, Hilti, Festool,
Makita, Kronan, Crescent…); "bra skick"/"nyskick" or minor cosmetic wear; asking
price clearly below market; only minimal restoration (clean, polish, light sand,
small off-the-shelf parts).
PROFIT: estimate resale value (use web search for comparables if available — do NOT
invent sold prices). Net = resale − (purchase + restoration + pickup/courier), with
stated assumptions (~80 SEK pickup fuel, ~70 SEK courier, 0–150 SEK materials).
Include only items with estimated net profit ≥ 300 SEK. Note that Tradera auction
prices may rise before close.
OUTPUT: ranked by net profit descending, max 15. For each: title + link + location
(distance from Växjö or "ships nationally"), asking vs. estimated market price, net
profit with assumptions, 2–3 restoration steps, and a risk note. End with a 2–3
sentence read on the week's trends. Don't pad with weak candidates.🚫 Facebook Marketplace — why it's disabled
There is no public API for Facebook Marketplace. The only known methods (session
cookies or headless-browser scraping) explicitly violate Facebook's Terms of Service.
The src/sverige_begagnad_mcp/facebook_client.py module is intentionally left as a
stub, with an explanation of how you could implement it yourself, at your own risk.
🛠️ Maintenance & publishing
If a source breaks: Blocket → check https://pypi.org/project/blocket-api/ for a newer version; Tradera → the OpenAPI spec at https://api.tradera.com/openapi.json.
PyPI (enables the short
uvx sverige-begagnad-mcp):python -m buildthentwine upload dist/*. Bumpversioninpyproject.tomlandsrc/sverige_begagnad_mcp/__init__.pyfirst.Plugin marketplace: the
.claude-plugin/marketplace.json+plugins/dirs make this repo itself the marketplace — no extra hosting.MCP Registry:
server.jsonis ready; publish with themcp-publisherCLI after the PyPI release (see the Registry publishing guide).
📄 License
MIT — each user runs their own copy with their own credentials. Note that Blocket has no official API; this uses an unofficial community package, so treat the Blocket half accordingly.
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
- Alicense-qualityDmaintenanceAn MCP server for Sweden's largest grocery chain Willys. Enables controlling your shopping cart, browsing orders, searching products, and getting AI-powered recommendations from any MCP client.Last updated4MIT
- Alicense-qualityCmaintenanceRead-only MCP server for IKEA product search and in-store stock lookup.Last updated301MIT
- AlicenseAqualityCmaintenanceAn MCP server that provides access to finn.no, Norway's largest online classifieds marketplace, enabling searches and listing retrieval across used goods, real estate, cars, and jobs.Last updated61MIT
- AlicenseBqualityBmaintenanceMCP server for finding, comparing, and ranking the cheapest real offers across eBay, Amazon, Craigslist, OfferUp, and Google Shopping, with tax estimation and exact-model filtering.Last updated6MIT
Related MCP Connectors
Federated listings from personal humanMCP servers. Search offers, trades by humans.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
An MCP server for deep research or task groups
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/tudorgrigoriu90/sverige-begagnad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server