Begagnad (Swedish Second-Hand Marketplaces)
FreeNot checkedProvides search capabilities across Sweden's largest second-hand marketplaces, Blocket and Tradera, enabling unified access to classified listings with normaliz
About
Provides search capabilities across Sweden's largest second-hand marketplaces, Blocket and Tradera, enabling unified access to classified listings with normalized data including prices, descriptions, images, seller ratings, and direct links for price comparison and market research.
README
A Model Context Protocol (MCP) server for searching Sweden's two largest second-hand marketplaces: Blocket and Tradera.
What it does
Enables AI agents like Claude to search and retrieve listings from Swedish second-hand marketplaces. Returns unified data including titles, descriptions, prices, images, seller information, and direct links to listings.
Setup
Using the public endpoint
A live instance is available at https://begagnad-mcp.bjesus.workers.dev/sse
Configure Claude Desktop by editing ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"begagnad": {
"command": "npx",
"args": [
"mcp-remote",
"https://begagnad-mcp.bjesus.workers.dev/sse"
]
}
}
}
Restart Claude Desktop to load the server.
Deploy your own instance
Install dependencies:
npm installLogin to Cloudflare:
wrangler loginDeploy:
npm run deployUpdate your Claude Desktop config with your deployment URL.
Local development
npm start
Server runs at http://localhost:8788/sse
Configuration
Tradera API credentials can be set as Cloudflare secrets:
wrangler secret put TRADERA_APP_ID
wrangler secret put TRADERA_APP_KEY
Available tools
search_blocket- Search Blocket marketplace- Parameters:
query(string),limit(number, optional)
- Parameters:
get_blocket_item- Get details for a specific Blocket listing- Parameters:
ad_id(string)
- Parameters:
search_tradera- Search Tradera marketplace- Parameters:
query(string),page(number, optional)
- Parameters:
get_tradera_item- Get details for a specific Tradera listing- Parameters:
item_id(string)
- Parameters:
search_both- Search both marketplaces simultaneously- Parameters:
query(string),blocket_limit(number, optional)
- Parameters:
Example usage
Ask Claude:
- "Find me a Linksys router with OpenWRT installed"
- "Search for a red pickup truck under 20000 SEK"
- "Show me vintage furniture in Stockholm"
Data format
Returns unified data structure:
- Item ID, title, description
- Price (SEK), location
- Images (URLs)
- Seller name and rating
- Direct link to listing
- Source marketplace (Blocket or Tradera)
APIs
- Blocket API:
https://blocket-api.se/v1/ - Tradera API:
https://api.tradera.com/v3/
License
MIT
Installing Begagnad (Swedish Second-Hand Marketplaces)
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/bjesus/begagnad-mcpFAQ
Is Begagnad (Swedish Second-Hand Marketplaces) MCP free?
Yes, Begagnad (Swedish Second-Hand Marketplaces) MCP is free — one-click install via Unyly at no cost.
Does Begagnad (Swedish Second-Hand Marketplaces) need an API key?
No, Begagnad (Swedish Second-Hand Marketplaces) runs without API keys or environment variables.
Is Begagnad (Swedish Second-Hand Marketplaces) hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Begagnad (Swedish Second-Hand Marketplaces) in Claude Desktop, Claude Code or Cursor?
Open Begagnad (Swedish Second-Hand Marketplaces) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Begagnad (Swedish Second-Hand Marketplaces) with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
