Mercari Jp Mcp
@msr2903
关于 Mercari Jp Mcp
This is a Model Context Protocol (MCP) server that provides real time data from Japan’s Mercari (jp.mercari.com). It allows you to retrieve information about product and prices (more to come) to be analyzed by LLM.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mercari-jp-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mercari Jp Mcp?
Mercari Jp Mcp is an MCP (Model Context Protocol) server that provides tools for searching Mercari Japan listings. It is designed for users of MCP-compatible clients like Claude for Desktop who want to query the Mercari Japan marketplace.
How to use Mercari Jp Mcp?
Clone the repository, create a virtual environment with uv, and install dependencies using uv pip install -e .. For development, run uv run server.py to test with MCP Inspector or uv run check_server.py to manually input search parameters. To integrate with Claude for Desktop, add a mercari entry in the claude_desktop_config.json file pointing uv to the repository directory and server.py.
Key features of Mercari Jp Mcp
- Search Mercari Japan with user-defined queries
- Exclude specific keywords from results
- Filter by minimum and maximum price
- Test via MCP Inspector or interactive script
- Compatible with Claude for Desktop
Use cases of Mercari Jp Mcp
- Searching for specific items on Mercari Japan from an AI assistant
- Monitoring price ranges for used goods
- Excluding unwanted categories or terms from search results
FAQ from Mercari Jp Mcp
What are the system requirements?
Python 3.11 or higher is required. Dependencies include mcp, mercari, and pydantic. Windows users also need Microsoft C++ Build Tools.
How do I install Mercari Jp Mcp?
Clone the repository, create and activate a virtual environment with uv, then run uv pip install -e . to install the package.
How do I configure it with Claude for Desktop?
Edit claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS or %AppData%\Claude\ on Windows) and add an entry for the server with the uv command pointing to the repository directory and server.py. You may need to use the full path to the uv executable.
Can I test the server without Claude?
Yes, run uv run server.py to start the server for use with MCP Inspector, or uv run check_server.py to test search queries interactively.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论