MCP Server for Japanese anime merchandise wholesale — powered by GoodsMart
Project description
FindGoods MCP Server
MCP Server for Japanese anime merchandise wholesale, powered by GoodsMart.
Exposes 53 tools covering the full GoodsMart Shop API — search products, manage cart, place orders, track shipments, and more.
Installation
pip install findgoods-mcp-server
Usage
As MCP Server (for AI clients like Claude Desktop)
Add to your MCP client config:
{
"mcpServers": {
"findgoods": {
"command": "python",
"args": ["-m", "findgoods_mcp"],
"env": {
"WHOLESALE_SHOP_API_URL": "https://api.wholesale.goodsmart.jp"
}
}
}
}
As CLI (token-efficient, for AI agents like Claude Code)
findgoods login --email user@example.com --password xxx
findgoods search-products --keyword "フィギュア"
findgoods add-to-cart --goods-id "xxx" --quantity 6
findgoods create-order --payment-method bank
findgoods --help
Configuration
Set the API endpoint via environment variable or .env file:
WHOLESALE_SHOP_API_URL=https://api.wholesale.goodsmart.jp
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file findgoods_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: findgoods_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 26.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c30a0ee5067acb2736b6e29232ed2035b07d502fce412714a92f47469c58a12f
|
|
| MD5 |
9436e0a7384929fb858545ae26916694
|
|
| BLAKE2b-256 |
450601469791cdd63563c795a644c7f38ddf0977f8cc6fa74449bf374d292e06
|