Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Marktplaats & 2dehands

REMOTE · MARKTPLAATS-MCP.JASPNERD.DEV · 2 COMPONENTS · SCANNED SEP 20

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

72 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability76
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2615 tokens (~290/item across 9 items; 8 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Marktplaats & 2dehands MCP server?

Marktplaats & 2dehands is a hosted endpoint at https://marktplaats-mcp.jaspnerd.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · marktplaats-mcp.jaspnerd.dev

# add to Claude Code
claude mcp add --transport http jasp-nerd-marktplaats-mcp 'https://marktplaats-mcp.jaspnerd.dev/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "jasp-nerd-marktplaats-mcp": {
      "url": "https://marktplaats-mcp.jaspnerd.dev/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jasp-nerd-marktplaats-mcp": {
      "type": "http",
      "url": "https://marktplaats-mcp.jaspnerd.dev/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.jasp-nerd-marktplaats-mcp]
url = "https://marktplaats-mcp.jaspnerd.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jasp-nerd-marktplaats-mcp": {
      "type": "remote",
      "url": "https://marktplaats-mcp.jaspnerd.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jasp-nerd-marktplaats-mcp --url 'https://marktplaats-mcp.jaspnerd.dev/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  jasp-nerd-marktplaats-mcp:
    url: "https://marktplaats-mcp.jaspnerd.dev/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jasp-nerd-marktplaats-mcp": {
      "Transport": "http",
      "Url": "https://marktplaats-mcp.jaspnerd.dev/mcp"
    }
  }
}
# add to Vellum
assistant mcp add jasp-nerd-marktplaats-mcp -t streamable-http -u 'https://marktplaats-mcp.jaspnerd.dev/mcp'
// mcp.json
{
  "mcpServers": {
    "jasp-nerd-marktplaats-mcp": {
      "type": "http",
      "url": "https://marktplaats-mcp.jaspnerd.dev/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1
    • Stability: unverified → 0.03 functional
  • 19 Sept 26 71

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://marktplaats-mcp.jaspnerd.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=marktplaats-mcp.jaspnerd.dev CN=YR1,O=Let's Encrypt,C=US 19 Sept 2026 18 Dec 2026 RSA 4096 SHA256-RSA 570aa7c78389909a899e8161ed286f0389e
SANs: marktplaats-mcp.jaspnerd.dev
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of marktplaats-mcp.jaspnerd.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
jaspnerd.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://marktplaats-mcp.jaspnerd.dev/mcp Verified 200
http (plaintext) http://marktplaats-mcp.jaspnerd.dev/mcp HTTPS enforced 302 https://marktplaats-mcp.jaspnerd.dev/mcp
MCP tools · 8 exposed · ~2,439 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_prices ~540

Price statistics (min, quartiles, median, max, mean) over the most relevant asking prices for a search, plus the cheapest matches. Free, bidding-only and reserved ads are excluded and outliers beyond 1.5x the interquartile range are trimmed. Most reliable with a subcategory plus attributes (e.g. subcategory 'Mobiele telefoons | Apple iPhone', attributes {'Model': 'iPhone 15', 'Opslagcapaciteit': '128 GB'}) instead of free text, which drags in accessories.

NameTypeReqDescription
attributesCategory-specific filters as {filter: value}, using the labels from list_category_filters, e.g. {'Merk': 'Gazelle', 'Framehoogte': '57 tot 61 cm'} or {'Bouwjaar': '2018-2022', 'Kilometerstand': '-100…
categoryTop-level category name (Dutch, e.g. 'Fietsen en Brommers') or numeric id. See list_categories.
conditionFilter by item condition.
delivery'shipping' for ads that can be shipped, 'pickup' for collection.
distance_kmMax distance from postcode in kilometers (needs postcode).
excludeDrop listings whose title or description contains any of these words, e.g. ['hoesje', 'defect', 'gezocht'].
language2dehands only: 'nl' for Dutch-language ads, 'fr' for French, 'all' (default).
postcodeDutch/Belgian postal code to search around, e.g. '1011 AB' or '2000'. Required for distance filtering and for distance_km in results.
price_fromMinimum price in euros.
price_toMaximum price in euros.
querystringyesFree-text search, e.g. 'racefiets' or 'iphone 15'. May be empty if a category is given.
sample_sizeintegerListings to sample, most relevant first (10-100).
sitestringWhich marketplace: marktplaats (Netherlands) or 2dehands (Belgium).
subcategorySubcategory name (e.g. 'Fietsen | Racefietsen' or 'Fietsen | Heren | Herenfietsen') or numeric id. See list_categories with a parent.
NameTypeReqDescription
cheapestarray
excluded_outliers
max
mean
median
min
note
p25
p75
querystringyes
sample_sizeintegeryes
sitestringyes
total_countintegeryes

No examples provided.

check_new_listings ~543

Poll for listings placed after a given moment (newest first, paid promotions filtered out). Stateless: store the returned 'cursor' and pass it as 'since' on the next call. When the result is truncated the cursor only advances to the oldest ad returned, so nothing is ever skipped.

NameTypeReqDescription
attributesCategory-specific filters as {filter: value}, using the labels from list_category_filters, e.g. {'Merk': 'Gazelle', 'Framehoogte': '57 tot 61 cm'} or {'Bouwjaar': '2018-2022', 'Kilometerstand': '-100…
categoryTop-level category name (Dutch, e.g. 'Fietsen en Brommers') or numeric id. See list_categories.
conditionFilter by item condition.
delivery'shipping' for ads that can be shipped, 'pickup' for collection.
distance_kmMax distance from postcode in kilometers (needs postcode).
excludeDrop listings whose title or description contains any of these words, e.g. ['hoesje', 'defect', 'gezocht'].
language2dehands only: 'nl' for Dutch-language ads, 'fr' for French, 'all' (default).
limitintegerMax new listings to return (1-100).
postcodeDutch/Belgian postal code to search around, e.g. '1011 AB' or '2000'. Required for distance filtering and for distance_km in results.
price_fromMinimum price in euros.
price_toMaximum price in euros.
querystringFree-text search, e.g. 'racefiets' or 'iphone 15'. May be empty if a category is given.
sinceISO 8601 timestamp (e.g. '2026-07-15T09:00:00Z'); only listings placed after this moment are returned. Defaults to 24 hours ago. Pass the 'cursor' from the previous call to poll incrementally.
sitestringWhich marketplace: marktplaats (Netherlands) or 2dehands (Belgium).
subcategorySubcategory name (e.g. 'Fietsen | Racefietsen' or 'Fietsen | Heren | Herenfietsen') or numeric id. See list_categories with a parent.
NameTypeReqDescription
cursorstringyes
listingsarrayyes
new_countintegeryes
note
sincestringyes
sitestringyes
truncated

No examples provided.

get_listing_details ~133

Fetch the full advertisement: complete description, attributes, status (active/closed), exact listing time, view and favorite counts, bidding state, shipping, images, and seller signals such as response rate and account age.

NameTypeReqDescription
listing_idstringyesListing id from search results (e.g. 'm2400641485') or a pasted marktplaats.nl / 2dehands.be listing URL.
max_imagesintegerMax image URLs to return (0-20).
sitestringWhich marketplace: marktplaats (Netherlands) or 2dehands (Belgium).
NameTypeReqDescription
attributes
bidding
buy_it_now
car_attributes
category_id
city
country
delivery
description
favorited_count
idstringyes
image_count
image_urls
listed_at
note
postcode
price
price_euros
price_type
reserved
seller
since
sitestringyes
status
title
urlstringyes
view_count

No examples provided.

get_seller_profile ~105

Look up a seller's trust signals: verified bank account / identity / phone number, business verification, payment method, review score and count. Null means the marketplace does not report that signal. Use list_seller_listings to see everything the seller currently offers.

NameTypeReqDescription
seller_idintegeryesNumeric seller id from a listing's seller field.
sitestringWhich marketplace: marktplaats (Netherlands) or 2dehands (Belgium).
NameTypeReqDescription
average_score
bank_account_verified
business_verified
identification_verified
low_bid_threshold_percent
number_of_reviews
payment_method
phone_number_verified
seller_idintegeryes
sitestringyes

No examples provided.

list_categories ~68

Browse the category tree (shared by marktplaats.nl and 2dehands.be) to find names/ids for search_listings' category and subcategory filters.

NameTypeReqDescription
parentOmit for all top-level categories; pass a top-level category name or id for its subcategories.
NameTypeReqDescription
categoriesarrayyes
levelstringyes
parent

No examples provided.

list_category_filters ~198

Discover the filters available for a category or search (brand, frame height, mileage, fuel, RAM, ...), with their valid values and how many ads match each. Pass the labels to search_listings' 'attributes' parameter.

NameTypeReqDescription
categoryTop-level category name (Dutch, e.g. 'Fietsen en Brommers') or numeric id. See list_categories.
max_optionsintegerMax values per filter, most common first (1-200).
querystringOptional search text; needed when no category is given.
sitestringWhich marketplace: marktplaats (Netherlands) or 2dehands (Belgium).
subcategorySubcategory name (e.g. 'Fietsen | Racefietsen' or 'Fietsen | Heren | Herenfietsen') or numeric id. See list_categories with a parent.
NameTypeReqDescription
category
filtersarrayyes
note
query
sitestringyes
subcategory

No examples provided.

list_seller_listings ~194

Everything one seller currently has on offer. Useful to spot dealers posing as private sellers, duplicate or suspicious ads, and bundle deals.

NameTypeReqDescription
compactbooleanTrue (default) returns a token-efficient shortlist; False adds description, seller, images and attributes per listing.
limitintegerResults per page (1-100).
offsetintegerPagination: pass 'next_offset' from the previous result.
querystringOptional text to filter the seller's ads.
seller_idintegeryesNumeric seller id.
sitestringWhich marketplace: marktplaats (Netherlands) or 2dehands (Belgium).
sort_bystring'relevance' (default), 'date' (newest first with desc), 'price' or 'location'.
sort_orderstring'asc' or 'desc'.
NameTypeReqDescription
limitintegeryes
listingsarrayyes
next_offset
note
offsetintegeryes
returnedintegeryes
sitestringyes
suggested_query
total_countintegeryes

No examples provided.

search_listings ~658

Search second-hand listings on Marktplaats or 2dehands with filters for category, category-specific attributes, price range, condition, delivery, recency and distance from a postal code. Paid promotions are filtered out unless include_sponsored is set.

NameTypeReqDescription
attributesCategory-specific filters as {filter: value}, using the labels from list_category_filters, e.g. {'Merk': 'Gazelle', 'Framehoogte': '57 tot 61 cm'} or {'Bouwjaar': '2018-2022', 'Kilometerstand': '-100…
categoryTop-level category name (Dutch, e.g. 'Fietsen en Brommers') or numeric id. See list_categories.
compactbooleanTrue (default) returns a token-efficient shortlist; False adds description, seller, images and attributes per listing.
conditionFilter by item condition.
delivery'shipping' for ads that can be shipped, 'pickup' for collection.
distance_kmMax distance from postcode in kilometers (needs postcode).
excludeDrop listings whose title or description contains any of these words, e.g. ['hoesje', 'defect', 'gezocht'].
include_sponsoredbooleanInclude paid promotions (DAGTOPPER/TOPADVERTENTIE) and the sponsored top block.
include_unpricedbooleanKeep ads without an asking price (free, 'Bieden' without amount) when sorting by price or filtering on price. Default False: those ads would otherwise sort as €0 and flood the cheapest pages.
language2dehands only: 'nl' for Dutch-language ads, 'fr' for French, 'all' (default).
limitintegerResults per page (1-100).
offered_since_daysOnly listings placed within the last N days.
offsetintegerPagination: pass 'next_offset' from the previous result.
postcodeDutch/Belgian postal code to search around, e.g. '1011 AB' or '2000'. Required for distance filtering and for distance_km in results.
price_fromMinimum price in euros.
price_toMaximum price in euros.
querystringFree-text search, e.g. 'racefiets' or 'iphone 15'. May be empty if a category is given.
sitestringWhich marketplace: marktplaats (Netherlands) or 2dehands (Belgium).
sort_bystring'relevance' (default), 'date' (newest first with desc), 'price' or 'location'.
sort_orderstring'asc' or 'desc'.
subcategorySubcategory name (e.g. 'Fietsen | Racefietsen' or 'Fietsen | Heren | Herenfietsen') or numeric id. See list_categories with a parent.
NameTypeReqDescription
limitintegeryes
listingsarrayyes
next_offset
note
offsetintegeryes
returnedintegeryes
sitestringyes
suggested_query
total_countintegeryes

No examples provided.

Common questions

What is the Marktplaats & 2dehands MCP server?

Marktplaats & 2dehands is an MCP server listed in the public MCP registry as io.github.jasp-nerd/marktplaats-mcp. Search Marktplaats & 2dehands (NL/BE classifieds), vet sellers, compare prices, use your account. This page covers its hosted endpoint (https://marktplaats-mcp.jaspnerd.dev/mcp).

Is the Marktplaats & 2dehands MCP server safe to use?

Marktplaats & 2dehands scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Marktplaats & 2dehands MCP server expose?

Marktplaats & 2dehands exposes 8 tools: search_listings, get_listing_details, get_seller_profile, list_seller_listings, list_categories, and 3 more. Their descriptions and schemas cost roughly 2,439 tokens of context every time the server is loaded.

Does the Marktplaats & 2dehands MCP server require authentication?

No. We connected to Marktplaats & 2dehands without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Marktplaats & 2dehands MCP server still maintained?

Marktplaats & 2dehands is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.