Catawiki MCP Server
Enables AI assistants to read-only access Catawiki auction marketplace data, including searching lots, inspecting items, browsing categories, and exploring auctions.
README
Catawiki MCP Server
<p align="center"> <a href="https://modelcontextprotocol.io"><img alt="MCP" src="https://img.shields.io/badge/MCP-1.12-blue" /></a> <a href="https://nodejs.org"><img alt="Node.js" src="https://img.shields.io/badge/Node.js-%E2%89%A518-339933?logo=node.js&logoColor=white" /></a> <a href="https://www.typescriptlang.org"><img alt="TypeScript" src="https://img.shields.io/badge/TypeScript-5.7-3178C6?logo=typescript&logoColor=white" /></a> <a href="#license"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-green" /></a> </p>
A Model Context Protocol (MCP) server that gives AI assistants read-only access to Catawiki auction marketplace data ā search lots, inspect items, browse categories, and explore auctions. Since Catawiki offers no public API, this server reads publicly available data directly from the website.
Highlights
- š 10 tools ā search, lot details, categories, auctions, sellers, images, and more
- š¦ 3 resources + 5 prompts for richer, guided AI workflows
- š”ļø Production-hardened ā structured-data parsing, anti-bot detection, rate limiting, caching, and fail-loud error handling
Table of Contents
Features
Tools (10)
| Tool | Description |
|---|---|
search_lots |
Search for lots/items with filters (price, sort), pagination, and optional enrich_bids for live bids on the top 5 results |
get_lot_details |
Get detailed info about a specific lot (title, description, bids, seller, images) |
list_categories |
List all available auction categories |
get_category_lots |
Browse lots within a specific category |
get_auction_details |
Get details of a themed auction and its lots |
get_upcoming_auctions |
List upcoming/active auctions |
get_featured_lots |
Get featured/trending lots from the homepage |
get_seller_profile |
Get seller information and recent lots |
get_lot_images |
Get all image URLs for a specific lot |
scrape_catawiki_page |
Scrape any public Catawiki page (help, about, stories, etc.) |
Resources (3)
| Resource | URI | Description |
|---|---|---|
| Platform Info | catawiki://info |
General platform information, features, URL patterns |
| Categories | catawiki://categories |
Dynamic list of all auction categories |
| Server Info | catawiki://server-info |
Server version, capabilities, uptime |
Prompts (5)
| Prompt | Description |
|---|---|
analyze-lot |
Analyze a lot's value, authenticity, and buying considerations |
compare-lots |
Side-by-side comparison of multiple lots |
explore-category |
Discover what's available in a category with price ranges |
find-deals |
Search for potentially undervalued items |
market-overview |
Overview of current marketplace activity |
Installation
# Clone and install
cd catawiki
npm install
npm run build
Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"catawiki": {
"command": "node",
"args": ["/absolute/path/to/catawiki/build/index.js"]
}
}
}
With MCP Inspector (for debugging)
npm run inspect
Development
npm run dev # Run with tsx (hot reload)
npm run build # Compile TypeScript
npm test # Run test suite
npm run test:watch # Run tests in watch mode
Architecture
catawiki/
āāā src/
ā āāā index.ts # Entry point (stdio transport)
ā āāā server.ts # Server assembly
ā āāā tools/
ā ā āāā index.ts # 10 MCP tool definitions
ā āāā resources/
ā ā āāā index.ts # 3 MCP resource definitions
ā āāā prompts/
ā ā āāā index.ts # 5 MCP prompt templates
ā āāā services/
ā āāā http-client.ts # HTTP client with rate limiting & caching
ā āāā catawiki-scraper.ts # HTML parser for Catawiki pages
āāā tests/
ā āāā http-client.test.ts # HTTP client unit tests
ā āāā catawiki-scraper.test.ts# Scraper unit tests
ā āāā mcp-server.test.ts # MCP protocol integration tests
āāā package.json
āāā tsconfig.json
āāā vitest.config.ts
Reliability & Production Hardening
This server scrapes a live site, so it is built to fail loudly and correctly rather than silently return wrong data:
- Structured-data first: lot, search, category, seller, and auction data are
read from the page's
__NEXT_DATA__hydration payload (what the site actually renders from) ā not from brittle CSS classes or JSON-LD. - Fail-loud on structure change: if a page loads but the expected hydration
data is gone (e.g. Catawiki ships a markup change or migrates frameworks), the
affected tool returns a clear error asking for a scraper update ā it does not
return an item with every field
N/A. A live regression test guards this. - Anti-bot detection: a
200 OKis not trusted blindly ā Cloudflare / DataDome / PerimeterX challenge pages are detected and surfaced as an access error instead of being parsed as empty content. - Rate limiting: 10 requests/minute (sliding window) to respect Catawiki.
- Caching: 5-minute default TTL (30 min for categories), with a hard cap on cache size and oldest-entry eviction to bound memory in long-running processes.
- Retries: exponential backoff on transient errors; honors
Retry-Afteron 429. - Errors: 404 / 403 / 429 / network failures map to actionable, sanitized
messages (
isError: true) that an agent can act on ā no stack traces or internal details leak. - MCP tool annotations: all tools are marked
readOnlyHint+openWorldHint.
Known limitations
- Live bids on list views: search/category results don't carry a live bid in
the page HTML (it's pushed over a realtime channel). Pass
enrich_bids: trueto fill bids for the top 5 results, or callget_lot_detailsfor a single lot. get_featured_lots/get_upcoming_auctions: the homepage no longer server-renders this data (it's loaded client-side), so these tools return a message pointing you tosearch_lots/get_category_lotsinstead.
Legal Notice
This server scrapes publicly available data from Catawiki's website. It is intended for personal/research use. Please review Catawiki's Terms of Service before using this server. Be mindful of rate limits and respect the website's robots.txt directives.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.