Loading...
npm install
```{
"mcpServers": {
"marketplaceadpros": {
"command": "npx",
"args": [
"@marketplaceadpros/amazon-ads-mcp-server"
],
"env": {
"BEARER_TOKEN": "abcdefghijklmnop"
}
}
}
}getCampaignsRetrieves 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.
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.