mcp-bw-modelling-api
MCP Server - SAP BW Modeling API
SAP BW4/HANA のモデリングオブジェクトを FastMCP 経由でツールとして公開する MCP (Model Context Protocol) サーバーです。AI アシスタントが BW システムのメタデータ (InfoAreas、InfoObjects、ADSOs、CompositeProviders、Queries など) を探索および照会できるようにします。
前提条件
Python 3.10+
BW Modeling API が有効な SAP BW4/HANA システムへのアクセス (
/sap/bw/modeling/)Modeling API に対する適切な認可を持つ SAP ユーザー
Related MCP server: bw-modeling-mcp
インストール
pip install -r requirements.txt設定
サーバーは環境変数で設定されます。
変数 | 必須 | 説明 | デフォルト |
| はい | BW システムのベース URL (例: | — |
| はい | SAP ユーザー名 | — |
| はい | SAP パスワード | — |
| いいえ | SAP クライアント番号 |
|
| いいえ | SSL 証明書を検証する ( |
|
サーバーの実行
スタンドアロン (stdio トランスポート)
python server.pyFastMCP CLI を使用
fastmcp run server.py:mcpHTTP トランスポート
fastmcp run server.py:mcp --transport http --port 8000MCP クライアント設定
これを MCP クライアント設定 (例: .kiro/settings/mcp.json) に追加します:
{
"mcpServers": {
"bw-modeling": {
"command": "python",
"args": ["path/to/server.py"],
"env": {
"BW_BASE_URL": "https://your-bw-system.example.com",
"BW_USERNAME": "your_user",
"BW_PASSWORD": "your_password",
"BW_CLIENT": "100"
}
}
}
}利用可能なツール
ツール | 説明 |
| BW システムへの接続をテストします |
| 名前/タイプで任意の BW オブジェクトを検索します |
| すべての InfoAreas (組織フォルダー) を一覧表示します |
| InfoObjects (特性、キー数値) を一覧表示します |
| Advanced DataStore Objects を一覧表示します |
| CompositeProviders (HCPR) を一覧表示します |
| BEx/BW クエリを一覧表示します |
| 任意の BW オブジェクトの完全なメタデータを取得します |
| InfoObject のプロパティを取得します |
| ADSO のフィールドリストを取得します |
| CompositeProvider のデータソースを取得します |
| InfoArea 内のすべてのオブジェクトを一覧表示します |
サポートされているオブジェクトタイプ
コード | オブジェクトタイプ |
| InfoArea |
| InfoObject |
| DataStore Object (advanced) |
| CompositeProvider |
| Query |
| Transformation |
| Data Transfer Process |
| MultiProvider |
| DataStore Object (classic) |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to integrate with SAP systems via OData REST APIs for querying entity sets, performing CRUD operations, and executing function imports. It features automatic service discovery, CSRF token management, and smart connection handling without requiring the SAP RFC SDK.1112
- AlicenseAqualityAmaintenanceEnables AI assistants to read, create, and modify SAP BW/4HANA modeling objects via the internal REST API, including aDSOs, InfoObjects, transformations, DTPs, queries, and more.9935857MIT
- FlicenseAqualityCmaintenanceEnables interaction with SAP S/4HANA systems via OData, allowing service discovery, metadata exploration, field value retrieval, and CRUD operations through natural language.45
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with SAP Datasphere for data exploration, querying, and administration via 49 tools.1
Related MCP Connectors
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities…
Run SOQL queries against your Salesforce org to retrieve records and insights. Explore objects, fi…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/felipetomazzi-source/mcp-bw-modelling-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server