Integrations

There are two kinds of integrations.

  1. Account Integrations give Marketplace Ad Pros access to data. Like an Amazon Advertising Account.
  2. Access Integrations let you access Marketplace Ad Pros through other tools, like using MCP Servers.

Account Integrations

Go to the Integrations Page to see all of your integrations. We only support Amazon Ads right now, but more is on the way.

You can also add new accounts here.

Access Integrations

Go to the Integrations Page to see all of your access integrations and create new access integrations.

MCP

We support two authentication methods with MCP Servers. You may create an API Key in the Integrations Page and use it to authenticate with the MCP Server.

If your client supports Streamable HTTP MCP Servers, your mcp config file can point to the mcp endpoint like this:

{
  "mcpServers": {
      "map": {
        "type": "streamable-http",
        "url": "https://app.marketplaceadpros.com/mcp",
        "headers": {
            "Authorization": "Bearer abcdefghijklmnop"
        }
      }
  }
}

If your client supports Streamable HTTP MCP Servers with Oauth, your mcp config file can point to the mcp endpoint like this, without needing to specify the headers:

{
  "mcpServers": {
      "map": {
        "type": "streamable-http",
        "url": "https://app.marketplaceadpros.com/mcp"
      }
  }
}

If your client doesn't yet support the Streamable HTTP MCP Servers, you can connect using the mcp-remote MCP server like this:

{
  "mcpServers": {
    "map": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.marketplaceadpros.com/mcp",
        "--header",
        "Authorization: Bearer abcdefghijklmnop"
      ]
    }
  }
}

Ready to optimize?

Find every dollar of wasted Amazon Ad spend with our AI-powered insights.

Get Started
Try for just $20 for two weeks
Why Sellers Choose MAP
  • Slash analysis time by 80%
  • Know which bids & keywords to adjust
  • Track experiments without spreadsheets
Have Questions?

Our team is ready to help you optimize your Amazon ad campaigns.

Contact Us