mcp4odata

mcp4odata

Exposes SAP S/4HANA OData services as tools for LLMs, enabling users to list and create sales orders via the Model Context Protocol. It integrates with SAP BTP using the SAP Cloud SDK to provide secure access to enterprise data through natural language.

Category
访问服务器

README

mcp4odata

An MCP (Model Context Protocol) server that exposes SAP S/4HANA OData services as tools for LLMs. Deployed on SAP Cloud Foundry (BTP).

Overview

LLM / MCP Client
      │  Bearer token (XSUAA)
      ▼
mcp4odata  (CF app)
      │  SAP Cloud SDK → BTP Destination Service
      ▼
SAP S/4HANA  (CE_SALESORDER_0001, OData v4)
  • Inbound auth: XSUAA Bearer token validation via @sap/xssec
  • Outbound connectivity: SAP Cloud SDK executeHttpRequest() with BTP Destination Service
  • Two MCP transports: Streamable HTTP (MCP 2025-11-25) and SSE fallback (MCP 2024-11-05)

Tools

salesorder_get_list

Retrieves a list of S/4HANA sales order headers.

Parameter Type Required Description
soldToParty string No Filter by customer number, e.g. 10100001
salesOrganization string No Filter by sales org, e.g. 1710
top integer No Max results, 1–100 (default: 20)

Returns: array of sales order headers — order number, type, sold-to party, total net amount, currency, requested delivery date.


salesorder_create

Creates a new S/4HANA sales order with one or more line items (deep-insert POST).

Header fields

Parameter Type Required Description
salesOrderType string Yes Order type, e.g. OR
salesOrganization string Yes Sales org, e.g. 1710
distributionChannel string Yes Distribution channel, e.g. 10
organizationDivision string Yes Division, e.g. 00
soldToParty string Yes Customer number, e.g. 10100001
transactionCurrency string No ISO currency, e.g. USD (defaults from customer master)
purchaseOrderByCustomer string No Customer PO number
requestedDeliveryDate string No Delivery date, YYYY-MM-DD

Item fields (at least one item required)

Parameter Type Required Description
material string Yes Product number, e.g. MZ-FG-M500
requestedQuantity string Yes Quantity as a string, e.g. 5
requestedQuantitySAPUnit string Yes SAP unit of measure, e.g. EA, KG
plant string No Delivering plant, e.g. 1710
salesOrderItemCategory string No Item category, e.g. TAN (derived from config if omitted)
salesOrderItemText string No Line item description (defaults to material description)

Returns: created sales order header including the generated order number.


Endpoints

Endpoint Auth Description
POST/GET/DELETE /mcp Bearer (XSUAA) Streamable HTTP transport — MCP 2025-11-25
GET /sse Bearer (XSUAA) SSE transport — MCP 2024-11-05
POST /messages Bearer (XSUAA) SSE message posting
GET /health None Health check (used by CF)

Local Development

Prerequisites

  • Node.js 20+
  • SAP BTP subaccount with XSUAA and Destination service instances

Setup

npm install
cp .env.example .env
# Fill in VCAP_SERVICES with your XSUAA and Destination credentials

.env structure (see .env.example for the full template):

VCAP_SERVICES='{ "xsuaa": [...], "destination": [...] }'
S4_DESTINATION_NAME=S4HANA_SALESORDER
PORT=3000

Run

npm run dev        # tsx watch mode
npm run build      # compile TypeScript → dist/

Test with MCP Inspector

Point the inspector at http://localhost:3000/mcp with a valid XSUAA Bearer token.


BTP Destination Configuration

Create an HTTP destination in the BTP cockpit with:

Field Value
Name S4HANA_SALESORDER (or your S4_DESTINATION_NAME)
Type HTTP
URL Your S/4HANA base URL
Authentication OAuth2ClientCredentials
Token Service URL XSUAA token endpoint for S/4HANA

The SAP Cloud SDK reads the Destination service binding from VCAP_SERVICES, fetches the destination, and injects the Authorization header automatically.


Cloud Foundry Deployment

Prerequisites

brew install cloudfoundry/tap/cf-cli@8
cf login -a https://api.cf.<region>.hana.ondemand.com
cf target -o <org> -s <space>

Create required service instances

cf create-service xsuaa application xsuaa-mcp4odata -c xsuaa-config.json
cf create-service destination lite destination-mcp4odata

Deploy

npm run build
cf push
cf logs mcp4odata --recent

Useful CF commands

cf env mcp4odata                          # inspect bound service credentials
cf set-env mcp4odata S4_DESTINATION_NAME  # override env variable
cf restage mcp4odata                      # restage after env changes

Project Structure

src/
├── server.ts           # Express app, MCP transports, route setup
├── auth/
│   └── middleware.ts   # XsuaaTokenVerifier — inbound Bearer token validation
├── odata/
│   └── client.ts       # getSalesOrders(), createSalesOrder() via SAP Cloud SDK
└── tools/
    ├── get-sales-orders.ts    # salesorder_get_list tool
    └── create-sales-order.ts  # salesorder_create tool
manifest.yml            # CF deployment manifest
.env.example            # Local dev environment template

Tech Stack

Layer Technology
MCP Framework @modelcontextprotocol/sdk
OData HTTP @sap-cloud-sdk/http-client
Destination resolution @sap-cloud-sdk/connectivity
Inbound auth @sap/xssec, @sap/xsenv
Web server Express 5
Language TypeScript (Node.js 20+)
Deployment SAP Cloud Foundry

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选