Loading...

Connects to Amazon Ads via MarketplaceAdPros, providing access to advertising resources and reports, with recommendations available via subscription.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Connects to Amazon Ads via MarketplaceAdPros, providing access to advertising resources and reports, with recommendations available via subscription.
This server provides access to Amazon Ads data and allows for both read and write operations. While the connection is mediated through MarketplaceAdPros, the lack of explicit sandboxing and the potential for write operations necessitate careful management of the API token and user permissions. Using the streamable HTTP option and limiting access to read-only where possible can mitigate risks.
Performance will depend on the MarketplaceAdPros API and the complexity of the queries. Consider optimizing queries for efficiency.
Cost will depend on the MarketplaceAdPros subscription plan and API usage. Be mindful of API call limits and potential overage charges.
npm install
```{
"mcpServers": {
"marketplaceadpros": {
"command": "npx",
"args": [
"@marketplaceadpros/amazon-ads-mcp-server"
],
"env": {
"BEARER_TOKEN": "abcdefghijklmnop"
}
}
}
}MAPgetCampaignsRetrieves a list of advertising campaigns.
Read-only operation.
getAdGroupsRetrieves a list of ad groups within a campaign.
Read-only operation.
updateCampaignModifies an existing advertising campaign.
Structural modification of ad campaigns.
createReportGenerates a report based on specified criteria.
Non-destructive write operation.
Token
local
This server provides access to Amazon Ads data and allows for both read and write operations. While the connection is mediated through MarketplaceAdPros, the lack of explicit sandboxing and the potential for write operations necessitate careful management of the API token and user permissions. Using the streamable HTTP option and limiting access to read-only where possible can mitigate risks.
Autonomy level depends on the configured permissions and the specific tools used. Exercise caution when enabling write operations.
Production Tip
Monitor API usage and error rates to ensure stable performance and prevent unexpected costs.
The BEARER_TOKEN is used to authenticate your requests to the MarketplaceAdPros API.
You can obtain a BEARER_TOKEN from the MarketplaceAdPros website after creating an account and connecting your Amazon Ads account.
You can access advertising resources in Sponsored Products, Sponsored Brands and Sponsored Display, like Campaigns, Ad Groups, Keywords, Product Ads, and Targeting. You can also access reports.
Yes, write operations are supported, allowing you to modify ad campaigns and create reports.
Exercise caution when using this server in an automated environment, especially with write operations enabled. Ensure proper error handling and monitoring are in place.
No, explicit sandboxing is not mentioned in the documentation.
If your BEARER_TOKEN is compromised, immediately revoke it from the MarketplaceAdPros website and generate a new one.