Apiguru Amazon Data
Rank #13,722app.apiguru/amazon-data
Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.
Apiguru Amazon Data is a Model Context Protocol (MCP) server published by apiguru-app. It ranks #13,722 of 132,046 servers tracked on MCP Toplist. Apiguru Amazon Data is listed on Official MCP, with 29 tracked versions. It was first listed on Sep 4, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 118,324 of 132,046 servers on MCP Toplist.
Use Apiguru Amazon Data
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http amazon-data https://mcp.apiguru.app/mcpclaude mcp add amazon-data -e "APIGURU_API_KEY=<your APIGURU_API_KEY>" -e "APIGURU_BASE_URL=<your APIGURU_BASE_URL>" -- uvx apiguru-mcpReplace each placeholder with your own value before saving.
claude mcp add amazon-data -e "APIGURU_API_KEY=<your APIGURU_API_KEY>" -e "APIGURU_BASE_URL=<your APIGURU_BASE_URL>" -- npx -y apiguru-mcpReplace each placeholder with your own value before saving.
[mcp_servers.amazon-data]
url = "https://mcp.apiguru.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.amazon-data]
command = "uvx"
args = ["apiguru-mcp"]
[mcp_servers.amazon-data.env]
APIGURU_API_KEY = "<your APIGURU_API_KEY>"
APIGURU_BASE_URL = "<your APIGURU_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.amazon-data]
command = "npx"
args = ["-y", "apiguru-mcp"]
[mcp_servers.amazon-data.env]
APIGURU_API_KEY = "<your APIGURU_API_KEY>"
APIGURU_BASE_URL = "<your APIGURU_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.apiguru.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"amazon-data": {
"command": "uvx",
"args": [
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-data": {
"command": "npx",
"args": [
"-y",
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-data": {
"url": "https://mcp.apiguru.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"amazon-data": {
"command": "uvx",
"args": [
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-data": {
"command": "npx",
"args": [
"-y",
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"amazon-data": {
"type": "http",
"url": "https://mcp.apiguru.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"amazon-data": {
"type": "stdio",
"command": "uvx",
"args": [
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"amazon-data": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-data": {
"serverUrl": "https://mcp.apiguru.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"amazon-data": {
"command": "uvx",
"args": [
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-data": {
"command": "npx",
"args": [
"-y",
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-data": {
"url": "https://mcp.apiguru.app/mcp"
}
}
}{
"mcpServers": {
"amazon-data": {
"command": "uvx",
"args": [
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amazon-data": {
"command": "npx",
"args": [
"-y",
"apiguru-mcp"
],
"env": {
"APIGURU_API_KEY": "<your APIGURU_API_KEY>",
"APIGURU_BASE_URL": "<your APIGURU_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/app.apiguru%2Famazon-data)<a href="https://mcptoplist.com/server/app.apiguru%2Famazon-data"><img src="https://mcptoplist.com/badge/app.apiguru%2Famazon-data.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
apiguru-app
Available versions (29)
| Version | Published |
|---|---|
| 1.1.29 | Sep 21, 2026 |
| 1.1.28 | Sep 21, 2026 |
| 1.1.27 | Sep 21, 2026 |
| 1.1.26 | Sep 21, 2026 |
| 1.1.25 | Sep 12, 2026 |
| 1.1.22 | Sep 8, 2026 |
| 1.1.21 | Sep 8, 2026 |
| 1.1.20 | Sep 7, 2026 |
| 1.1.19 | Sep 7, 2026 |
| 1.1.18 | Sep 6, 2026 |
| 1.1.17 | Sep 6, 2026 |
| 1.1.16 | Sep 6, 2026 |
| 1.1.15 | Sep 6, 2026 |
| 1.1.14 | Sep 6, 2026 |
| 1.1.13 | Sep 6, 2026 |
| 1.1.12 | Sep 6, 2026 |
| 1.1.11 | Sep 6, 2026 |
| 1.1.10 | Sep 6, 2026 |
| 1.1.9 | Sep 6, 2026 |
| 1.1.8 | Sep 6, 2026 |
| 1.1.7 | Sep 5, 2026 |
| 1.1.6 | Sep 5, 2026 |
| 1.1.5 | Sep 5, 2026 |
| 1.1.4 | Sep 5, 2026 |
| 1.1.3 | Sep 5, 2026 |
| 1.1.2 | Sep 4, 2026 |
| 1.1.1 | Sep 4, 2026 |
| 1.1.0 | Sep 4, 2026 |
| 1.0.0 | Sep 4, 2026 |
Frequently asked questions
- Who maintains Apiguru Amazon Data?
- Apiguru Amazon Data is maintained by apiguru-app, which publishes 1 MCP server (29 total versions) tracked on MCP Toplist.
- Is Apiguru Amazon Data listed on the Official MCP Registry?
- Yes — Apiguru Amazon Data is listed on the Official MCP Registry.
- How many versions does Apiguru Amazon Data have?
- MCP Toplist tracks 29 versions of Apiguru Amazon Data, most recently published on Sep 21, 2026.
- Where can I find the source code for Apiguru Amazon Data?
- The source code for Apiguru Amazon Data is hosted at github.com/apiguru-app/agent-kit.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.