Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.fr0ster/mcp-abap-adt

NPM · @MCP-ABAP-ADT/CORE · SCANNED AUG 3

MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP

Available components

+22 this week 67 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security89
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (206 of 207), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (206 of 207), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability65
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 22728 tokens (~110/item across 205 items; 205 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @mcp-abap-adt/core

# add to Claude Code
claude mcp add fr0ster-mcp-abap-adt -- npx -y @mcp-abap-adt/core
# add to Codex CLI
codex mcp add fr0ster-mcp-abap-adt -- npx -y @mcp-abap-adt/core
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fr0ster-mcp-abap-adt": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mcp-abap-adt/core"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add fr0ster-mcp-abap-adt --command npx --arg -y --arg @mcp-abap-adt/core
# ~/.hermes/config.yaml
mcp_servers:
  fr0ster-mcp-abap-adt:
    command: "npx"
    args: ["-y", "@mcp-abap-adt/core"]
// mcp.json
{
  "mcpServers": {
    "fr0ster-mcp-abap-adt": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-abap-adt/core"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +61
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −14
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 31 Jul 26 +14
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −61
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Provenance: fail → unverified security
    • Install scripts: pass → unverified security
    • Dependency health: partial → unverified functional
    • License: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Maintenance: pass → unverified functional
    • Licence: MIT functional
  • 29 Jul 26 +41
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −19
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 45

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@mcp-abap-adt/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 206 packages

206 packages in the resolved dependency tree · 191 deprecated · 63 stale · 1 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 205 exposed · ~22,728 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
UpdateServiceDefinition ~137

Operation: Update, Create. Subject: ServiceDefinition. Will be useful for updating or creating service definition. Update source code of an existing ABAP service definition. Locks, updates, unlocks, and optionally activates.

NameTypeReqDescription
activatebooleanActivate service definition after update. Default: true.
service_definition_namestringyesService definition name (e.g., ZSD_MY_SERVICE). Must exist in the system.
source_codestringyesComplete service definition source code.
transport_requeststringTransport request number (e.g., E19K905635). Optional if object is local or already in transport.

No output schema declared.

No examples provided.

UpdateStructure ~192

Operation: Update, Create. Subject: Structure. Will be useful for updating or creating structure. Update DDL source code of an existing ABAP structure. Locks, updates, unlocks, and optionally activates.

NameTypeReqDescription
activatebooleanActivate structure after source update. Default: true.
ddl_codestringyesComplete DDL source code for structure. Example: '@EndUserText.label : \'My Structure\' @AbapCatalog.tableCategory : #TRANSPARENT define structure zz_s_test_001 { client : abap.clnt not null; id : ab…
structure_namestringyesStructure name (e.g., ZZ_S_TEST_001). Structure must already exist.
transport_requeststringTransport request number (e.g., E19K905635). Optional if object is local or already in transport.

No output schema declared.

No examples provided.

UpdateTable ~193

Operation: Update, Create. Subject: Table. Will be useful for updating or creating table. Update DDL source code of an existing ABAP table. Locks, updates, unlocks, and optionally activates.

NameTypeReqDescription
activatebooleanActivate table after source update. Default: true.
ddl_codestringyesComplete DDL source code for table. Example: '@EndUserText.label : \'My Table\' @AbapCatalog.tableCategory : #TRANSPARENT define table ztst_table { key client : abap.clnt not null; key id : abap.char…
table_namestringyesTable name (e.g., ZZ_TEST_TABLE_001). Table must already exist.
transport_requeststringTransport request number (e.g., E19K905635). Optional if object is local or already in transport.

No output schema declared.

No examples provided.

UpdateUnitTest ~53

Update an ABAP Unit test run. Note: ADT does not support updating unit test runs and will return an error.

NameTypeReqDescription
run_idstringyesRun identifier returned by CreateUnitTest/RunUnitTest.

No output schema declared.

No examples provided.

ValidateServiceBinding ~103

Validate service binding parameters (name, service definition, package, version) via ADT validation endpoint.

NameTypeReqDescription
descriptionstringOptional description used during validation.
package_namestringABAP package for the binding.
service_binding_namestringyesService binding name to validate.
service_binding_versionstringService binding version (for example: 1.0).
service_definition_namestringyesService definition linked to binding.

No output schema declared.

No examples provided.