Supply chain and logistics is where physical goods meet digital orchestration — procurement, inventory management, warehouse operations, shipping, demand planning, and end-to-end visibility. The MCP ecosystem has matured significantly here, with ERP vendor participation accelerating sharply — SAP’s Sapphire 2026 announcement of 200+ autonomous supply chain agents is the most ambitious commitment yet in this category. Microsoft Dynamics 365 now exposes 650,000+ operations through its MCP tooling. A new category is emerging: real-time supply chain risk intelligence, led by SupplyMaven. But dedicated supply chain planning and visibility platforms remain almost entirely absent — no Blue Yonder, no Manhattan Associates, no project44, no Flexport. Part of our Logistics & Industry category.

This review covers enterprise ERP platforms (SAP S/4HANA, Microsoft Dynamics 365, Odoo, NetSuite), supply chain planning (Kinaxis), supply chain intelligence & risk monitoring (SupplyMaven), shipping and carriers (ShipStation, Karrio, Shippo, UPS, ShipBoss, EasyPost), e-commerce fulfillment (Shopify, WooCommerce, Amazon Seller, ShipBob, VTEX), inventory intelligence (ReplenishRadar, Logistics AI MCP), procurement (SAP Ariba), logistics optimization (Google OR-Tools), and the broader SAP ecosystem. For e-signature tools used in supply chain contracts, see E-Signature & Digital Signing. For general ERP coverage beyond supply chain features, see ERP & Business Management. For manufacturing-specific MCP servers, see Manufacturing & Industrial.

The headline findings: SAP escalated dramatically at Sapphire 2026 — 200+ agents and 50+ assistants for Autonomous Supply Chain Management, with Anthropic’s Claude confirmed as a foundation model partner. Microsoft Dynamics 365 MCP now exposes 650,000+ operations with SQL-based data tools and Wave 1 2026 features live. NEW: SupplyMaven introduces 24-tool real-time supply chain risk intelligence — port congestion, border delays, commodity prices, and a Global Disruption Index, all updating every 15 minutes. Kinaxis remains the first dedicated supply chain planning vendor with an MCP server (AWS Marketplace, RapidResponse integration). Shipping platforms have solid coverage — ShipStation (official, 50+ tools), Karrio (703 stars, open-source multi-carrier), Shippo (official), and UPS (official). E-commerce fills the demand-side gap — Shopify (199 stars), WooCommerce (101+ tools), and Amazon Seller MCP servers. Dedicated supply chain planning and visibility software is almost entirely missing — Blue Yonder, Manhattan Associates, o9 Solutions, project44, Flexport, and Coupa have no MCP servers.

Enterprise ERP Platforms

SAP S/4HANA & Supply Chain

ServerTransportAuthToolsOfficial
SAP MCP Gateway (Integration Suite)Remote HTTPOAuth / SAP authDynamicYes
SAP HANA Cloud MCPRemote HTTPSAP authDynamicYes
oisee/odata_mcp_gostdioOData authDynamicNo
lemaiwo/btp-sap-odata-to-mcp-serverstdioBTP authDynamicNo
cap-js/mcp-serverstdioMultipleSemi-official
HatriGt/hana-mcp-serverstdioHANA authMultipleNo

SAP is building the most ambitious enterprise MCP infrastructure in the supply chain space. Rather than shipping a single MCP server, SAP is embedding MCP across its entire platform:

MCP Gateway in Integration Suite (GA Q1 2026) converts all APIs and integration flows built in SAP’s Integration Suite into MCP tools. This means any SAP-connected supply chain process — procurement workflows, logistics integrations, supplier APIs — becomes accessible to Joule agents through a standardized MCP interface. The gateway also connects Joule agents to non-SAP systems through third-party MCP servers.

SAP HANA Cloud receives full MCP support from Q1 2026, giving Joule agents direct database access to SAP’s core data engine — inventory levels, purchase orders, production schedules, demand forecasts.

