Описание
MCP server exposing Mercari Japan search to AI assistants
README
Let your AI assistant search Mercari, Japan's largest second-hand marketplace, in plain language — no scraping, no manual filtering. An MCP server built on mercapi.
Ask things like:
"Find a used Daiwa Saltiga reel under ¥30,000 in good condition, cheapest first."
"What's this seller's rating, and what else are they selling?"
"Any auctions ending soon for vintage Game Boy games?"
The assistant calls the tools below, gets back compact results with direct jp.mercari.com links, and reasons over them for you.
Setup
Requires Node ≥ 20.
Claude Code
claude mcp add mercari -- npx -y mercapi-mcp
Claude Desktop / Cursor — add to your mcpServers config:
{
"mcpServers": {
"mercari": {
"command": "npx",
"args": ["-y", "mercapi-mcp"]
}
}
}
No API key or account needed.
Tools
| Tool | Purpose |
|---|---|
search_items |
Search listings by keyword |
get_item |
Full detail for one listing |
get_seller |
A seller's profile and ratings |
get_seller_items |
Everything one seller has listed |
search_items is the workhorse. The assistant chooses:
- Filters —
priceMin/priceMax(JPY),condition(brand_new→bad),status(on_sale/sold/all),excludeKeyword - Sorting —
score(default),price_asc,price_desc,newest,likes - How much to return —
limit(1–120, default 20) anddetail(compactorfull) - Output format —
format(text, default, orjsonfor raw structured data) - Pagination — pass
pageTokenfrom a previous result
All four tools accept format: "json" to return structured objects (mercapi's parsed fields) instead of human-readable text — useful for programmatic downstream use.
Auction listings are flagged with current bid count and deadline; get_item returns full auction state (starting price, highest bid, ends-at). Japanese keywords give the best results.
How it works
Results come back as compact structured text rather than raw JSON — roughly 90% fewer tokens for the same information, so the assistant can scan many listings without blowing its context. Every item includes its https://jp.mercari.com/item/{id} link so you can open anything it finds.
Notes
- Unofficial API. Requests hit Mercari's private endpoints from your own machine's IP. Fine for interactive use; heavy automated querying may get throttled.
- API health is monitored continuously upstream — status page.
- This is a read-only search tool. It cannot buy, bid, message, or list items.
Credits
Wraps mercapi (Node), itself a port of take-kun/mercapi (Python), which reverse-engineered the Mercari API.
License
MIT
Установить Mercapi в Claude Desktop, Claude Code, Cursor
unyly install mercapiСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mercapi -- npx -y github:zhu-kai/mercapi-mcpПошаговые гайды: как установить Mercapi
FAQ
Mercapi MCP бесплатный?
Да, Mercapi MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mercapi?
Нет, Mercapi работает без API-ключей и переменных окружения.
Mercapi — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Mercapi в Claude Desktop, Claude Code или Cursor?
Открой Mercapi на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
Compare Mercapi with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
