S4MCPDEMO.git
@SHENRUIYANG
关于 S4MCPDEMO.git
Only a demo to show the possibility of MCP for SAP connection
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"S4MCPDEMO": {
"command": "python",
"args": [
"MM03_MCP.py",
"--mode=http",
"--host=0.0.0.0",
"--port=5003"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is S4MCPDEMO.git?
S4MCPDEMO.git is a demonstration service for interacting with SAP S/4HANA systems to query material master data. It can run as an HTTP API server or as a standard input/output tool, enabling integration with smart assistants like Cursor. This version is for demonstration only and not for productive use.
How to use S4MCPDEMO.git?
Clone the repository, install dependencies with pip, and configure SAP connection via a .env file or environment variables. Start the server in HTTP mode with python MM03_MCP.py --mode=http --host=0.0.0.0 --port=5003, in stdio mode with --mode=stdio, or in REST mode for MCP.so. API endpoints include /mcp_MM03_BasicData, /mcp_MM03_DescToMaterial, and /mcp_MM03_Description_Search. Docker deployment is also supported.
Key features of S4MCPDEMO.git
- Dual Mode Operation: HTTP API and stdio
- Material Basic Information Query
- Material Description Search
- Multilingual Support (Chinese, English, German, etc.)
- Type Safety with Pydantic models
- API Key Authentication using JWT
- MCP.so Hosting Support for cloud deployment
Use cases of S4MCPDEMO.git
- Query detailed material master data from SAP
- Search materials by description text
- Retrieve material descriptions in specific languages
- Integrate material data queries into Cursor or similar smart assistants
- Deploy as a cloud service on MCP.so for remote access
FAQ from S4MCPDEMO.git
What is the purpose of this server?
It provides material master data query functionality for SAP systems, but it is only for demonstration and cannot be used in a production environment.
What are the dependencies and runtime requirements?
Requires Python 3.7+, access to a SAP S/4HANA system, and dependencies including FastAPI, Uvicorn, httpx, python-dotenv, Pydantic, and FastMCP.
How is authentication handled?
The server uses API key authentication with JWT. API keys contain user email, SAP connection info, and expiration date. The key generation script is not included; contact the author to obtain keys.
Can this be deployed on MCP.so?
Yes, the repository includes a chatmcp.yaml configuration and a Dockerfile for deployment to MCP.so.
What are the main API endpoints?
POST /mcp_MM03_BasicData: Get material basic informationPOST /mcp_MM03_DescToMaterial: Search materials by descriptionPOST /mcp_MM03_Description_Search: Get material descriptions in a specific languageGET /health: Health checkGET /.well-known/mcp-manifest.json: API manifest
版本控制 分类下的更多 MCP 服务器
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
评论