Supply chain AI agents rolling out in 2026: Production Master Data Agent and Production Planning Agent (Q1 2026, autonomously releases production orders), Order Reliability Agent (Q2 2026, detects fulfillment risks proactively), Material Reservation and Outbound Task Orchestration agents (Q2 2026), Alert Processing Agent and Asset Health Agent (Q3 2026), and a Bid Analysis Agent for procurement.

Joule Studio Agent Builder (GA Q1 2026) lets enterprises create custom supply chain agents connecting SAP and non-SAP data sources. At Hannover Messe 2026, SAP demonstrated end-to-end supply chain orchestration with AI agents connecting design, planning, procurement, manufacturing, logistics, service, and asset management.

At SAP Sapphire 2026 (May 2026), SAP announced the Autonomous Enterprise vision with the SAP Autonomous Suite spanning five domains — Autonomous Supply Chain Management is a core pillar. More than 200 agents and 50+ assistants are planned across planning, manufacturing, logistics, engineering, and asset management, with phased GA starting immediately. Supply chain-specific assistants include the Planning Assistant, Manufacturing Assistant, Logistics & Business Network Assistant, and Asset & Service Assistant. In the autonomous supply chain model: people define goals and priorities, assistants orchestrate activity across domains, and agents execute the work — all within governed, end-to-end processes. Anthropic’s Claude was confirmed as a foundation model partner powering Joule agents in procurement and supply chain workflows. The Integration Suite MCP Gateway continues to expand: all APIs and integration flows — including non-SAP third-party systems — can be converted to MCP tools, giving Joule agents access to any connected supply chain process.

The community has built extensively around SAP’s data layer. OData bridges are the most popular pattern — oisee/odata_mcp_go (115 stars, Go, OData v2/v4) and lemaiwo/btp-sap-odata-to-mcp-server (114 stars) expose any SAP OData service as MCP tools, enabling access to S/4HANA supply chain modules (MM, PP, SD, WM). cap-js/mcp-server (87 stars) provides CDS-aware development for SAP’s Cloud Application Programming model. HatriGt/hana-mcp-server (36 stars) connects directly to the analytics layer. mcp-sap-gui takes a creative approach controlling the SAP GUI desktop application through simulated clicks, accessing legacy SAP transactions with no API exposure.

Key limitation: MCP integration requires SAP Cloud — on-premise S/4HANA customers need the Integration Suite gateway or community OData bridges. The platform-level approach means there isn’t a simple standalone MCP server to install.

Microsoft Dynamics 365 Supply Chain Management

ServerTransportAuthToolsOfficial
Dynamics 365 ERP MCP Server (dynamic)Remote HTTPMicrosoft Entra ID20+Yes
Dynamics 365 ERP MCP Server (static, retiring)Dataverse connectorEntra ID13Yes (deprecated)
demiliani/D365BCAdminMCPstdioAzure auth28No
knowall-ai/mcp-business-centralstdioAzure CLI / OAuth6No

Microsoft ships the Dynamics 365 ERP MCP server — a dynamic framework covering both Finance and Supply Chain Management apps. Currently in public preview, the server provides three categories of tools:

Data tools (6 tools) — data_find_entity_type, data_get_entity_metadata, data_create_entities, data_update_entities, data_delete_entities, data_find_entities. Full CRUD operations through OData entities for inventory records, purchase orders, sales orders, warehouse data.

Form tools (12 tools) — form_open_menu_item, form_set_control_values, form_click_control, form_filter_grid, form_select_grid_row, form_save_form, form_close_form, form_filter_form, form_find_controls, form_open_lookup, form_open_or_close_tab, form_sort_grid_column. These let agents navigate Supply Chain Management the same way a human user would — opening purchase requisitions, releasing production orders, managing warehouse operations.

Action tools (2 tools) — api_find_actions and api_invoke_action for directly calling business logic classes. Developers can expose custom supply chain actions (e.g., custom allocation logic, specialized procurement workflows) through the ICustomAPI interface.

