# Amazon Selling Partner MCP for AI Agents AI Agent Connect

> Amazon Selling Partner lets you manage your entire Amazon Seller Central operation through your AI agent. You can audit FBA inventory, handle incoming orders, research the product catalog, and pull financial reports without switching tabs. It connects your SP-API account to your favorite AI client so you can handle marketplace logistics via natural conversation.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_9uU0UhntclhQEuEIGl2OWtdwmVcDP1PpWEk52qU5/ai-agent-connect
- **Tags:** seller-central, fba, order-fulfillment, catalog-management, marketplace-api, inventory-tracking

## Description

Amazon Selling Partner lets you manage your entire Amazon Seller Central operation through your AI agent. Managing a high-volume store usually means juggling a dozen tabs, constantly refreshing Seller Central, and digging through spreadsheets to see if your FBA stock is actually where it's supposed to be. It's a headache. This Connector changes that by letting your AI agent do the heavy lifting for you. Instead of hunting for order details or manually checking inventory levels across different fulfillment centers, you just ask your agent to pull the data. You can research specific ASINs to see how they stack up against competitors or request deep-dive financial reports while you're busy doing other things. It's designed to make marketplace orchestration feel like a conversation rather than a data entry job. Because Vinkius hosts this Connector, you can plug it into your existing workflow and let your agent handle the repetitive stuff like monitoring report statuses or listing your latest orders. It turns your AI into a dedicated e-commerce operations assistant that knows your inventory, your sales, and your catalog inside out.

## Tools

### list_fba_inventory
See your current stock levels across all Amazon fulfillment centers. This makes it easy to spot which products are running low.

### search_catalog
Search the Amazon catalog using keywords or ASINs. Use this to quickly find product details for your own items or your competitors.

### get_catalog_item
Pull technical metadata for a specific catalog item. It's the fastest way to see pricing, dimensions, and other specs.

### create_report
Request a new asynchronous seller report from Amazon. You can trigger these deep-dives without waiting on a web interface.

### get_report_status
Check if your requested Amazon reports are finished processing. This saves you from constantly refreshing the page to see if the data is ready.

### list_financial_events
Get a list of financial events from your marketplace. Use this to track your money and sales activity across different regions.

### list_marketplaces
See a list of the marketplaces you're currently participating in. It's a quick way to verify your global selling reach.

### list_product_types
Get a list of available product types on Amazon. This helps you understand the categories you can list in.

### list_orders
See all your recent Amazon orders in a single list. This helps you keep track of what needs to ship next without digging through Seller Central.

### get_order_items
Get the specific items inside a particular order. You'll know exactly what to pack for a customer in seconds.

## Prompt Examples

**Prompt:** 
```
List my recent Amazon orders.
```

**Response:** 
```
I've retrieved your recent orders. There are 5 pending orders waiting for fulfillment. Would you like me to retrieve the order items for the first order in the list?
```

**Prompt:** 
```
Show the FBA inventory summary for my top products.
```

**Response:** 
```
I've checked your FBA inventory. Your top selling item currently has 120 units available, with 25 units inbound. One of your items is out of stock. Let me list the details for you.
```

**Prompt:** 
```
Search the Amazon catalog for ASIN 'B012345678'.
```

**Response:** 
```
I've retrieved the catalog details for ASIN B012345678. It's a 'Wireless Bluetooth Headset' currently listed in the Electronics category. Would you like to see the pricing and dimensions metadata?
```

## Capabilities

### List pending orders
Your agent can pull a list of incoming orders to help you stay on top of fulfillment.

### Check FBA stock levels
Get a real-time summary of your inventory across different Amazon fulfillment centers.

### Look up ASIN metadata
Retrieve technical product details like dimensions and categories from the Amazon catalog.

### Request seller reports
Trigger asynchronous reports to get deep-dive data on your marketplace performance.

### Pull marketplace financial data
Access financial event groups and marketplace participation details directly in chat.

### Get product type lists
See the various product types available on the marketplace for your listings.

## Use Cases

### Checking stock before fulfilling
A seller notices a product is selling out. They ask their agent to use list_fba_inventory to see how many units are left in each warehouse.

### Competitive product research
An e-commerce manager wants to launch a new product. They ask the agent to use search_catalog to find the technical specs of a top competitor's ASIN.

### Daily fulfillment summaries
A logistics lead needs a daily summary. They ask the agent to use list_orders and get_order_items to generate a packing list for the day.

### Automated financial auditing
A financial analyst needs to see last month's sales. They ask the agent to use create_report and then get_report_status to pull the data.

## Benefits

- Stop manually refreshing pages for stock updates by using list_fba_inventory to see your warehouse status instantly.
- Skip the tedious search process for competitor data by using search_catalog to pull ASIN metadata in seconds.
- Handle fulfillment faster by using list_orders and get_order_items to see exactly what needs to go out the door.
- Get your data without the wait by using create_report to trigger deep dives and get_report_status to monitor progress.
- Track your global revenue more accurately by using list_financial_events to see marketplace activity across regions.

## How It Works

The bottom line is you get a direct line to your Amazon Seller Central data without the manual clicking.

1. Subscribe to the Amazon Selling Partner MCP on Vinkius.
2. Enter your LwA Client ID, Client Secret, Refresh Token, Region, and Marketplace ID.
3. Ask your AI client to pull orders, check inventory, or run reports.

## Frequently Asked Questions

**Can I use Amazon Selling Partner to check my stock?**
Yes, you can use it to see your FBA inventory levels across different fulfillment centers. This helps you spot low stock before it causes a fulfillment delay.

**How do I get my order details?**
You can ask your agent to list your recent orders and then pull the specific items for any order. It gives you a clear list of what needs to be packed.

**Can this Connector help with competitor research?**
Yes, you can use it to search the Amazon catalog by ASIN or keywords. Your agent can then pull technical metadata like dimensions and categories.

**Can I request reports through this?**
You can use it to trigger asynchronous seller reports and check their status. This is great for pulling large amounts of data without manual exports.

**Does it work for global marketplaces?**
Yes, it can list your marketplaces and pull financial events from different regions. This helps you track your revenue and participation across the globe.

**How do I connect my account?**
You just need to provide your LwA Client ID, Secret, and Refresh Token in the setup. Once connected, your agent has the permissions it needs to fetch your data.

**How do I get my Amazon SP-API credentials?**
You need to register a private application in the Amazon Seller Central (Partner Network > Develop Apps). You will get an LwA Client ID and Secret. You then self-authorize the app to get a long-lived Refresh Token.

**Which region should I choose?**
Select the region that matches your target marketplace: **NA** (North America - US, CA, MX, BR), **EU** (Europe - UK, DE, FR, IT, ES, etc.), or **FE** (Far East - JP, AU, SG).

**Can I request PII data like customer names?**
This Connector uses standard SP-API tokens. Some PII data (Personally Identifiable Information) in orders requires a Restricted Data Token (RDT), which must be specifically requested in the API call and authorized in your app's roles.