ec-mcp
ec-mcp
Servidor ligero del Model Context Protocol para marketplaces japoneses (Mercari y Yahoo! Flea Market). Cada proveedor se comunica únicamente con APIs HTTP JSON estructuradas — sin scraping de HTML.
Instalación / Ejecución
bun installRelated MCP server: mercari-jp-mcp
Ejecución
bun src/index.tsEl endpoint Streamable HTTP de MCP es http://localhost:3001/mcp. PORT es configurable.
curl http://localhost:3001/healthDesarrollo
bun test
bun run typecheck
bun run smokeHerramientas
Mercari
mercari_search: busca productos con los filtros de búsqueda públicos de Mercari (artículos clásicos y de Mercari Shops / beyond).mercari_get_item: acepta un ID de artículo (m12345678901) o una URL completa de producto.mercari_get_categories: filtra el maestro de categorías de Mercari por palabra clave, ID de categoría padre o nivel raíz.
Mercari utiliza la API REST interna firmada (api.mercari.jp) con un token DPoP anónimo por solicitud. No se obtiene ni se analiza HTML.
Yahoo! Flea Market (Yahoo!フリマ)
yahoo_fleamarket_search: busca anuncios. Filtros:keyword,exclude_keyword,category_id,price_min/price_max,condition(new,used10..used60),status(on_sale/sold_out, por defectoon_sale),seller_id,sort(price) +order,limit,offset.yahoo_fleamarket_get_item: acepta un ID de artículo o una URL de artículo; devuelve la descripción, las fotos, la ruta de categoría, el estado, el método/plazo de entrega, el origen del envío, el vendedor, el número de me gusta/PV y la fecha de creación.yahoo_fleamarket_get_categories: lista las categorías hijas porparent_id, los géneros principales medianteroot_only, o busca en todos los niveles porkeyword.yahoo_fleamarket_get_seller: devuelve un perfil público de vendedor (apodo, valoración).
Yahoo utiliza las APIs JSON anónimas bajo paypayfleamarket.yahoo.co.jp/api (/v1/search, /item/v2/items/{id}, /v1/categories/{id}/children, /v1/users/{id}) — los mismos endpoints a los que llaman los módulos de API del cliente web. No se requieren cookies, tokens ni cabeceras especiales.
Variables de entorno
PORT: puerto HTTP (por defecto3001).MERCARI_DEBUG=true/YAHOO_FLEAMARKET_DEBUG=true: traza de solicitud/respuesta con datos omitidos en stderr.MERCARI_INTEGRATION_TEST=true/YAHOO_FLEAMARKET_INTEGRATION_TEST=true: habilita las pruebas de integración en vivo.
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceAn 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.
- AlicenseNot gradedqualityCmaintenanceMCP server to search Mercari Japan listings with query, price range, and exclude keywords.14MIT
- AlicenseAqualityBmaintenanceRead-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.11MIT
- AlicenseNot gradedqualityBmaintenanceEnables searching Mercari Japan products with keyword, price range, condition, and status filters, and supports bulk searches from files with automatic translation to English.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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