2026 Wave 1 supply chain enhancements (April–September 2026, now live): AI-powered picking, inventory rebalancing, hands-free scanning, price-demand correlation, capacity-to-promise (CTP) date protection, and streamlined supplier communication.

MCP scale update (2026): The Dynamics 365 ERP MCP tooling now exposes over 650,000 operations across the full D365 ERP suite — effectively opening access to most ERP data and business logic through governed interfaces. The Data tools have migrated from OData to SQL for improved performance and quality of agentic responses, allowing agents to navigate ERP data more intelligently. Agents can also open records or attachments directly from Copilot responses, improving transparency and traceability. The static 13-tool MCP server was retired in 2026 as planned.

Security model dynamically filters available tools and data based on the authenticated user’s security role — a Purchasing Agent role only sees procurement-related entities and forms.

Licensing: Standard users incur 0.1 Copilot Credits per tool call (or included in Copilot Studio Agent Actions). Dynamics 365 Supply Chain Management Premium license holders are exempt from tool execution billing. Requires version 10.0.47+, Tier 2+ environment.

Business Central — Microsoft’s SMB-focused ERP — has 5+ community MCP servers. demiliani/D365BCAdminMCP (“YAMPI”) provides 28 administrative tools. knowall-ai/mcp-business-central (8 stars, MIT) offers 6 CRUD tools with zero installation via npx, covering customers, vendors, items, invoices, quotes, and orders.

Odoo ERP

ServerTransportAuthToolsOfficial
ivnvxd/mcp-server-odoostdio + HTTPAPI key / passwordMultipleNo
hachecito/odoo-mcp-improvedLocalAPI authMultipleNo
Odoo Apps Store moduleHTTPOdoo authMultipleSemi-official

Odoo has the strongest open-source ERP coverage for supply chain MCP integration.

ivnvxd/mcp-server-odoo (259 stars, MPL-2.0, Python) is the most popular ERP MCP server. Full CRUD operations across any Odoo model — inventory, manufacturing, purchase, sales, stock. Features include search_records for querying and filtering, smart field selection optimized for LLM context windows, multi-language support, pagination for large datasets, and a “YOLO Mode” for development without the MCP module. Available via uvx mcp-server-odoo, Docker, or pip. Supports both stdio and HTTP transports.

hachecito/odoo-mcp-improved adds advanced tools specifically for sales and stock management.

An Odoo Apps Store module (mcp_server, version 17.0) provides native MCP integration as an installable Odoo module, offering the closest thing to official support.

Supply chain coverage: Inventory management (stock levels, warehouse transfers, lot/serial tracking), procurement (purchase orders, vendor management, RFQs), manufacturing (production orders, bills of materials, work centers), sales (quotations, order fulfillment). The open-source model means any Odoo module’s data is accessible through MCP.

Oracle NetSuite

ServerTransportAuthToolsOfficial
dsvantien/netsuite-mcp-serverstdioOAuth 2.0 PKCE7+No
ChatFin-Labs/netsuite-mcpstdioRESTletMultipleNo
CDataSoftware/netsuite-mcp-server-by-cdatastdioCData JDBC3No

NetSuite has an official AI Connector SuiteApp for native MCP integration, plus several community options.

dsvantien/netsuite-mcp-server (11 stars, MIT, JavaScript) is listed on the official MCP servers repository. OAuth 2.0 with PKCE for secure authentication without client secrets, automatic token refresh, and session persistence. Tools: ns_runCustomSuiteQL (SQL-like queries), ns_listAllReports, ns_runReport, ns_listSavedSearches, ns_runSavedSearch, ns_getRecord, ns_createRecord, ns_updateRecord. Works with Claude Code, Cursor IDE, and Gemini CLI.

ChatFin-Labs/netsuite-mcp provides comprehensive access through RESTlets and SuiteQL queries — financial data, customer information, transactions, inventory.

Oracle’s official MCP repository (oracle/mcp, 332 stars) contains reference MCP servers for Oracle Cloud Infrastructure, Oracle Database, and MySQL/HeatWave — explicitly “not intended for production use.” Does not yet cover NetSuite or Oracle SCM Cloud, though Oracle’s roadmap mentions future enterprise application MCP support.

Supply Chain Planning

Kinaxis RapidResponse

ServerTransportAuthToolsOfficial
Kinaxis MCP ServerDocker (AWS)OAuth 2.03Yes

Kinaxis is the first dedicated supply chain planning vendor to ship an MCP server — a significant milestone for the category. Available on AWS Marketplace as a Docker container.

The server bridges AI agents and Kinaxis RapidResponse for supply chain planning. Current tools: retrieve_workbook_data (access workbook data with scenario selection and worksheet extraction), ping (connectivity test), health (status monitoring). Purpose-built for manufacturing, consumer goods, and retail sectors.

Enables intelligent automation including concurrent planning, scenario simulation, demand sensing, and supply chain risk management. Supports multi-scenario analysis and targeted data extraction for manufacturing plants, distribution centers, and retail networks. Compatible with Claude and Amazon Bedrock AgentCore.

Deployment: Docker container, v1.0.0 production-ready. BYOL (Bring Your Own License) pricing — requires existing Kinaxis RapidResponse subscription. Enterprise-grade with OAuth 2.0 security.

Key limitation: Only 3 tools — primarily read access to workbook data. No write operations for creating or modifying plans. This is a first release focused on data retrieval rather than planning automation.

Supply Chain Intelligence & Risk Monitoring

SupplyMaven

ServerTransportAuthToolsOfficial
SupplyMaven-SCR/supplymaven-mcp-serverstdioAPI key24Yes

SupplyMaven is a dedicated supply chain risk intelligence platform with an official MCP server providing 24 tools covering macro-level disruption signals that most ERP and shipping MCP servers don’t address at all.

The platform monitors 200+ data variables in real time — updating every 15 minutes — sourced from government agencies (EIA, USDA, CBP, BLS, Federal Reserve, FAA, NOAA), commodity markets, global vessel tracking (AIS/Datalastic), and news intelligence feeds.

24 MCP tools span seven intelligence domains:

  • Global Disruption Index — composite supply chain health score with early warning signals
  • Manufacturing Index — factory activity signals across 8 US power grid zones
  • Port Congestion — real-time delays at 41 global ports
  • Border Monitoring — crossing delays and tariff changes at 81 borders
  • Commodity Tracking — prices and availability across 31 commodity categories
  • Air Cargo Intelligence — air freight disruptions and capacity signals
  • AI Intelligence Briefs — synthesized supply chain risk narratives

Use case: Logistics routing agents that feed port congestion, border delays, chokepoint traffic, and air cargo disruption data into route optimization workflows. Risk assessment for procurement decisions — e.g., auto-flagging sourcing options when a border delay or commodity price spike breaches a threshold.

Access: $499/month API Pro plan (includes dashboard, API, custom integrations, and MCP access). The server itself is open-source on GitHub.

Differentiation: No other MCP server in this category provides real-time macro supply chain risk data at this level — most focus on operational tools (create shipment, track order) rather than market intelligence signals.

Shipping & Carrier Integration

ShipStation

ServerTransportAuthToolsOfficial
shipstation/mcp-shipstation-apistdioAPI key50+Yes
mattcoatsworth/shipstation-mcp-serverstdioAPI key/secretMultipleNo

ShipStation ships an official MCP server (8 stars, JavaScript) for its v2 API. 50+ tools organized into functional categories:

  • Shipments — creation, retrieval, updates, cancellations, rate retrieval
  • Labels — generation from rates/shipments, return labels, void operations
  • Rates — real-time calculation and estimation across carriers
  • Carriers — service and package type enumeration
  • Inventory — stock level management across warehouses
  • Batches — bulk label processing with error validation
  • Manifests — end-of-day processing support

Supports direct Node.js, Docker, and Docker Compose deployment. Requires Scale-Gold tier minimum ShipStation subscription.

mattcoatsworth/shipstation-mcp-server (3 stars, MIT) is a community alternative covering the v1 API with tools for orders, shipments, carriers, warehouses, products, customers, stores, webhooks, and fulfillments.

Karrio — Self-Hosted Multi-Carrier Platform

ServerTransportAuthToolsOfficial
karrioapi/karrioBuilt-in MCPAPI keyMultipleYes

The highest-starred project in the supply chain MCP category. Karrio (703 stars, LGPL-3.0, Python) is a self-hosted shipping API platform with a built-in MCP server.

AI assistants can query rates, purchase shipping labels, track shipments, and manage carriers directly through MCP. Supports UPS, FedEx, DHL, USPS, Canada Post, Purolator, and more through a community plugin system. Self-hosted on your own infrastructure with Docker — single-command deployment with dashboard (localhost:3002) and API (localhost:5002).

Features include real-time tracking, webhook support, multi-tenancy (Enterprise Edition), and a dual-license model (LGPL-3.0 open source core + enterprise license). The 2025.5 milestone release introduced significant carrier integration and developer experience improvements.

Key strength: Self-hosted, open-source, and carrier-agnostic — no vendor lock-in. The MCP server is integrated directly into the platform, not a separate add-on.

Shippo

ServerTransportAuthToolsOfficial
Shippo MCPnpxAPI key (ShippoToken)MultipleYes

Shippo ships an official MCP server documented on their developer portal — billing themselves as the first “agentic shipping platform.” Core capabilities:

  • Address management — validation, creation, book storage
  • Shipment operations — creation, rate comparison across 40+ carriers, label generation, tracking
  • Carrier management — multi-carrier support (USPS, UPS, FedEx, DHL, and regional carriers)
  • International shipping — customs declarations, multi-country support
  • Advanced features — batch operations, pickups, manifests, webhooks, return labels

Install via npx -y @shippo/shippo-mcp start --api-key-header "ShippoToken YOUR_KEY". One-click Cursor installer, Claude Desktop, and Claude Code CLI support. Test keys (shippo_test_ prefix) available for development without charges.

UPS

ServerTransportAuthToolsOfficial
UPS-API/ups-mcpstdioOAuth client credentials2Yes

An official MCP server from UPS (13 stars, MIT, Python) — notable as one of the few major carriers with direct MCP integration. Two tools: track_package (shipment status, transit details, delivery information) and validate_address (U.S. and Puerto Rico). Still in active development with more tools planned. Requires UPS Developer Portal credentials.

Other Shipping MCP Servers

ServerTransportAuthToolsOfficial
shipb/shipboss_mcp_serverstdioAPI token8No
bischoff99/easypost_mcp_serverstdioAPI keyMultipleNo
trackmage/trackmage-mcp-serverstdioOAuthMultipleNo

ShipBoss (1 star, Python) connects to FedEx, UPS, and DHL for both parcel and freight operations — rate retrieval, label creation with download URLs, tracking, pickup scheduling and cancellation, and freight rate quotes. Unique for supporting freight/LTL shipments alongside parcel.

EasyPost MCP provides multi-carrier shipping, tracking, and address verification via the EasyPost API — USPS, UPS, FedEx, DHL, and others through a single integration.

TrackMage supports 1,600+ carriers worldwide for shipment tracking with OAuth authentication and carrier auto-detection.

E-Commerce Fulfillment

Shopify

ServerTransportAuthToolsOfficial
GeLi2001/shopify-mcpstdioOAuth / API token31No
callobuzz/cob-shopify-mcpstdio + HTTPDual auth49+No
benwmerritt/shopify-mcpstdioOAuth30+No

Shopify has no official supply chain MCP server, but the community ecosystem is extensive.

GeLi2001/shopify-mcp (199 stars, TypeScript) — 31 tools including inventory control (set absolute quantities at specific locations), order management (lookup, cancel, close, fulfill, refund), and product CRUD. Uses Shopify’s 2026-01 GraphQL Admin API with both OAuth client credentials (Jan 2026+) and legacy token auth.

callobuzz/cob-shopify-mcp — production-grade with 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready. The most comprehensive Shopify MCP option.

benwmerritt/shopify-mcp — 30+ tools with full OAuth flow covering products, collections, inventory, draft orders, metafields, and bulk operations.

Supply chain-specific tools include inventory level management, fulfillment creation, order processing, and location-based stock management.

WooCommerce

ServerTransportAuthToolsOfficial
amitgurbani/mcp-server-woocommercestdioREST API101No
juanlurg/woocommerce-mcpstdioREST APIMultipleNo
iOSDevSK/mcp-for-woocommercestdio + HTTPJWTMultipleNo

WooCommerce has multiple community MCP servers and official MCP documentation at developer.woocommerce.com.

amitgurbani/mcp-server-woocommerce leads with 101 admin operations spanning products, orders, customers, coupons, shipping zones, tax rates, and sales reports. juanlurg/woocommerce-mcp provides order management (retrieve, list, create, update, cancel with notes) and stock management (set, increase, decrease). iOSDevSK/mcp-for-woocommerce is a WordPress plugin supporting both STDIO and HTTP Streamable transport with JWT authentication, based on Automattic’s official WordPress MCP.

Amazon Seller Central

ServerTransportAuthToolsOfficial
jay-trivedi/amazon_sp_mcpstdioSP-APIMultipleNo
MarceauSolutions/amazon-seller-mcpstdioSP-APIMultipleNo
mattcoatsworth/AmazonSeller-mcp-serverstdioSP-APIMultipleNo

Amazon Seller Central has several community MCP servers using the Selling Partner API (SP-API). jay-trivedi/amazon_sp_mcp provides access to sales data, inventory, returns, listings, and reports. MarceauSolutions/amazon-seller-mcp includes FBA fee calculations and an inventory optimizer for restock recommendations. mattcoatsworth/AmazonSeller-mcp-server offers comprehensive SP-API endpoint coverage.

No official Amazon MCP server for sellers, but the community servers provide solid coverage for FBA inventory management, order processing, and sales analytics.

ShipBob (Fulfillment)

ServerTransportAuthToolsOfficial
mattcoatsworth/shipbob-mcp-serverstdioAPI keyMultipleNo

ShipBob (1 star, MIT, JavaScript) provides a comprehensive MCP server for ShipBob’s e-commerce fulfillment API — products, orders, inventory tracking and adjustments across fulfillment centers, shipment management, webhooks, returns, fulfillment center information, sales channels, and reporting.

VTEX

ServerTransportAuthToolsOfficial
Volve-Tech/vtex-mcp-serverstdioVTEX API163+No
leosepulveda/mcp-vtexstdioVTEX APIMultipleNo

VTEX — a major Latin American e-commerce platform — has two MCP implementations. Volve-Tech provides 163+ API endpoints: catalog/SKU management, order processing, inventory and logistics, pricing, and marketplace operations. leosepulveda/mcp-vtex focuses on natural language control of the full commerce stack.

Inventory Intelligence

ReplenishRadar

ServerTransportAuthToolsOfficial
ReplenishRadar/MCPstdio + RESTAPI key28No

ReplenishRadar (proprietary, JavaScript) provides agent-ready inventory intelligence for Shopify and Amazon sellers. 28 tools across two tiers: 18 read tools (Growth+) and 10 write tools (Scale). Capabilities: stockout risk assessment, demand forecasting, on-hand/in-transit position tracking, AI-generated PO recommendations, draft creation, approval workflows, and supplier communication.

Human-in-the-loop safeguard: All write operations create drafts exclusively — no agent can send a purchase order to a supplier without explicit human approval. Supports Claude Desktop, custom Python agents, Slack integration, and no-code platforms (n8n/Make).

Logistics AI MCP

ServerTransportAuthToolsOfficial
CSOAI-ORG/logistics-ai-mcpstdioAPI key5No

Logistics AI MCP (MIT, Python, by MEOK AI Labs) provides 5 supply chain tools: track_shipment, optimize_route, warehouse_inventory, estimate_delivery, customs_documentation. Free tier includes 30-50 calls per tool per day.

Other Inventory Servers

ServerTransportAuthToolsOfficial
dbankscard/skuvault-mcp-serverstdioAPI keyMultipleNo

SkuVault MCP provides product CRUD, location-based inventory management, low-stock alerts, and analytics with enterprise-grade rate limiting, caching, and confirmation requirements for data modifications.

Procurement

SAP Ariba

ServerTransportAuthToolsOfficial
VanshikaDhole/McpServerstdioSAP Ariba API48No
CDataSoftware/sap-ariba-procurement-mcp-server-by-cdatastdioCData JDBC3No

SAP Ariba has community MCP coverage for procurement data. VanshikaDhole/McpServer exposes 48 SAP Ariba APIs as Claude-compatible tools via Python/FastMCP — procurement, sourcing, supplier management, contracts, catalogs, and supply chain data. CDataSoftware provides a read-only JDBC alternative (2 stars, MIT, Java).

No official SAP Ariba MCP server — Ariba integration is expected to flow through SAP’s MCP Gateway in the Integration Suite.

Logistics Optimization

ServerTransportAuthToolsOfficial
leonidas1312/or-mcp-toolsstdioMultipleNo
ryan-clinton/food-safety-supply-chain-mcpstdioMultipleNo

OR-Tools MCP brings Google’s operations research library to AI agents: optimize_supply_chain (distribution network optimization), solve_vehicle_routing (multi-vehicle routing with capacity, time windows, distance constraints), optimize_job_scheduling (production scheduling). Conceptually powerful but early-stage.

Food Safety Supply Chain MCP offers specialized food recall search, adverse event analysis, supplier hygiene assessment, ingredient risk tracing, and contamination detection.

What’s Missing

Major supply chain platforms with no MCP servers despite market leadership:

  • Blue Yonder — leading AI-driven supply chain planning (retail, logistics), no MCP
  • Manhattan Associates — warehouse management and supply chain leader, no MCP
  • o9 Solutions — AI-powered planning platform, no MCP
  • project44 — supply chain visibility leader, no MCP despite rich tracking APIs
  • Flexport — freight forwarding and visibility platform, no MCP
  • Coupa — spend management leader (DevCon 2026 announced with Navi Agent Framework — MCP may follow)
  • Infor CloudSuite — enterprise SCM for manufacturing/distribution, no MCP
  • Epicor — manufacturing and distribution ERP, no MCP
  • E2open — multi-enterprise supply chain platform, no MCP
  • Oracle SCM Cloud — Oracle’s dedicated SCM app, no MCP (only OCI reference servers)
  • Descartes Systems — logistics automation and customs compliance, no MCP
  • AfterShip — post-purchase tracking supporting 1,303 carriers, no MCP
  • FourKites — real-time visibility, no MCP
  • FedEx, DHL, USPS — no official MCP servers (UPS is the only major carrier)
  • No dedicated WMS servers — Körber, SAP EWM, HighJump all absent
  • No TMS platforms — Oracle TMS, SAP TM, BluJay all absent
  • No customs/trade compliance — no HS code lookup, tariff calculation, or export control screening

Key Patterns

ERP vendors are accelerating fast, dedicated SCM vendors still lag. SAP’s Sapphire 2026 commitment to 200+ supply chain agents — with Anthropic as a foundation model partner — signals that enterprise ERP vendors are treating MCP as strategic infrastructure, not an experiment. Microsoft D365 now exposes 650,000+ operations. But pure-play supply chain vendors (Blue Yonder, Manhattan, o9, project44) remain completely absent. Kinaxis is the sole exception.

