Mcp Integration Suite
@1nbuc
关于 Mcp Integration Suite
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-integration-suite": {
"autoApprove": [],
"disabled": false,
"timeout": 300,
"command": "node",
"args": [
"<proj path>/dist/index.js"
],
"transportType": "stdio",
"env": {
"API_BASE_URL": "<API Base URL from BTP>/api/v1",
"API_USER": "<SAP S User>",
"API_PASS": "<S User Password>",
"CPI_BASE_URL": "<CPI Endpoint URL (optional)>",
"CPI_OAUTH_CLIENT_ID": "<CPI OAuth Data (optional) >",
"CPI_OAUTH_CLIENT_SECRET": "<CPI OAuth Data (optional) >",
"CPI_OAUTH_TOKEN_URL": "<BTP Auth URL>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Integration Suite?
Mcp Integration Suite is an experimental Model Context Protocol (MCP) server for SAP Integration Suite. It provides AI assistants with tools to design, create, and modify integration artifacts such as integration flows, packages, and message mappings. The server also includes tools for SAP Trading Partner Management (TPM), enabling management of B2B relationships, agreements, and message implementation guidelines.
How to use Mcp Integration Suite?
Install Node.js (version >20) and npm. Clone the repository, run npm install and npm run build, then copy .env.example to .env. Add the server to your AI client’s MCP configuration using the command node <project path>/dist/index.js. Once configured, the AI assistant can invoke tools to manage SAP Integration Suite and TPM artifacts.
Key features of Mcp Integration Suite
- Manage integration packages (list, get, create)
- Create, update, deploy, and inspect IFlows
- Handle message mappings (get, update, deploy, create)
- Discover and use IFlow and mapping examples
- Monitor deployment errors and runtime messages
- Manage trading partners, agreements, and MIGs
Use cases of Mcp Integration Suite
- AI-assisted creation of integration flows for cloud-to‑on‑premise scenarios
- Automating B2B trading partner setup and agreement configuration
- Troubleshooting deployment errors via AI‑driven tool calls
- Generating test IFlows to validate message mappings
- Exploring existing integration artifacts to reuse patterns
FAQ from Mcp Integration Suite
What artifacts does Mcp Integration Suite support?
The server directly supports integration flows (IFlows), packages, and message mappings. Script collections, data types (XSDs), and message types are not currently supported but may be included as IFlow resources.
What are the system requirements?
Node.js version 20 or higher is required because of native fetch. NPM is also needed.
Is Mcp Integration Suite production‑ready?
No – the server is marked as experimental. Use at your own risk.
How do I configure Mcp Integration Suite for my AI client?
Add a JSON entry to your client’s MCP config (e.g., for Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json). Set the command to node and the arguments to the built server’s dist/index.js path.
Does Mcp Integration Suite handle authentication?
The README does not specify authentication details. It requires a .env file (based on .env.example) for connecting to your SAP Integration Suite tenant.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ICSS
chokcoco不止于 CSS
评论