Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Amazon Vendor Central MCP server (Amazon Vendor Central MCP)
Amazon Vendor Central MCP server (Amazon Vendor Central MCP) logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 5:47:32 PM

Amazon Vendor Central MCP server (Amazon Vendor Central MCP)

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

MCP server for Vendor Central: orders, fulfillment, invoices, and retail analytics.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for Amazon Vendor Central MCP server (Amazon Vendor Central MCP), and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

Amazon Vendor Central MCP server (Amazon Vendor Central MCP) by Kuudo

Run every Amazon Vendor Central function from your AI agents: Direct Fulfillment, Retail Procurement, Data Kiosk, Retail Analytics, and A+ Content.

MCP Registry License: MIT Community

Product page: https://www.kuudo.com/features/amazon-vendor-central-mcp/ · Docs: https://www.kuudo.com/docs/mcp-reference/tools/ · Pricing: https://www.kuudo.com/pricing.md

Connect

Kuudo runs in your own cloud. The Community plan deploys one instance of each Amazon MCP server into your account, and your client connects to that deployment:

config.json
{
  "mcpServers": {
    "amazon-vendor-central-mcp": {
      "url": "https://<your-host>/mcp",
      "headers": {
        "Authorization": "Bearer <your Kuudo API key>"
      }
    }
  }
}

Replace <your-host> with the hostname of your deployment and the bearer value with your Kuudo API key.

What this repository is

This repository holds registry metadata and a catalog-only stub. Live execution runs in your Kuudo deployment. The server source is not published. The stub in src/ answers tools/list with the catalog below, serves the same catalog as one resource (kuudo://catalog/tools.json), offers one prompt (connect) carrying the setup guidance, and returns an error with that guidance on any call, so registries and clients can inspect the surface without any access to Amazon.

Inspect the catalog locally with Docker

The image runs the same catalog-only stub over stdio. It is not the live server.

Terminal
docker build -t amazon-vendor-central-mcp .
docker run -i --rm amazon-vendor-central-mcp

Point a client at it with a stdio entry:

config.json
{
  "mcpServers": {
    "amazon-vendor-central-mcp-catalog": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "amazon-vendor-central-mcp"]
    }
  }
}

Tools

40 API operations exposed as 40 tools across 12 Selling Partner API resources. This catalog lists the Vendor-prefixed Selling Partner API resources. Vendor Retail Analytics, Data Kiosk, and A+ Content reach vendor data through shared Selling Partner resources your deployment also exposes. The production server's built-in setup and status tools are not listed here.

Argument schemas are not published in this catalog: every tool carries an empty object schema, and the live server in your deployment validates the real parameters on each call.

