SAP BTP MCP Server
Provides tools for managing SAP Business Technology Platform (BTP) infrastructure, including provisioning subaccounts, assigning role collections, listing users, regions, directories, entitlements, service instances, environment instances, and subscriptions, all via natural language commands.
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., "@SAP BTP MCP ServerCheck if my BTP session is still active using ping."
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.
π SAP BTP MCP Server
A professional Model Context Protocol (MCP) server providing a robust natural language interface for SAP Business Technology Platform (BTP).
Manage your cloud infrastructure, security, and entitlements conversationally through AI agents (Claude, Gemini, etc.) using your local btp CLI session.
π Key Features
Conversational Infrastructure: Provision subaccounts and assign roles using simple language.
Fail-Safe Design: Built-in timeouts, non-interactive execution, and resilient output parsing.
Secure by Design:
Runs entirely locally; no external credentials or tokens are stored.
Leverages your existing BTP CLI authentication (SSO/JWT).
Proactive Error Handling: Provides clear instructions when authentication expires or inputs are invalid.
Automatic Discovery: Intelligently locates the
btpbinary across Windows, macOS, and Linux.
Related MCP server: SAP OData to MCP Server
ποΈ Fail-Proof Architecture
This server is designed for mission-critical AI automation:
Intelligent Timeouts: Prevents "hanging" on long SAP BTP API operations with 60s/120s thresholds.
Deep JSON Recovery: Automatically extracts valid data even if the CLI returns mixed output or warnings.
Input Validation: Pre-validates technical IDs (GUIDs) and Emails to prevent unnecessary CLI failures.
Non-Interactivity: Guaranteed non-blocking execution using CI-mode environments and null-input piping.
π Prerequisites
SAP BTP CLI: Installed and in your system
PATH.Active Session: You must be logged in. Verify with:
btp list accounts/global-accountPython 3.10+: Ensure a modern Python environment.
π οΈ Installation
Using uv (Recommended)
uv tool install --from . btp-mcp-serverUsing pip
pip install .βοΈ Configuration
Add the following to your MCP client config (e.g., claude_desktop_config.json):
Using uv (Fastest)
{
"mcpServers": {
"btp": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/BTP MCP Server",
"run",
"btp-mcp-server"
]
}
}
}Using Python
{
"mcpServers": {
"btp": {
"command": "python3",
"args": ["-m", "btp_mcp_server"],
"env": { "PYTHONPATH": "/absolute/path/to/BTP MCP Server/src" }
}
}
}π§ Available Tools
Category | Tool | Description |
System |
| Checks CLI health and login status. |
| Run any generic BTP CLI command. | |
Accounts |
| List all accessible subaccounts. |
| Provision a new subaccount with validation. | |
| Permanent deletion of a subaccount. | |
| List available technical regions (us10, eu10, etc). | |
| List directories in the global account. | |
Security |
| List global account users. |
| Grant roles (e.g., Admin) to a user. | |
Resources |
| Check available service plans/quotas. |
| Remove an assigned entitlement from a subaccount. | |
| List active services in a subaccount. | |
| List environments like Cloud Foundry or Kyma. | |
| List SaaS application subscriptions. |
π¬ Usage Examples
"Check if my BTP session is still active using ping."
"Show me all subaccounts in region eu10."
"Assign the 'Subaccount Admin' role to colleague@example.com."
"Create a development subaccount named 'Internal-Alpha' in us10."
π Troubleshooting
Authentication Error (β AUTHENTICATION ERROR) If you see this, your BTP CLI session has expired.
Clear the error in the AI chat.
Run
btp loginin your terminal.Refresh the AI session.
CLI Not Found (β οΈ BTP CLI not found)
Ensure btp is in your PATH. On macOS/Linux, try ln -s /path/to/btp /usr/local/bin/btp.
ποΈ System Design
The server follows a layered architecture to ensure separation of concerns and maximum stability:
Tool Layer (
server.py): UsesFastMCPto register Python functions as MCP tools. Implements strict Pydantic validation and maps technical exceptions to human-readable markdown tips.Service Layer (
btp_cli.py): Orchestrates command execution. Manages the state of the CLI path, handles binary auto-discovery, and implements the "Deep JSON Recovery" algorithm.Execution Layer (
subprocess): Interacts directly with the OS. Uses hardened environments (CI=true) and standard error redirection to maintain security and non-interactivity.Utility Layer (
utils.py): Centralizes cross-cutting concerns like logging tostderrand custom domain-specific exceptions.
π Control Flow
Request Intake: The AI client (e.g., Antigravity) sends a JSON-RPC request to a registered tool (e.g.,
btp_list_subaccounts).Pre-Validation: The Tool Layer hydrates parameters and performs regex-based technical validation (IDs/GUIDs).
Execution: The Service Layer constructs a safe CLI command, injecting
--format jsonas a global prefix.Retry & Recovery:
If the command times out, it retries with exponential backoff.
If the output contains warnings + JSON, the "Deep Recovery" engine extracts the valid payload.
Error Mapping: If the CLI returns "Session Expired", the decorator catches it and provides the user with an exact
btp logincommand for their specific binary path.Structured Response: The final JSON payload is beautified and returned to the AI as a markdown-formatted string.
π License
MIT License.
π€ Author
Kallol Chakraborty - @kallolchakraborty
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
- Alicense-qualityDmaintenanceTransforms SAP S/4HANA or ECC systems into conversational AI interfaces by exposing all OData services as dynamic MCP tools. Enables natural language interactions with ERP data for querying, creating, updating, and deleting business entities through SAP BTP integration.56128MIT
- AlicenseCqualityDmaintenanceTransforms SAP S/4HANA or ECC systems into conversational AI interfaces by exposing all OData services as dynamic MCP tools. Enables natural language interactions with ERP data including querying, creating, updating, and deleting entities through SAP BTP integration.19566MIT
- Alicense-qualityCmaintenanceEnables AI assistants to manage SAP Business Data Cloud operations including data shares, Delta Sharing, and data product publishing through an MCP interface.11MIT
- AlicenseAqualityCmaintenanceConnects AI agents to SAP BTP platform APIs for service discovery, instance management, and destination queries via natural language.51MIT
Related MCP Connectors
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Create and manage AI agents that collaborate and solve problems through natural language interactiβ¦
Official Microsoft MCP Server to query Microsoft Entra data using natural language
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/kallolchakraborty/btp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server