marktplaats-mcp
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., "@marktplaats-mcpzoek naar laptops max 500 euro"
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.
Marktplaats MCP Server
Een MCP (Model Context Protocol) server voor het zoeken en bekijken van advertenties op Marktplaats.nl. Hiermee kan je AI-assistenten zoals Claude toegang geven tot Marktplaats.
Features
Zoeken - Zoek advertenties met uitgebreide filters (prijs, afstand, conditie, categorie, etc.)
Categorie filters - Filter op categorie-specifieke attributen zoals RAM, schermgrootte, merk, framehoogte, etc.
Advertentie details - Bekijk volledige beschrijvingen, alle afbeeldingen en kenmerken
Verkoper info - Bekijk verkoper beoordelingen en verificatiestatus
Categorieën - Blader door alle Marktplaats categorieën
Related MCP server: marktplaats-mcp
Installatie
Je kan op 2 manieren installeren: via uvx of handmatig.
uvx
claude mcp add --transport stdio marktplaats -- uvx git+https://github.com/PonClick/marktplaats-mcp marktplaats-mcpof voeg toe in .claude.json:
"mcpServers": {
"marktplaats": {
"type": "stdio",
"command": "uvx",
"args": [
"git+https://github.com/PonClick/marktplaats-mcp",
"marktplaats-mcp"
],
"env": {}
}
}Handmatige installatie
Git clone en pip install.
# Clone de repository
git clone https://github.com/PonClick/marktplaats-mcp.git
cd marktplaats-mcp
# Installeer met pip
pip install -e .Voeg toe aan je Claude Desktop configuratie (
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"marktplaats": {
"command": "marktplaats-mcp"
}
}
}Gebruik
Beschikbare Tools
search_listings
Zoek advertenties met filters:
query- Zoektermcategory/subcategory- Categorie filterzip_code- Postcode voor afstanddistance_km- Maximum afstandprice_from/price_to- Prijsrangecondition- Conditie (new, used, as_good_as_new, etc.)attribute_ids- Categorie-specifieke filters (gebruikget_category_filters)
get_listing_details
Haal volledige advertentie details op inclusief:
Volledige beschrijving
Alle afbeeldingen
Kenmerken
Statistieken (views, bewaard)
get_seller_info
Verkoper informatie:
Naam en verificatiestatus
Gemiddelde beoordeling
Aantal reviews
list_categories
Bekijk alle beschikbare categorieën.
get_category_filters
Haal beschikbare filters op voor een categorie, bijvoorbeeld:
Laptops: RAM, schermgrootte, processor, SSD/HDD
Fietsen: Merk, framehoogte, elektrisch
Voorbeelden
Zoek een laptop met 16GB RAM
search_listings(
subcategory="laptops",
price_to=500,
attribute_ids=[12103] # 16GB RAM
)Zoek elektrische Gazelle fietsen
search_listings(
query="gazelle",
subcategory="elektrische fietsen",
condition="used"
)Credits
Basis library: marktplaats-py door @jensjeflensje - Bedankt voor het bouwen van de uitstekende Python library voor Marktplaats!
Open Source
Dit project is volledig open source en aangeboden door lessClick AI.
Licentie
MIT License - Zie LICENSE voor details.
Disclaimer
Dit is een onofficieel project en is niet geassocieerd met Marktplaats.nl. Gebruik op eigen risico en respecteer de gebruiksvoorwaarden van Marktplaats.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and browse global classifieds across 80 markets. No auth required for read-only access.
Search and retrieve job postings on Nationale Vacaturebank, the largest Dutch jobs site (read-only).
Search Marktplaats & 2dehands (NL/BE classifieds), vet sellers, compare prices, use your account.
Read-only product discovery, merchant trust, shipping and returns for SVV-Schatzoekers.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read-only access Catawiki auction marketplace data, including searching lots, inspecting items, browsing categories, and exploring auctions.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to search and monitor Dutch and Belgian classifieds (Marktplaats and 2dehands) for listings, seller profiles, and categories.82MIT
- AlicenseAqualityBmaintenanceRead-only MCP server for Marktplaats.nl (Dutch classifieds) that lets agents search listings and read price, specs, condition, delivery, location, and seller details.33 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search willhaben.at marketplace listings and retrieve full ad details, using filters for category, condition, size, color, pattern, brand, and more.3MIT