ResourceOperations
VendorDFI1
VendorDirectFulfillmentOrders202112283
VendorDirectFulfillmentOrdersV13
VendorDirectFulfillmentPaymentsV11
VendorDirectFulfillmentShipping2021122811
VendorDirectFulfillmentShippingV19
VendorDirectFulfillmentTransactions202112281
VendorDirectFulfillmentTransactionsV11
VendorInvoicesV11
VendorOrdersV14
VendorShipmentsV14
VendorTransactionStatusV11
Every operation (40)
ToolAccessWhat it does
VendorDFI_submitInventoryUpdatewriteSubmits inventory updates for the specified warehouse for either a partial or full feed of inventory items.
VendorDirectFulfillmentOrders20211228_submitAcknowledgementwriteSubmits acknowledgements for one or more purchase orders.
VendorDirectFulfillmentOrders20211228_getOrdersreadReturns a list of purchase orders created during the time frame that you specify.
VendorDirectFulfillmentOrders20211228_getOrderreadReturns purchase order information for the purchaseOrderNumber that you specify.
VendorDirectFulfillmentOrdersV1_submitAcknowledgementwriteSubmits acknowledgements for one or more purchase orders.
VendorDirectFulfillmentOrdersV1_getOrdersreadReturns a list of purchase orders created during the time frame that you specify.
VendorDirectFulfillmentOrdersV1_getOrderreadReturns purchase order information for the purchaseOrderNumber that you specify.
VendorDirectFulfillmentPaymentsV1_submitInvoicewriteSubmits one or more invoices for a vendor's direct fulfillment orders.
VendorDirectFulfillmentShipping20211228_createContainerLabelwriteCreates a container (pallet) label for the associated shipment package.
VendorDirectFulfillmentShipping20211228_getCustomerInvoicesreadReturns a list of customer invoices created during a time frame that you specify.
VendorDirectFulfillmentShipping20211228_getCustomerInvoicereadReturns a customer invoice based on the purchaseOrderNumber that you specify.
VendorDirectFulfillmentShipping20211228_getPackingSlipsreadReturns a list of packing slips for the purchase orders that match the criteria specified.
VendorDirectFulfillmentShipping20211228_getPackingSlipreadReturns a packing slip based on the purchaseOrderNumber that you specify.
VendorDirectFulfillmentShipping20211228_submitShipmentConfirmationswriteSubmits one or more shipment confirmations for vendor orders.
VendorDirectFulfillmentShipping20211228_submitShipmentStatusUpdateswriteThis operation is only to be used by Vendor-Own-Carrier (VOC) vendors.
VendorDirectFulfillmentShipping20211228_getShippingLabelsreadReturns a list of shipping labels created during the time frame that you specify.
VendorDirectFulfillmentShipping20211228_submitShippingLabelRequestwriteCreates a shipping label for a purchase order and returns a transactionId for reference.
VendorDirectFulfillmentShipping20211228_getShippingLabelreadReturns a shipping label for the purchaseOrderNumber that you specify.
VendorDirectFulfillmentShipping20211228_createShippingLabelswriteCreates shipping labels for a purchase order and returns the labels.
VendorDirectFulfillmentShippingV1_getCustomerInvoicesreadReturns a list of customer invoices created during a time frame that you specify.
VendorDirectFulfillmentShippingV1_getCustomerInvoicereadReturns a customer invoice based on the purchaseOrderNumber that you specify.
VendorDirectFulfillmentShippingV1_getPackingSlipsreadReturns a list of packing slips for the purchase orders that match the criteria specified.
VendorDirectFulfillmentShippingV1_getPackingSlipreadReturns a packing slip based on the purchaseOrderNumber that you specify.
VendorDirectFulfillmentShippingV1_submitShipmentConfirmationswriteSubmits one or more shipment confirmations for vendor orders.
VendorDirectFulfillmentShippingV1_submitShipmentStatusUpdateswriteThis API call is only to be used by Vendor-Own-Carrier (VOC) vendors.
VendorDirectFulfillmentShippingV1_getShippingLabelsreadReturns a list of shipping labels created during the time frame that you specify.
VendorDirectFulfillmentShippingV1_submitShippingLabelRequestwriteCreates a shipping label for a purchase order and returns a transactionId for reference.
VendorDirectFulfillmentShippingV1_getShippingLabelreadReturns a shipping label for the purchaseOrderNumber that you specify.
VendorDirectFulfillmentTransactions20211228_getTransactionStatusreadReturns the status of the transaction indicated by the specified transactionId.
VendorDirectFulfillmentTransactionsV1_getTransactionStatusreadReturns the status of the transaction indicated by the specified transactionId.
VendorInvoicesV1_submitInvoiceswriteSubmit new invoices to Amazon.
VendorOrdersV1_submitAcknowledgementwriteSubmits acknowledgements for one or more purchase orders.
VendorOrdersV1_getPurchaseOrdersreadReturns a list of purchase orders created or changed during the time frame that you specify.
VendorOrdersV1_getPurchaseOrderreadReturns a purchase order based on the purchaseOrderNumber value that you specify.
VendorOrdersV1_getPurchaseOrdersStatusreadReturns purchase order statuses based on the filters that you specify.
VendorShipmentsV1_SubmitShipmentConfirmationswriteSubmits one or more shipment confirmations for vendor orders.
VendorShipmentsV1_GetShipmentDetailsreadReturns the Details about Shipment, Carrier Details, status of the shipment, container details and other details related to shipment based on the filter parameters value that you specify.
VendorShipmentsV1_SubmitShipmentswriteSubmits one or more shipment request for vendor Orders.
VendorShipmentsV1_GetShipmentLabelsreadReturns small parcel shipment labels based on the filters that you specify.
VendorTransactionStatusV1_getTransactionreadReturns the status of the transaction that you specify.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools8 views
    Compare vs Claude Task Master →
  • Amazon Ads MCP logoAmazon Ads MCP

    Amazon Ads API MCP server for Amazon Advertising API

    💻 Developer Tools2 views
    Compare vs Amazon Ads MCP →
  • Skill of Skills logoSkill of Skills

    Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers.

    💻 Developer Tools2 views
    Compare vs Skill of Skills →
  • R
    Ruv Swarm

    Neural network swarm orchestration with WebAssembly acceleration and MCP integration

    💻 Developer Tools2 views
    Compare vs Ruv Swarm →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Amazon Vendor Central MCP server (Amazon Vendor Central MCP)

We don't have a confirmed install command for Amazon Vendor Central MCP server (Amazon Vendor Central MCP) yet, so we don't publish a generated one — a guessed package name would point at the wrong package or none at all. Follow the project's own README or setup instructions (https://github.com/KuudoAI/amazon-vendor-central-mcp) for the current steps.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAmazon Vendor Central MCP server (Amazon Vendor Central MCP) AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/amazon-vendor-central-mcp-server-amazon-vendor-central-mcp?style=directory)](https://allmcps.com/mcp/amazon-vendor-central-mcp-server-amazon-vendor-central-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/amazon-vendor-central-mcp-server-amazon-vendor-central-mcp"><img src="https://allmcps.com/api/badge/amazon-vendor-central-mcp-server-amazon-vendor-central-mcp?style=directory" alt="Amazon Vendor Central MCP server (Amazon Vendor Central MCP) on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
29Quality signal: Emerging · 29/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Amazon Vendor Central MCP server (Amazon Vendor Central MCP) →Install in Claude DesktopInstall in CursorInstall in VS Code