mcp-bw-modelling-api
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BW_CLIENT | No | SAP client number | 100 |
| BW_BASE_URL | Yes | Base URL of the BW system (e.g. `https://bw4hana.example.com`) | |
| BW_PASSWORD | Yes | SAP password | |
| BW_USERNAME | Yes | SAP username | |
| BW_VERIFY_SSL | No | Verify SSL certificates (`true`/`false`) | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_bw_objectsC | Search for BW modeling objects by name or description. |
| list_infoareasA | List all InfoAreas in the BW system. InfoAreas are organizational folders used to group BW objects. |
| list_infoobjectsB | List InfoObjects in the BW system. InfoObjects are the smallest units of information in BW (characteristics, key figures, time characteristics, units). |
| list_adsosC | List Advanced DataStore Objects (ADSOs) in the BW system. ADSOs are the primary data storage objects in BW4/HANA. |
| list_composite_providersA | List CompositeProviders (HCPRs) in the BW system. CompositeProviders combine multiple data sources (ADSOs, InfoObjects, Open ODS Views) for reporting via union or join. |
| list_queriesC | List BEx/BW Queries in the system. Queries are reporting definitions built on top of CompositeProviders or ADSOs. |
| get_object_detailsB | Get detailed metadata for a specific BW object. |
| get_adso_fieldsB | Get the field list (InfoObjects) of an Advanced DataStore Object. |
| get_composite_provider_partsB | Get the part providers (data sources) of a CompositeProvider. |
| get_infoobject_detailsC | Get detailed properties of an InfoObject (characteristic or key figure). |
| get_infoarea_contentsC | List all objects within a specific InfoArea. |
| check_connectionA | Test the connection to the BW system. Returns: Connection status with system info or error details. |
| get_transformation_detailsB | Get detailed metadata for a transformation including source, target, and rule information. |
| get_query_filtersA | Read the filter restrictions defined on a BW Query. Retrieves the query model from the BW Modeling API and extracts the global query filter: for each restricted characteristic it returns the fixed value ranges and/or the variable references that restrict it. Each filter is labelled with its BEx filter type (from usageType):
|
| get_query_structureC | List the characteristics and key figures used in a BW Query. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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