Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables AI assistants to search and view advertisements on Marktplaats.nl with extensive filtering options.

README.md

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

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-mcp

of voeg toe in .claude.json:

"mcpServers": {
  "marktplaats": {
    "type": "stdio",
    "command": "uvx",
    "args": [
      "git+https://github.com/PonClick/marktplaats-mcp",
      "marktplaats-mcp"
    ],
    "env": {}
  }
}

Handmatige installatie

  1. 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 .
  1. 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 - Zoekterm
  • category / subcategory - Categorie filter
  • zip_code - Postcode voor afstand
  • distance_km - Maximum afstand
  • price_from / price_to - Prijsrange
  • condition - Conditie (new, used, as_good_as_new, etc.)
  • attribute_ids - Categorie-specifieke filters (gebruik get_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

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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.