Catawiki MCP Server

Catawiki MCP Server

Enables AI assistants to read-only access Catawiki auction marketplace data, including searching lots, inspecting items, browsing categories, and exploring auctions.

Category
访问服务器

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 OK is 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-After on 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: true to fill bids for the top 5 results, or call get_lot_details for 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 to search_lots / get_category_lots instead.

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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选