Btp Sap Odata To MCP Server Optimized runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 24 Sep 2025.
Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
<script type="module" src="https://ui5.sap.com/@ui5/webcomponents/dist/Assets.js"></script>
reloadBtn.innerHTML = originalText;
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add btp-sap-odata-to-mcp-server-optimized -- npx -y btp-sap-odata-to-mcp-server
{
"mcpServers": {
"btp-sap-odata-to-mcp-server-optimized": {
"args": [
"-y",
"btp-sap-odata-to-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.btp-sap-odata-to-mcp-server-optimized]
command = "npx"
args = ["-y", "btp-sap-odata-to-mcp-server"]
{
"mcpServers": {
"btp-sap-odata-to-mcp-server-optimized": {
"args": [
"-y",
"btp-sap-odata-to-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"btp-sap-odata-to-mcp-server-optimized": {
"args": [
"-y",
"btp-sap-odata-to-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SAP_IAS_URL (URL of the SAP Identity Authentication Service tenant), SAP_IAS_CLIENT_ID (Client ID for the OAuth application in IAS), SAP_IAS_CLIENT_SECRET (Client Secret for the OAuth application in IAS), SAP_DESTINATION_NAME (Name of the BTP destination used for service discovery), ODATA_DISCOVERY_MODE (OData discovery mode: pattern, business, whitelist, or all), ODATA_INCLUDE_PATTERNS (Comma-separated patterns to include (pattern mode)), ODATA_EXCLUDE_PATTERNS (Comma-separated patterns to exclude (pattern mode)), PORT (The port on which the Express server will listen), NODE_ENV (The application's operating environment).
The author declared them in the registry entry; get the values from the project itself.
Scan an MCP server or agent config for injection, exfiltration, and risky capabilities.
Interactive LeetCode MCP server with authorization and solution submission capabilities
Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.
MCP server for Redmine API integration with AI agents.
MCP server for Backlog API integration with AI agents.
Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI.
MCP server for Godot game engine integration — control the Godot editor with AI
MCP server for Godot game engine integration — control the Godot editor with AI
Answers built from our own checks of this server.