# run.daslab/sap-abap-sql (npm · sap-abap-sql-mcp)

Checks and fixes ABAP Open SQL for SAP's ADT data-preview console. Connects to nothing.

- Trust score: 79/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-12

## Components

- npm · `sap-abap-sql-mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/run-daslab-sap-abap-sql/sap-abap-sql-mcp.md), [page](https://verifymcp.io/servers/run-daslab-sap-abap-sql/sap-abap-sql-mcp)

## Channel facts

- Registry: `npm`
- Package: `sap-abap-sql-mcp`
- Version: `0.3.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-12.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 107 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to daslabhq/sap-abap-sql-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 4 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 508 tokens (~127/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: the tool surface changed between 0.1.1 and 0.3.0: 1 tool removals, 0 breaking changes, 2 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add run-daslab-sap-abap-sql -- npx -y sap-abap-sql-mcp
```

### Codex

```bash
codex mcp add run-daslab-sap-abap-sql -- npx -y sap-abap-sql-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "run-daslab-sap-abap-sql": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "sap-abap-sql-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add run-daslab-sap-abap-sql --command npx --arg -y --arg sap-abap-sql-mcp
```

### Hermes

```yaml
mcp_servers:
  run-daslab-sap-abap-sql:
    command: "npx"
    args: ["-y", "sap-abap-sql-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "run-daslab-sap-abap-sql": {
      "command": "npx",
      "args": [
        "-y",
        "sap-abap-sql-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-12 (score 79, 0)

- [functional regression] Security disclosure: fail → unverified

### 2026-08-11 (score 79, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-08 (score 79, +10)

- [security regression] Stability: unverified → fail
- [security improvement] Provenance: fail → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [security] The attested source repository moved: daslabhq/sap-abap-sql-mcp
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Schema quality: pass → fail
- [functional] First check of Schema quality: unverified
- [functional] Package version: 0.1.1 → 0.3.0

### 2026-08-07 (score 69)

First indexed and scored.

## MCP tools (4)

### `abap_sql_prepare` (~72 tokens)

Prepare a statement before sending it

Call this before sending any SELECT to an SAP ADT data-preview console. Returns the statement to send, or refuses it and names what to change. Fixes the mechanical problems itself and enforces the console's 255-character ceiling.

Input parameters:

- `sql` (string, required): A single ABAP Open SQL SELECT statement.

### `abap_sql_explain` (~71 tokens)

Decode a statement the console rejected

The console rejected a statement and its error does not say why. Reports every dialect problem with the correction and a stable rule id, without rewriting anything. Use abap_sql_prepare instead when you just want a statement that works.

Input parameters:

- `sql` (string, required): A single ABAP Open SQL SELECT statement.

### `abap_sql_query` (~128 tokens)

Run a statement against a connected system

Prepare a SELECT and run it against the SAP system this server is configured for, returning rows. Only available when SAP_URL, SAP_USER and SAP_PASSWORD are set; without them the other tools still work. Read-only: the data-preview console cannot write. Results are capped at 5000 rows by the console, and a result at the cap is reported as truncated rather than returned as if complete.

Input parameters:

- `max_rows` (number): Rows to request, up to the console's hard cap of 5000.
- `sql` (string, required): A single ABAP Open SQL SELECT statement.

### `abap_sql_rules` (~40 tokens)

List the dialect rules

The five ways this dialect differs from standard SQL, each with the correct form. Also delivered in the server instructions, so you likely have them already.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/run-daslab-sap-abap-sql/sap-abap-sql-mcp#diagnostics

## Score history

- 2026-08-12: 79
- 2026-08-11: 79
- 2026-08-10: 79
- 2026-08-09: 79
- 2026-08-08: 79
- 2026-08-07: 69

## Links

- npm package: https://www.npmjs.com/package/sap-abap-sql-mcp
- Socket report: https://socket.dev/npm/package/sap-abap-sql-mcp
- Repository: https://github.com/daslabhq/sap-abap-sql-mcp
- Changelog RSS feed: https://verifymcp.io/servers/run-daslab-sap-abap-sql/sap-abap-sql-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/run-daslab-sap-abap-sql/sap-abap-sql-mcp.json
- HTML version of this page: https://verifymcp.io/servers/run-daslab-sap-abap-sql/sap-abap-sql-mcp
