In-depth architectural comparison of the Swissgroceries MCP and Marktplaats MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Swissgroceries MCP
E-Commerce · Local stdio
Quality: 61/100 (Good) | Auth: No auth required
Marktplaats MCP
E-Commerce · Local stdio
Quality: 60/100 (Good) | Auth: No auth required
Verdict Summary: Choose Swissgroceries MCP if you need specialized E-Commerce tools running via a local process. Choose Marktplaats MCP if your workspace requires E-Commerce integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Swissgroceries MCP when:
You need dedicated capabilities in the E-Commerce domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Swiss grocery search, weekly promotions, and multi-store shopping plans across Migros, Coop, Aldi, Denner, Lidl, Farmy, Volg, and Otto's. Cross-chain unit-price comparison and three planning strategies (singlestore / splitcart / absolutecheapest). Install via npx -y @nicktcode/swissgroceries-mcp.
Search Marktplaats.nl and 2dehands.be, the Dutch and Belgian second-hand marketplaces. Listings with price, condition and distance filters, full ad details, seller verification and reviews, categories, and new-listing monitoring. No account or API key needed. Install via uvx marktplaats-mcp.
Category & Scope
Tools & Capabilities Breakdown
Swissgroceries MCP Tools (7)
find_stores
Find grocery stores near a location, filtered by chain and radius.
search_products
Cross-chain product search with normalised price, unit price, size, and tags.
get_product
Full product details for a chain plus product ID pair.
get_promotions
Current promotional deals, filterable by chain, keyword, store, or expiry.
find_stock
Stores of a chain that have a given product in stock.
plan_shopping
Plan a multi-store trip for a shopping list near a location.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Swissgroceries MCP is categorized under E-Commerce and uses a local stdio subprocess. In contrast, Marktplaats MCP belongs to E-Commerce using local stdio subprocess. Select Swissgroceries MCP when you need capabilities focused on e-commerce and Marktplaats MCP when you require tools for e-commerce.
Probe each registered chain adapter and report status, latency, and capabilities.
Marktplaats MCP Tools (5)
search_listings
Search second-hand listings on Marktplaats or 2dehands with filters for
category, price range, condition, recency and distance from a postal code.
get_listing_details
Fetch the full advertisement: complete description, all images, view and
favorite counts, listing age, seller and item attributes.
get_seller_profile
Look up a seller's trust signals: verified bank account / identity /
phone number, review score and number of reviews.
list_categories
Browse the category tree (shared by marktplaats.nl and 2dehands.be) to find
names/ids for search_listings' category and subcategory filters.
check_new_listings
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 to only see genuinely new listings.