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_keywordsAInspect
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 carries full burden. 'Look up' suggests a read operation, but it does not explicitly state that the tool is non-destructive, nor does it mention rate limits, authentication requirements, or any side effects. Transparency is 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 of 10 words, containing no filler or redundant information. Every word is necessary.
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 2 parameters (both described in schema) and no output schema, the description provides the core purpose. However, it does not clarify what 'volume and depth' entail in terms of output, which is needed for an agent to interpret results. Sibling tools exist but no guidance on when to choose this one.
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% for both parameters, so the schema already describes them. The description adds context that the tool looks up 'volume and depth', implying the keywords parameter is used for batch queries. However, this is marginal additional value; the country parameter is unchanged. 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 states the verb 'look up', the resource 'volume and depth for up to 1000 keywords', and the constraint 'in one call'. This distinguishes it from sibling tools like search_keywords or related_keywords, which serve different purposes.
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 batch usage for multiple keywords by mentioning 'up to 1000 keywords in one call', but it does not explicitly state when to use this tool versus alternatives or exclude single-keyword lookups. No comparison with siblings 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?
No annotations are provided, so the description carries the burden. It implies a read-only operation but does not explicitly state it consumes no quota or has no side effects. Adding a read-only hint would improve transparency.
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?
Two sentences with no wasted words. The first sentence lists the return information, and the second provides usage guidance. The description is front-loaded with purpose.
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 and no output schema, the description fully covers what the tool does and when to use it. It is complete for a simple informational tool.
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?
No parameters exist, and schema description coverage is 100%. The description adds value by explaining what the tool returns, which is sufficient for a zero-parameter tool.
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 tool shows the caller's MerchantWords API plan, live rate-limit and bulk-quota usage, and the full list of plans with prices, rate limits, and quotas. It uses specific verbs and resources, distinguishing it from sibling tools like get_markets or search_asin.
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 explicitly says to call it to check remaining quota before a large job or to tell the user which upgrade unlocks more throughput/volume. While it doesn't list exclusion criteria, the context is clear enough for the agent to decide when to use it.
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 provided. Description states it lists marketplaces and data coverage, which is straightforward but lacks details on caching, freshness, or rate limits. Adequate but not rich.
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?
Single sentence, front-loaded with action and resource. No filler words. Every word adds value.
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 list tool with no parameters and no output schema, the description is mostly complete. However, it could clarify what 'data coverage' includes (e.g., marketplace IDs, currencies). Slight ambiguity.
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?
No parameters in the schema, so baseline is 4. Description does not need to add parameter info. It correctly indicates no input needed.
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?
Description clearly uses specific verb 'List' and resource 'supported Amazon marketplaces', and adds 'data coverage' to scope the tool. Sibling tools are all about keywords, accounts, or search, making this tool distinct.
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 siblings. It does not mention that it should be called first to get marketplace IDs for other calls, missing a key usage context.
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?
With no annotations provided, the description carries full burden. It discloses that only page 1 results are returned and includes specific data fields. However, it does not address error handling (e.g., no results), rate limits, or authentication needs. The behavioral disclosure is adequate for a simple scraping tool but lacks depth.
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, well-structured sentence that front-loads the action and resource. Every word contributes information; there is no redundancy or fluff. It is appropriately sized for the tool's simplicity.
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's low complexity (2 parameters, no output schema), the description is fairly complete. It explains what the tool does and what data it returns. Minor gaps exist: no mention of return format or behavior on errors. However, for a straightforward scraper, it covers essential informational needs.
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 baseline is 3. The description adds some context by linking 'keyword' to the search action and mentioning output fields, but does not provide additional meaning beyond the schema's parameter descriptions. The country parameter's semantics are not enriched.
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 'Get' and the specific resource 'all products on page 1 of Amazon search results for a keyword'. It also lists the data returned (prices, stars, reviews), making the tool's purpose unambiguous and distinct from sibling tools like search_asin (searches by ASIN) or related_keywords (keyword suggestions).
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 retrieving Amazon SERP page 1 results but provides no explicit guidance on when to use this tool versus alternatives like search_asin or bulk_keywords. There are no exclusion criteria or context about prerequisites, limiting its helpfulness for an AI agent deciding between tools.
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 provided, so description carries the burden. It mentions returning product details and keywords, but lacks disclosure on side effects, auth needs, or rate limits. Read-only nature is implied but not explicit.
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?
One clear, front-loaded sentence with no wasted words. It earns its place.
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 lookup tool with two parameters and no output schema, the description is mostly complete. It could mention output format or limits, but adequately covers the core function.
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 baseline is 3. The description does not add meaning beyond the schema, which already documents the ASIN pattern and marketplace code.
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 tool's purpose: 'Reverse ASIN lookup — get product details and the top keywords it ranks for.' It uses a specific verb and resource, and distinguishes from siblings like search_keywords and bulk_keywords.
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 when to use (when you have an ASIN and want product details and ranking keywords), but does not explicitly compare to alternatives or state when not to use it.
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?
No annotations are provided, so the description carries the full burden. It does not disclose behavioral traits like read-only status, authentication needs, or error handling. The nature of the returned data is listed but no side effects or constraints are mentioned.
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, well-structured sentence that concisely conveys the function without any unnecessary 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?
For a simple 2-parameter tool with no output schema, the description covers the main purpose. However, it omits details like the marketplace context and that it is a read operation, 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 coverage is 100%, so the description adds minimal value beyond what is already in the schema. It provides context that the keyword is used for the described lookups, but does not elaborate on parameter defaults or formatting beyond the schema.
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 tool looks up Amazon search volume, depth, trend, and 12-month history for a keyword, making the purpose specific. However, it does not explicitly differentiate from siblings like bulk_keywords or related_keywords.
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 implies single-keyword lookups but lacks explicit usage context.
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!