
Amazon Trends MCP
Amazon Trends MCP is a MCP server that reports Amazon product search demand and growth over time for any keyword via TrendsMCP’s hosted API.
About
Amazon Trends MCP is a hosted Model Context Protocol server from TrendsMCP that exposes Amazon product search demand over time plus growth signals for any keyword you specify. developers and ecommerce operators use it inside Claude Code, Cursor, Codex, or other MCP-capable agents to sanity-check niches before sourcing, listing copy, or ad budgets. The integration is remote streamable-http: you register for a free key at trendsmcp.ai, add the Authorization bearer header in your MCP config, and let the model query trends instead of manually guessing demand from static spreadsheets. It complements browser scraping skills because it returns structured time-series style insights aimed at research workflows. It does not replace Amazon Seller Central sales data, inventory systems, or compliance review. Pair it with Google Trends or app-store trend servers when the same product idea spans marketplaces and mobile. Best when you need fast, agent-native keyword demand checks during discovery.
- Streamable HTTP MCP at amazon.api.trendsmcp.ai with Bearer auth
- Product search demand over time for arbitrary Amazon keywords
- Growth metrics alongside historical demand for trend comparison
- Free API key registration at trendsmcp.ai
- Remote-only server (v1.0.3)—no local clone required
Amazon Trends MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http amazon https://amazon.api.trendsmcp.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
What it does
Pull Amazon keyword search-demand and growth trends from your agent while researching niches, bundles, or private-label ideas.
Who is it for?
Best when you're validating Amazon FBA, merch, or keyword-led ecommerce ideas before ordering stock or writing listings.
Skip if: Skip if you need live Seller Central revenue, BSR, or ad console metrics inside the same integration.
What you get
Your agent can fetch keyword-level Amazon search demand and growth trends so research notes and niche picks are grounded in time-series data.
- Agent-queryable Amazon keyword demand and growth over time
- Research-ready trend context for niche and listing decisions
- Configured remote MCP connection to amazon.api.trendsmcp.ai
By the numbers
- Server version 1.0.3 per server metadata
- Single streamable-http remote at https://amazon.api.trendsmcp.ai/mcp
- Required secret Authorization header (free key at trendsmcp.ai)
Recommended MCP Servers
How it compares
Hosted trends MCP for Amazon keywords, not a scraping skill or inventory connector.
FAQ
Who is ai.trendsmcp/amazon for?
Developers and ecommerce operators researching Amazon niches who want demand and growth trends inside their coding agent via MCP.
When should I use ai.trendsmcp/amazon?
Use it during Idea-phase research when comparing keywords, seasonality, or growth before you scope a product, listing strategy, or ad plan.
How do I add ai.trendsmcp/amazon to my agent?
Get a free API key at trendsmcp.ai, configure the remote MCP URL https://amazon.api.trendsmcp.ai/mcp with streamable-http, and set the Authorization bearer header in your client.