HomeMarketing & E-Commerce › Marktplaats & 2dehands

Marktplaats & 2dehands

Search Marktplaats & 2dehands (NL/BE classifieds), vet sellers, compare prices, use your account.

Python Local macOSWindowsLinux Remote
★ 2 stars Last pushed 2026-09-23 License: MIT

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://marktplaats-mcp.jaspnerd.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http marktplaats-mcp https://marktplaats-mcp.jaspnerd.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "marktplaats-mcp": {
      "url": "https://marktplaats-mcp.jaspnerd.dev/mcp"
    }
  }
}

Package (pypi 0.2.0)

uvx marktplaats-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "marktplaats-mcp": {
      "command": "uvx",
      "args": [
        "marktplaats-mcp"
      ],
      "env": {
        "MARKTPLAATS_COOKIE": "<YOUR_VALUE>",
        "TWEEDEHANDS_COOKIE": "<YOUR_VALUE>",
        "MARKTPLAATS_READ_ONLY": "<YOUR_VALUE>"
      }
    }
  }
}
  • MARKTPLAATS_COOKIE secret — Optional. Your marktplaats.nl session Cookie header for the account tools; prefer running 'marktplaats-mcp login' instead.
  • TWEEDEHANDS_COOKIE secret — Optional. Your 2dehands.be session Cookie header for the account tools.
  • MARKTPLAATS_READ_ONLY — Set to 1 to disable sending messages, bidding and changing favorites.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry