Skip to main content
Glama
uirooong
by uirooong

ec-mcp

日本のマーケットプレイス(MercariとYahoo! Flea Market)向けの軽量なModel Context Protocolサーバーです。すべてのプロバイダーは構造化されたJSON HTTP APIとのみ通信し、HTMLスクレイピングは行いません。

インストール / 実行

bun install

Related MCP server: mercari-jp-mcp

実行

bun src/index.ts

MCP Streamable HTTPエンドポイントは http://localhost:3001/mcp です。PORT は設定可能です。

curl http://localhost:3001/health

開発

bun test
bun run typecheck
bun run smoke

ツール

Mercari

  • mercari_search: Mercariの公開検索フィルター(クラシック、Mercari Shops / beyond items)を使用して商品を検索します。

  • mercari_get_item: 商品ID(m12345678901)または完全な商品URLを受け付けます。

  • mercari_get_categories: キーワード、親ID、またはルートレベルでMercariのカテゴリマスターをフィルタリングします。

Mercariは、リクエストごとに匿名のDPoPトークンを使用する署名付き内部REST API(api.mercari.jp)を利用します。HTMLの取得や解析は行われません。

Yahoo! Flea Market (Yahoo!フリマ)

  • yahoo_fleamarket_search: 出品を検索します。フィルター: keywordexclude_keywordcategory_idprice_min/price_maxconditionnewused10..used60)、statuson_sale/sold_out、デフォルトはon_sale)、seller_idsortprice)+ orderlimitoffset

  • yahoo_fleamarket_get_item: 商品IDまたは商品URLを受け付けます。説明、写真、カテゴリパス、状態、配送方法/スケジュール、発送元、出品者、いいね/PV数、作成日時を返します。

  • yahoo_fleamarket_get_categories: parent_idで子カテゴリを一覧表示し、root_onlyでトップジャンルを取得し、keywordで全レベルの検索を行います。

  • yahoo_fleamarket_get_seller: 公開出品者プロフィール(ニックネーム、評価)を返します。

Yahooは、paypayfleamarket.yahoo.co.jp/api 配下の匿名JSON API(/v1/search/item/v2/items/{id}/v1/categories/{id}/children/v1/users/{id})を使用します。これはWebクライアントのAPIモジュールが呼び出すのと同じエンドポイントです。Cookie、トークン、特別なヘッダーは必要ありません。

環境変数

  • PORT: HTTPポート(デフォルトは3001)。

  • MERCARI_DEBUG=true / YAHOO_FLEAMARKET_DEBUG=true: リクエスト/レスポンスのトレースをマスクしてstderrに出力します。

  • MERCARI_INTEGRATION_TEST=true / YAHOO_FLEAMARKET_INTEGRATION_TEST=true: ライブ統合テストを有効にします。

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables users to search for products on the Mercari marketplace using keywords, categories, and specific filters like price and condition. It provides comprehensive tools for retrieving item details and browsing search results via standard or SSE protocols.
  • A
    license
    A
    quality
    B
    maintenance
    Read-only MCP server for searching Yahoo! Shopping products through the Yahoo! Shopping Item Search API v3. It supports keyword and JAN-code search with price, stock, condition, shipping, sorting, category, brand, seller, image-size, and pagination filters.
    1
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables searching Mercari Japan products with keyword, price range, condition, and status filters, and supports bulk searches from files with automatic translation to English.
    MIT

View all related MCP servers

Related MCP Connectors

  • Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/uirooong/ec-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server