
Facebook Ads MCP Server
The Facebook Ads MCP Server integrates FlowHunt with the Facebook Ads platform, enabling AI-driven automation and management of ad campaigns, performance analyt...
Connect AI assistants to Amazon Advertising with the Amazon Ads MCP Server for seamless campaign management, natural language reporting, and AI-driven ad optimization.
The Amazon Ads MCP Server is a Model Context Protocol (MCP) server designed to facilitate seamless integration between AI assistants and Amazon Advertising data. By connecting your Amazon Ads account via MarketplaceAdPros, this server empowers AI assistants to interact programmatically with advertising resources across Sponsored Products, Sponsored Brands, and Sponsored Display. It enables tasks such as querying campaign performance, managing ad groups, accessing keywords, generating reports (which can be queried in plain English), and leveraging Marketplace Ad Pros features like recommendations and experiments with a subscription. The Amazon Ads MCP Server streamlines ad data retrieval and management, enhancing development workflows for advertisers and agencies by offering a unified, AI-driven interface to Amazon Ads data and automation.
No explicit prompt templates are mentioned in the repository or documentation.
No explicit tool names or descriptions are listed in the repository or server.py code.
npx
are installed.BEARER_TOKEN
from MarketplaceAdPros.com.{
"mcpServers": {
"marketplaceadpros": {
"command": "npx",
"args": [
"@marketplaceadpros/amazon-ads-mcp-server"
],
"env": {
"BEARER_TOKEN": "abcdefghijklmnop"
}
}
}
}
npx
are installed.BEARER_TOKEN
from MarketplaceAdPros.com.~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"marketplaceadpros": {
"command": "npx",
"args": [
"@marketplaceadpros/amazon-ads-mcp-server"
],
"env": {
"BEARER_TOKEN": "abcdefghijklmnop"
}
}
}
}
npx
are installed.BEARER_TOKEN
from MarketplaceAdPros.com.{
"mcpServers": {
"marketplaceadpros": {
"command": "npx",
"args": [
"@marketplaceadpros/amazon-ads-mcp-server"
],
"env": {
"BEARER_TOKEN": "abcdefghijklmnop"
}
}
}
}
npx
are installed.BEARER_TOKEN
from MarketplaceAdPros.com.{
"mcpServers": {
"marketplaceadpros": {
"command": "npx",
"args": [
"@marketplaceadpros/amazon-ads-mcp-server"
],
"env": {
"BEARER_TOKEN": "abcdefghijklmnop"
}
}
}
}
Alternatively, if your client supports Streamable HTTP MCP servers, use:
{
"mcpServers": {
"marketplaceadpros": {
"type": "streamable-http",
"url": "https://app.marketplaceadpros.com/mcp"
}
}
}
Store your BEARER_TOKEN
as an environment variable in the env
section of your MCP server configuration:
{
"mcpServers": {
"marketplaceadpros": {
"command": "npx",
"args": ["@marketplaceadpros/amazon-ads-mcp-server"],
"env": {
"BEARER_TOKEN": "YOUR_API_KEY"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"amazon-ads": {
"transport": "streamable_http",
"url": "https://app.marketplaceadpros.com/mcp"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “amazon-ads” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Amazon Ads MCP Server connects AI assistants to Amazon Ads data. |
List of Prompts | ⛔ | No prompt templates mentioned in repo. |
List of Resources | ✅ | Advertising resources, reports, recommendations, experiments. |
List of Tools | ⛔ | No explicit tool names/functions listed in source. |
Securing API Keys | ✅ | BEARER_TOKEN via env in config. |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned. |
Based on the available information, the Amazon Ads MCP Server provides good documentation for setup and resource access, but lacks explicit prompt templates and tool descriptions in the public files. Roots and sampling support are not mentioned.
The Amazon Ads MCP Server is straightforward and well-documented for setup, making it accessible for developers who need to connect AI assistants to Amazon Ads data. However, it lacks visible details on prompt templates and tool interfaces, which are important for advanced LLM workflow integrations. Overall, it is functional for its main purpose, but could benefit from more transparency and detail on its programmatic capabilities.
MCP Score: 6/10
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 1 |
Number of Stars | 1 |
It connects AI assistants to Amazon Advertising data, enabling programmatic access to campaigns, ad groups, keywords, reporting, recommendations, and experiments. This allows for efficient retrieval, management, and optimization of Amazon ad campaigns within AI workflows.
You can access Sponsored Products, Sponsored Brands, Sponsored Display resources (campaigns, ad groups, keywords, product ads, targeting), generate and query ad performance reports in plain English, receive optimization recommendations (with subscription), and run experiments for ad strategy testing (with subscription).
Add the MCP component to your FlowHunt flow. In the MCP configuration panel, insert your server details in JSON format, e.g. { "amazon-ads": { "transport": "streamable_http", "url": "https://app.marketplaceadpros.com/mcp" } }.
Store your BEARER_TOKEN securely as an environment variable in your MCP server configuration’s env section. Never hardcode sensitive keys in your codebase.
Core campaign management and reporting are available to all users, but Marketplace Ad Pros recommendations and experiments require a paid subscription.
No prompt templates or explicit tool descriptions are currently documented in the public repository for this MCP server.
The Amazon Ads MCP Server can be integrated with Windsurf, Claude, Cursor, and Cline, as well as any client supporting streamable HTTP MCP servers.
Unify your Amazon Ads management and reporting with AI-driven automation. Try the Amazon Ads MCP Server with FlowHunt for smarter, data-driven advertising.
The Facebook Ads MCP Server integrates FlowHunt with the Facebook Ads platform, enabling AI-driven automation and management of ad campaigns, performance analyt...
The AI Agent Marketplace Index MCP Server by DeepNLP enables seamless searching, discovery, and monitoring of AI agents. Integrate advanced search, categorizati...
Integrate FlowHunt with the LiveAgent MCP Server to enable AI-powered automation of helpdesk workflows, including ticket, agent, contact, and department managem...