A new intelligence layer is emerging. SupplyMaven’s 24-tool real-time risk intelligence server represents a category that barely existed in the previous refresh — macro supply chain signals (port congestion, border delays, commodity prices, disruption indexes) that operational ERP tools don’t provide. Expect this category to grow as supply chain risk became a board-level concern after 2020-2024 disruptions.

Dynamic tool architecture is now the standard. Both SAP (Integration Suite gateway converting any API to MCP tools) and Microsoft (SQL-based data tools exposing 650K+ operations) have moved beyond static tool catalogs. Instead of pre-defined tools for “create purchase order,” they expose the full application surface dynamically — more flexible but requiring more sophisticated agent orchestration.

Shipping platforms have solid coverage. ShipStation (official, 50+ tools), Karrio (719 stars, open-source), Shippo (official), UPS (official), and ShipBoss provide multi-carrier rate comparison, label generation, and tracking. The shipping layer is the most mature part of the supply chain MCP ecosystem.

E-commerce bridges the demand-side gap. Shopify (199 stars, 31 tools), WooCommerce (101+ tools), and Amazon Seller MCP servers handle order fulfillment, inventory management, and stock control. For many SMBs, these are the supply chain.

Read-heavy with safety guardrails. Most supply chain MCP servers default to read operations. ReplenishRadar requires human approval for purchase orders. Kinaxis only supports data retrieval. Microsoft’s security roles limit actions. The high cost of supply chain errors drives conservative implementations.

Procurement is underserved. SAP Ariba has only community servers. Coupa, Jaggaer, GEP, Ivalua — none have MCP servers. Procurement’s complex approval workflows may explain slow adoption.

Rating: 3.5 / 5

Strengths: SAP’s Sapphire 2026 Autonomous Supply Chain commitment (200+ agents, Claude partnership) is the most significant enterprise AI supply chain announcement in the MCP era. Microsoft D365 now exposes 650,000+ operations with SQL-based tools — making it one of the broadest MCP surfaces in any enterprise software category. Kinaxis is the first dedicated planning vendor with an MCP server. ShipStation, Karrio, Shippo, and UPS offer production-ready shipping integration. Odoo provides the best open-source ERP coverage (259 stars). E-commerce fulfillment is well-served through Shopify (199 stars), WooCommerce (101+ tools), and Amazon Seller servers. SupplyMaven introduces a new intelligence layer — real-time macro risk signals (port congestion, border delays, commodities) that no other server in this category provides. ReplenishRadar provides agent-ready inventory intelligence with human-in-the-loop safety.

Weaknesses: Dedicated supply chain planning and visibility vendors (Blue Yonder, Manhattan, o9, project44, Flexport) are completely absent. Procurement platforms (Coupa, Jaggaer) have no MCP servers. Kinaxis v1.0 only has 3 tools (read-only). No FedEx, DHL, or USPS official servers. No dedicated WMS, TMS, or customs compliance MCP servers. SupplyMaven’s intelligence layer requires a $499/month subscription. Most community shipping servers have very low star counts.

Bottom line: If you’re on SAP or Dynamics 365, supply chain MCP integration is production-ready — SAP’s 200+ agent rollout makes it the most ambitious enterprise MCP commitment yet. For shipping operations, ShipStation, Karrio, and Shippo provide solid multi-carrier coverage. For e-commerce supply chain, Shopify and WooCommerce have mature community servers. For macro supply chain risk intelligence, SupplyMaven is now the clear leader. But for dedicated supply chain planning, visibility, and procurement — the MCP ecosystem has barely started. SAP’s Sapphire 2026 announcements may accelerate the remaining laggards.


All research is conducted by an AI team. We analyze documentation, GitHub repositories, and community discussions. We do not claim hands-on testing. See our About page for more on our methodology.