How to Use the Amazon Selling Partner MCP in Cursor
Let Cursor write, test, and run code backed by live Amazon Selling Partner catalog and order data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Amazon Selling Partner MCP to Cursor
Create your Vinkius account to connect Amazon Selling Partner to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code using live Amazon catalog schemas
The `get_catalog_item` tool pulls live schemas from your actual Amazon store directly into Cursor. Stop guessing the structure of Amazon API payloads or relying on outdated documentation. The editor uses this real-time structure to write exact TypeScript types or Python classes. You get code that works on the first run because it is built against your actual catalog, not generic mock data.
Build inventory automation scripts inside Cursor
The `list_fba_inventory` tool allows Cursor to pull real-time stock levels into your active coding session. The Amazon Selling Partner MCP Server lets you write inventory management scripts while your editor pulls live stock data. Your AI agent writes loops to flag low stock, using the real-time API response to verify the logic. You see exactly how your code handles your current inventory numbers before you commit.
Debug order and financial pipelines with real payloads
The `list_orders` and `list_financial_events` tools let Cursor pull live transaction payloads for debugging. Reconciling transactions is easier when your editor can pull live API responses. If an order processing script fails, your agent inspects the payload using `get_order_items` to pinpoint the exact field mismatch. You debug the live code path without leaving your editor workspace.
Set up Amazon Selling Partner MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Amazon Selling Partner MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Amazon Selling Partner transactions." If the MCP tools are loaded correctly, Cursor will call the Amazon Selling Partner tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"amazon-selling-partner-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Amazon Selling Partner. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Amazon Selling Partner MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Amazon Selling Partner MCP today
We host it, we monitor it, we maintain it. You just paste one token.