MCP.so
ログイン

Mcp Integration Suite

@1nbuc

Mcp Integration Suite について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

1nbuc

投稿者

noah buchmann

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