Yahoo! Shopping MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YAHOO_SHOPPING_APP_ID | Yes | Yahoo! JAPAN application ID. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsA | 読み取り専用でYahoo!ショッピングの商品を検索します。購入、注文、アカウント変更は行いません。queryまたはjan_codeのいずれかを指定してください。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| yahoo-product-carousel |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of overlap or confusion. The tool's purpose is clearly defined as read-only product search.
The single tool name 'search_products' follows a clear verb_noun pattern, which is consistent even with only one tool.
One tool feels thin for a shopping MCP, but it is scoped to read-only search, making the count borderline rather than extreme.
The tool covers the stated purpose of searching products, but lacks additional operations like retrieving detailed product information or browsing categories. Within its limited read-only scope, it is mostly complete.