mcpbeat Sign in

Btp Sap Odata To MCP Server Optimized

by raistlin82 Your server? Claim it
local only

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

Installs per day peak 28 · avg 8 · +18% w/w
a month agotoday
21
Installs / week
npm · btp-sap-odata-to-mcp-server
6
Stars
0 open issues
24 Sep 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

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>
Page executes code built at runtime src/public/admin.html:689
                reloadBtn.innerHTML = originalText;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add btp-sap-odata-to-mcp-server-optimized -- npx -y btp-sap-odata-to-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "btp-sap-odata-to-mcp-server-optimized": {
      "args": [
        "-y",
        "btp-sap-odata-to-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.btp-sap-odata-to-mcp-server-optimized]
command = "npx"
args = ["-y", "btp-sap-odata-to-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "btp-sap-odata-to-mcp-server-optimized": {
      "args": [
        "-y",
        "btp-sap-odata-to-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Btp Sap Odata To MCP Server Optimized

same job, measured the same way
Heimdall
by caglarbozkurt

Scan an MCP server or agent config for injection, exfiltration, and risky capabilities.

42 installs/wk local only
Interactive Leetcode MCP
by sperekrestova

Interactive LeetCode MCP server with authorization and solution submission capabilities

102 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
MCP Backlog
by vfa-khuongdv

MCP server for Backlog API integration with AI agents.

30 installs/wk local only
CData Connect AI
by cdata

Cloud-hosted MCP server for secure AI access to enterprise data sources via CData Connect AI.

answering
Godot MCP
by tomyud1

MCP server for Godot game engine integration — control the Godot editor with AI

462 installs/wk local only
Godot MCP Bridge
by tomaslucasutn

MCP server for Godot game engine integration — control the Godot editor with AI

234 installs/wk local only

Btp Sap Odata To MCP Server Optimized — questions

Answers built from our own checks of this server.

Why is there no uptime for Btp Sap Odata To MCP Server Optimized?
Btp Sap Odata To MCP Server Optimized runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package btp-sap-odata-to-mcp-server was installed 21 times last week.
How do I connect Btp Sap Odata To MCP Server Optimized?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls btp-sap-odata-to-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Btp Sap Odata To MCP Server Optimized?
The npm package btp-sap-odata-to-mcp-server was installed 21 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Btp Sap Odata To MCP Server Optimized open source?
Yes — it is published under the MIT licence, written in TypeScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.