Amazon Ads MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 949 installs a week from pypi. Last commit 7 Sep 2026.
Amazon Ads API MCP server for Amazon Advertising API
We read the source, 9 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
# The entrypoint starts as root, fixes named-volume ownership, then execs # the command as the unprivileged app user. USER root
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add amazon_ads_mcp -- uvx amazon-ads-mcp
{
"mcpServers": {
"amazon_ads_mcp": {
"args": [
"amazon-ads-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.amazon_ads_mcp]
command = "uvx"
args = ["amazon-ads-mcp"]
{
"mcpServers": {
"amazon_ads_mcp": {
"args": [
"amazon-ads-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"amazon_ads_mcp": {
"args": [
"amazon-ads-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
AMAZON_ADS_AUTH_METHOD (Authentication method: direct or openbridge.), AMAZON_AD_API_CLIENT_ID (Amazon Ads API client ID for direct auth.), AMAZON_AD_API_CLIENT_SECRET (Amazon Ads API client secret for direct auth.), AMAZON_AD_API_REFRESH_TOKEN (Amazon Ads API refresh token for direct auth.), AMAZON_AD_API_PROFILE_ID (Amazon Ads profile ID for direct auth.), OPENBRIDGE_REFRESH_TOKEN (Openbridge refresh token (API key).), OPENBRIDGE_API_KEY (Openbridge API key (alias for OPENBRIDGE_REFRESH_TOKEN).), OPENBRIDGE_REMOTE_IDENTITY_ID (Openbridge remote identity ID.), AMAZON_ADS_REGION (Amazon Ads API region (na/eu/fe).), AMAZON_AD_API_PACKAGES (Comma-separated API packages to load.), AMAZON_ADS_DOWNLOAD_AUTH_TOKEN (Optional bearer token to protect download routes.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for SWAPI API
MCP server for accessing Strava API
MCP server for Hostinger API
MCP server for Razorpay API.
MCP server for QNAP NAS API
AniList MCP server for accessing AniList API data
MCP server for AlertOps' incident alerting/on-call API.
MCP server for OpenCage geocoding API
Answers built from our own checks of this server.