mcp-bw-modelling-api
Provides tools for exploring and querying SAP BW4/HANA modeling metadata, including InfoAreas, InfoObjects, ADSOs, CompositeProviders, and Queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bw-modelling-apiWhat InfoAreas are defined in the system?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server - SAP BW Modeling API
An MCP (Model Context Protocol) server that exposes SAP BW4/HANA modeling objects as tools via FastMCP. Allows AI assistants to explore and query your BW system's metadata: InfoAreas, InfoObjects, ADSOs, CompositeProviders, Queries, and more.
Prerequisites
Python 3.10+
Access to a SAP BW4/HANA system with the BW Modeling API enabled (
/sap/bw/modeling/)A SAP user with appropriate authorizations for the Modeling API
Related MCP server: bw-modeling-mcp
Installation
pip install -r requirements.txtConfiguration
The server is configured via environment variables:
Variable | Required | Description | Default |
| Yes | Base URL of the BW system (e.g. | — |
| Yes | SAP username | — |
| Yes | SAP password | — |
| No | SAP client number |
|
| No | Verify SSL certificates ( |
|
Running the Server
Standalone (stdio transport)
python server.pyWith FastMCP CLI
fastmcp run server.py:mcpHTTP transport
fastmcp run server.py:mcp --transport http --port 8000MCP Client Configuration
Add this to your MCP client config (e.g. .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"
}
}
}
}Available Tools
Tool | Description |
| Test connectivity to the BW system |
| Search for any BW object by name/type |
| List all InfoAreas (organizational folders) |
| List InfoObjects (characteristics, key figures) |
| List Advanced DataStore Objects |
| List CompositeProviders (HCPR) |
| List BEx/BW Queries |
| Get full metadata for any BW object |
| Get InfoObject properties |
| Get field list of an ADSO |
| Get data sources of a CompositeProvider |
| List all objects in an InfoArea |
Supported Object Types
Code | Object Type |
| 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