merchantwords
Server Details
Amazon keyword volume, reverse-ASIN, and SERP data across 11 marketplaces.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 7 of 7 tools scored. Lowest: 3.1/5.
Each tool has a clearly distinct purpose: account info, market list, keyword volume, related keywords, reverse ASIN, SERP, and bulk lookup. No ambiguity.
All tool names follow a consistent verb_noun pattern with lowercase and underscores (e.g., get_account, search_asin). No deviations.
7 tools is well-scoped for a keyword research server—covers account, markets, volume, related, reverse, SERP, and bulk. Not over- or under-inclusive.
Covers main workflows: account, markets, keyword volume with history, related terms, reverse ASIN, and SERP. Minor gap: no direct keyword suggestion tool (related_keywords uses ASIN co-occurrence).
Available Tools
7 toolsbulk_keywordsBInspect
Look up volume and depth for up to 1000 keywords in one call.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Marketplace code | us |
| keywords | Yes | Array of keyword strings |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavioral traits. It mentions the batch size limit (up to 1000) but does not disclose whether the operation is read-only, potential rate limits, or error handling for invalid keywords.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no wasted words. It is front-loaded and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema is provided, and the description does not specify the structure of returned data (e.g., how volume and depth are formatted per keyword). Error handling and response format are missing, which is important for a batch operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (both parameters have descriptions). The tool description adds no new meaning beyond the schema; it only reiterates the batch limit already in the schema (maxItems: 1000). Baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Look up', the resource 'volume and depth', and the scope 'up to 1000 keywords in one call'. This distinguishes it from sibling tools like 'search_keywords' (likely single keyword) and 'related_keywords' (related terms).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for bulk keyword lookups but does not explicitly state when to use this tool over alternatives like 'search_keywords' or 'related_keywords'. No exclusion criteria or alternative guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_accountAInspect
Show the caller's MerchantWords API plan, live rate-limit and bulk-quota usage, and the full list of plans with their prices, rate limits, and quotas. Call this to check remaining quota before a large job, or to tell the user which upgrade unlocks more throughput/volume.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully discloses the tool's read-only behavior and the specific data returned (plan, usage, plans list). It does not contradict annotations and adds transparency about live rate-limits and quotas.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core functionality followed by usage guidance. Every sentence adds value, with no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given zero parameters, no output schema, and the simple nature of account info retrieval, the description fully covers what the tool does and when to use it. It is complete for the complexity level.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters, so the baseline is 4. The description adequately covers the tool's action without needing to elaborate on parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific verbs ('Show') and resources ('caller's MerchantWords API plan, live rate-limit and bulk-quota usage, and the full list of plans') to clearly define the tool's function. It is easily distinguishable from sibling tools like bulk_keywords or get_serp, which deal with keyword or search data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage scenarios: 'check remaining quota before a large job, or to tell the user which upgrade unlocks more throughput/volume.' While it does not list exclusions or alternative tools, the provided context is clear and helpful for an agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_marketsAInspect
List all supported Amazon marketplaces and their data coverage.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden. It discloses the tool's function but lacks details on data freshness, completeness, or any side effects. For a simple read-only list, this is adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is front-loaded with the action 'List all supported Amazon marketplaces'. It is concise with no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and a simple purpose, the description is adequate but lacks detail about what 'data coverage' entails (e.g., marketplace IDs, names, available features). For a tool returning a list, more specificity would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has no parameters, and schema description coverage is 100%. The description adds no parameter-level detail, but none is needed. Baseline score of 4 is appropriate for zero-parameter tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it lists supported Amazon marketplaces and their data coverage. The verb 'List' and specific resource 'supported Amazon marketplaces' make the purpose unambiguous. It distinguishes from siblings which focus on keywords, accounts, SERP, or ASINs.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
While the description does not explicitly state when to use this tool versus alternatives, the context (zero parameters, sibling tools with different purposes) makes it obvious. There are no exclusions needed, as it's the only tool for listing marketplaces.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_serpAInspect
Get all products on page 1 of Amazon search results for a keyword, with prices, stars, and reviews.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Marketplace code | us |
| keyword | Yes | Search keyword |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must fully convey behavioral traits. It states the scope ('page 1') and output fields, but omits important details like pagination support, rate limits, authentication requirements, or behavior on missing/ambiguous keywords.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with zero filler words. It achieves maximum information density relative to length.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with two parameters and no output schema, the description covers the core purpose and key output fields. However, it lacks guidance on edge cases, error handling, or data freshness, which would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents both parameters (keyword and country). The description adds no extra parameter details, but reinforces the output context. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the action ('Get'), the resource ('products on page 1 of Amazon search results for a keyword'), and the data returned ('prices, stars, and reviews'). This distinguishes it from sibling tools like 'search_keywords' (which may return keyword data) and 'search_asin' (which targets a specific product).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when the user needs top-page search results for a keyword, but does not explicitly state when to avoid this tool or mention alternatives. For example, it doesn't clarify that it only returns page 1 or suggest using 'related_keywords' for broader keyword exploration.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_asinAInspect
Reverse ASIN lookup — get product details and the top keywords it ranks for.
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | Amazon ASIN (e.g. B0DJ19VGDD) | |
| country | No | Marketplace code | us |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavioral traits. It states it retrieves product details and top keywords, which implies a read operation, but does not mention data freshness, response size, or any rate limits. More detail would be beneficial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no extraneous words. It efficiently communicates the core functionality.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has only two parameters, no output schema, and no annotations, the description is largely sufficient. However, it could briefly mention the nature of 'product details' or that 'top keywords' is a ranked list. Overall, it is nearly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the input schema already documents both parameters. The description adds 'Reverse ASIN lookup' context but does not provide additional meaning beyond what the schema offers (asin pattern, country default).
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Reverse ASIN lookup' clearly identifies the verb and resource. It specifies 'get product details and the top keywords it ranks for,' which distinguishes it from sibling tools like search_keywords (which search by keyword) or get_account (which is account-focused).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives like search_keywords or related_keywords. The description implies use when you have an ASIN, but does not state exclusions or provide context about limitations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_keywordsBInspect
Look up Amazon search volume, depth, trend, and 12-month history for a keyword.
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Two-letter marketplace code (us, uk, de, etc.) | us |
| keyword | Yes | The keyword phrase to look up |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It discloses that the tool returns search volume, depth, trend, and history, implying a read operation. However, it omits details like rate limits, authentication, or data freshness, leaving some behavioral traits unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no fluff, effectively front-loading the key purpose. It could be slightly enhanced with structure, but it is appropriately sized for a simple tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (2 params, no output schema), the description provides a reasonable overview of the metrics returned. However, it lacks details on the output format or pagination, leaving the agent to infer the structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds no new semantic meaning beyond the schema descriptions for 'keyword' and 'country'; it only summarizes the tool's purpose.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'look up' and the resource 'Amazon keyword metrics', specifying outputs like search volume, depth, trend, and 12-month history. It distinguishes from sibling tools like bulk_keywords and related_keywords through this specific scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as bulk_keywords or related_keywords. The description does not indicate when not to use it or mention any prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides Amazon search volume trends and growth signals to measure real consumer purchase intent, queryable by AI assistants.MIT
- AlicenseAqualityAmaintenanceReal-time Amazon Sponsored Products (SP) ad placements, keyword tracking, and comprehensive review data for AI Agents. Enables LLMs to autonomously conduct competitor ad audits, consumer sentiment analysis (VOC), and product optimization.196MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to query Amazon search volume trends and growth signals for product research and consumer purchase intent analysis.MIT
- AlicenseAqualityCmaintenanceAmazon organic ranking MCP server. Run campaigns, track keyword positions, monitor rank movement.2177MIT