Amazon product search returning paste-ready affiliate deal rows for your blog
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
If you write product round-ups, you already know the boring part. You find the product on Amazon, copy the image, grab the price, paste your affiliate link, and hope the price hasn't moved by the time someone reads the post. Then you do it again for the next nine products.
This does that part for you. You ask Claude to find something, it searches the live Amazon catalogue, and it hands you back a finished HTML card - image, price, savings, star rating, your Associates tag already baked into the link, and the disclosure footer Amazon requires. Paste it into WordPress, Ghost, Substack, whatever you write in. In Claude Desktop you even see the card render before you copy it.
Built on the Amazon Creators API - the REST API that replaced Product Advertising API 5.0 when Amazon retired the old endpoint on 15 May 2026. If your workflow still points at PA-API, it's been dead for a while now. This is the way back in.
One "make a grid of these" and you get this - styles inlined, tag in every link, disclosure at the bottom. Paste it and move on.
Quick nav
Who it's for Β· How you'll actually use it Β· Getting your API key Β· Install Β· Environment variables Β· Tools Β· Output formats Β· Styling Β· Associates compliance Β· Troubleshooting
You don't need to know what an API is to use it - if you can add an MCP server to Claude and paste your Associates keys once, you're set. The key bit is having an eligible Associates account.
The whole thing is built around a conversation, not a form. You describe what you're writing about, Claude searches and summarises, and it only spits out HTML when you actually ask for the embed. Here's the shape of it.
"Find me the best direct-drive racing wheels under Β£500"
Claude runs search_items and comes back with a plain summary - no HTML yet:
Found 8 direct-drive wheels under Β£500. The ones worth a look: β’ Fanatec CSL DD (Β£349) - well reviewed, 5 Nm motor β’ Moza R5 Bundle (Β£469) - comes with pedals, 5.5 Nm β’ Cammus C5 (Β£399) - compact Want me to build an embeddable grid for these?
"Yes, make a grid of the top three"
Now it switches to format: 'html-grid' and returns a complete HTML document. Images, prices, savings, stars, your tag, the "as of" timestamp, the disclosure footer. All of it. Paste and you're done.
This is the bit that saves you. The Creators API has real rate limits (roughly a request a second to start with, climbing as you drive more sales), so you don't want to re-query Amazon every time you fancy a different colour. You don't have to. Claude keeps the data from the last call and re-renders locally:
"Same grid, but dark cards and hotpink buttons"
Twenty style tweaks, zero extra API calls. Iterate on the look as much as you like.
"Get me the current details for B09B2SBHQK, B08N5M7S6K and B0BZC6YR7Q"
Claude calls get_items and summarises the three. One thing worth knowing: the API doesn't promise to return items in the order you asked for them, and it quietly drops any ASIN it can't find (those land in a separate errors array). Claude matches on the asin field so you don't have to think about it.
"What colours does the Echo Show 5 come in?"
That's get_variations - it lists the child products of a parent ASIN, each with its own price.
This is where most people get stuck, so I'll be straight with you: the Creators API isn't open to everyone, and there's a sales gate. Worth knowing before you spend an afternoon on it.
.com account won't work against .co.uk - the credentials are tied to a region).Sign in to Associates Central, open the Tools menu, and pick Creators API - or just go straight to affiliate-program.amazon.com/creatorsapi. Then it's three steps.
1. Create a Creators API application

2. Name it and pick your region
The region you choose here decides your AMAZON_CREDENTIAL_VERSION (NA = 3.1, EU = 3.2, FE = 3.3 - full table below). Pick the region that matches the marketplace you actually write for.

3. Copy the Credential ID and Secret
Amazon generates a Login with Amazon (v3.x) credential pair. Copy both - the ID goes in AMAZON_CLIENT_ID, the secret in AMAZON_CLIENT_SECRET. These never leave your own machine. The MCP server talks to Amazon directly; nothing is sent to Houtini or anyone else.

On older v2.x credentials: if you set an app up before early 2026 you might have v2.x Cognito credentials lying around. They don't work here. Create a fresh Login with Amazon application to get v3.x keys - the server checks on startup and refuses v2.x with a message telling you exactly this, so you won't be left guessing.
You don't clone anything to use it - npx pulls the published package. You just need your five environment variables to hand.
Open your config file:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop, then say "find me [whatever you're writing about] on Amazon" and you're off.
Check it took with claude mcp get amazon-creators - you want to see Status: Connected.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/amazon-creators)<a href="https://allmcps.com/mcp/amazon-creators"><img src="https://allmcps.com/api/badge/amazon-creators?style=directory" alt="Amazon Creators on AllMCPs" /></a>