Search Marktplaats and 2dehands: listings, sellers, categories and new-listing monitoring.
Connect Marktplaats to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Search Marktplaats and 2dehands: listings, sellers, categories and new-listing monitoring. The marktplaats mcp server is what makes that connection.
The only prerequisite is uv (brew install uv or curl -LsSf https://astral.sh/uv/install.sh | sh).
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
search_listings — Search with query, category, price range, condition, distance, recency, sorting and paginationget_listing_details — Full ad: complete description, all images, view and favorite counts, listing ageget_seller_profile — Trust signals: verified bank, identity and phone, review score and countlist_categories — Browse the category tree (names + ids) used for filteringcheck_new_listings — Newest-first monitoring with a stateless cursor: returns only ads placed after sincePlenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Marktplaats's toolset — search_listings, get_listing_details, get_seller_profile and 2 more — is a fair guide to whether it matches your workflow. It is maintained by jasp-nerd; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| search_listings | Search with query, category, price range, condition, distance, recency, sorting and pagination |
| get_listing_details | Full ad: complete description, all images, view and favorite counts, listing age |
| get_seller_profile | Trust signals: verified bank, identity and phone, review score and count |
| list_categories | Browse the category tree (names + ids) used for filtering |
| check_new_listings | Newest-first monitoring with a stateless cursor: returns only ads placed after since |
{
"mcpServers": {
"marktplaats": {
"command": "uvx",
"args": ["marktplaats-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.