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
DeleteClass ~84

Delete an ABAP class from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
class_namestringyesClass name (e.g., ZCL_MY_CLASS).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteDataElement ~88

Delete an ABAP data element from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
data_element_namestringyesData element name (e.g., Z_MY_DATA_ELEMENT).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteDdl ~86

Delete a DDL source from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
ddl_namestringyesDDL source name (e.g., Z_MY_VIEW).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteDomain ~83

Delete an ABAP domain from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
domain_namestringyesDomain name (e.g., Z_MY_DOMAIN).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteFunctionGroup ~88

Delete an ABAP function group from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
function_group_namestringyesFunctionGroup name (e.g., Z_MY_FUNCTIONGROUP).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteFunctionInclude ~125

Delete an ABAP function group include from the SAP system. Note: function module includes must be deleted via the Function Builder; the backend rejects such deletions. Transport request optional for $TMP objects.

NameTypeReqDescription
function_group_namestringyesFunction group name containing the include (e.g., Z_MY_FG).
include_namestringyesInclude name (e.g., LZ_MY_FGF01).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteFunctionModule ~112

Delete an ABAP function module from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
function_group_namestringyesFunctionGroup name containing the function module (e.g., Z_MY_FUNCTIONGROUP).
function_module_namestringyesFunctionModule name (e.g., Z_MY_FUNCTIONMODULE).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteInterface ~83

Delete an ABAP interface from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
interface_namestringyesInterface name (e.g., Z_MY_INTERFACE).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteLocalDefinitions ~83

Delete local definitions from an ABAP class by clearing the definitions include. Manages lock, update, unlock, and optional activation.

NameTypeReqDescription
activate_on_deletebooleanActivate parent class after deleting. Default: false
class_namestringyesParent class name (e.g., ZCL_MY_CLASS).
transport_requeststringTransport request number.

No output schema declared.

No examples provided.

DeleteLocalMacros ~100

Delete local macros from an ABAP class by clearing the macros include. Manages lock, update, unlock, and optional activation. Note: Macros are supported in older ABAP versions but not in newer ones.

NameTypeReqDescription
activate_on_deletebooleanActivate parent class after deleting. Default: false
class_namestringyesParent class name (e.g., ZCL_MY_CLASS).
transport_requeststringTransport request number.

No output schema declared.

No examples provided.

DeleteLocalTestClass ~98

Delete a local test class from an ABAP class by clearing the testclasses include. Manages lock, update, unlock, and optional activation of parent class.

NameTypeReqDescription
activate_on_deletebooleanActivate parent class after deleting test class. Default: false
class_namestringyesParent class name (e.g., ZCL_MY_CLASS).
transport_requeststringTransport request number (required for transportable objects).

No output schema declared.

No examples provided.

DeleteLocalTypes ~83

Delete local types from an ABAP class by clearing the implementations include. Manages lock, update, unlock, and optional activation.

NameTypeReqDescription
activate_on_deletebooleanActivate parent class after deleting. Default: false
class_namestringyesParent class name (e.g., ZCL_MY_CLASS).
transport_requeststringTransport request number.

No output schema declared.

No examples provided.

DeleteMessageClass ~104

Delete an ABAP message class (MSAG) and all of its messages from the SAP system. Includes a deletion check before the actual deletion. Transport request required for transportable objects, optional for local ($TMP).

NameTypeReqDescription
message_class_namestringyesMessage class name (e.g., ZMY_MSGS).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects, optional for local ($TMP).

No output schema declared.

No examples provided.

DeleteMessageClassMessage ~122

Operation: Delete. Subject: a single message inside a Message Class (MSAG). Remove one message (by number) from an ABAP message class (T100), keeping the class and its other messages. Transport request required for transportable objects.

NameTypeReqDescription
message_class_namestringyesParent message class name (e.g., ZMY_MSGS).
msgnostringyesMessage number to delete (e.g., "001").
transport_requeststringTransport request number. Required for transportable objects, optional for local ($TMP).

No output schema declared.

No examples provided.

DeleteMetadataExtension ~89

Delete an ABAP metadata extension from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
metadata_extension_namestringyesMetadataExtension name (e.g., Z_MY_METADATAEXTENSION).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteServiceBinding ~58

Delete ABAP service binding via ADT Business Services endpoint.

NameTypeReqDescription
response_formatstring
service_binding_namestringyesService binding name to delete.
transport_requeststringOptional transport request for deletion transport flow.

No output schema declared.

No examples provided.

DeleteServiceDefinition ~89

Delete an ABAP service definition from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
service_definition_namestringyesServiceDefinition name (e.g., Z_MY_SERVICEDEFINITION).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteStructure ~83

Delete an ABAP structure from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
structure_namestringyesStructure name (e.g., Z_MY_STRUCTURE).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteTable ~83

Delete an ABAP table from the SAP system. Includes deletion check before actual deletion. Transport request optional for $TMP objects.

NameTypeReqDescription
table_namestringyesTable name (e.g., Z_MY_TABLE).
transport_requeststringTransport request number (e.g., E19K905635). Required for transportable objects. Optional for local objects ($TMP).

No output schema declared.

No examples provided.

DeleteUnitTest ~53

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

NameTypeReqDescription
run_idstringyesRun identifier returned by CreateUnitTest/RunUnitTest.

No output schema declared.

No examples provided.

DescribeByList ~87

[read-only] Batch description for a list of ABAP objects. Input: objects: Array<{ name: string, type?: string }>. Each object may be of type: PROG/P, FUGR, PROG/I, CLAS/OC, FUGR/FC, INTF/OI, TABLE, STRUCTURE, etc.

NameTypeReqDescription
objectsarrayyes

No output schema declared.

No examples provided.

GetAbapAST ~43

[read-only] Parse ABAP code and return AST (Abstract Syntax Tree) in JSON format.

NameTypeReqDescription
codestringyesABAP source code to parse

No output schema declared.

No examples provided.

GetAbapSemanticAnalysis ~46

[read-only] Perform semantic analysis on ABAP code and return symbols, types, scopes, and dependencies.

NameTypeReqDescription
codestringyesABAP source code to analyze

No output schema declared.

No examples provided.

GetAbapSystemSymbols ~53

[read-only] Resolve ABAP symbols from semantic analysis with SAP system information including types, scopes, descriptions, and packages.

NameTypeReqDescription
codestringyesABAP source code to analyze and resolve symbols for

No output schema declared.

No examples provided.

GetAdtTypes ~86

[read-only] Retrieve all valid ADT object types (CLAS, TABL, PROG, DEVC, FUGR, INTF, DDLS, DTEL, DOMA, SRVD, SRVB, BDEF, DDLX, etc.) or validate a specific type name.

NameTypeReqDescription
validate_typestringType name to validate (optional)

No output schema declared.

No examples provided.

GetBehaviorDefinition ~76

Retrieve ABAP behavior definition definition. Supports reading active or inactive version.

NameTypeReqDescription
behavior_definition_namestringyesBehaviorDefinition name (e.g., Z_MY_BEHAVIORDEFINITION).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetBehaviorDefinitionVersionDiff ~93

[read-only] Compute a unified diff between two RAP behavior definition versions, by their content_uris (taken from GetBehaviorDefinitionVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetBehaviorDefinitionVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetBehaviorDefinitionVersions entry).

No output schema declared.

No examples provided.

GetBehaviorDefinitionVersions ~85

[read-only] List the SAP version history of a RAP behavior definition. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetBehaviorDefinitionVersionSource.

NameTypeReqDescription
behavior_definition_namestringyesRAP behavior definition name.

No output schema declared.

No examples provided.

GetBehaviorDefinitionVersionSource ~59

[read-only] Fetch the source of a specific RAP behavior definition version by its content_uri (taken from a GetBehaviorDefinitionVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetBehaviorDefinitionVersions entry.

No output schema declared.

No examples provided.

GetBehaviorImplementation ~77

Retrieve ABAP behavior implementation definition. Supports reading active or inactive version.

NameTypeReqDescription
behavior_implementation_namestringyesBehaviorImplementation name (e.g., Z_MY_BEHAVIORIMPLEMENTATION).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetCdsUnitTest ~41

Retrieve CDS unit test run status and result for a previously started run_id.

NameTypeReqDescription
run_idstringyesRun identifier returned by unit test run.

No output schema declared.

No examples provided.

GetCdsUnitTestResult ~71

Retrieve CDS unit test run result for a run_id.

NameTypeReqDescription
formatstringResult format: abapunit or junit.
run_idstringyesRun identifier returned by unit test run.
with_navigation_urisbooleanInclude navigation URIs in result if supported.

No output schema declared.

No examples provided.

GetCdsUnitTestStatus ~55

Retrieve CDS unit test run status for a run_id.

NameTypeReqDescription
run_idstringyesRun identifier returned by unit test run.
with_long_pollingbooleanEnable long polling while waiting for status.

No output schema declared.

No examples provided.

GetClass ~70

Retrieve ABAP class source code. Supports reading active or inactive version.

NameTypeReqDescription
class_namestringyesClass name (e.g., ZCL_MY_CLASS).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetClassVersionDiff ~89

[read-only] Compute a unified diff between two ABAP class versions, by their content_uris (taken from GetClassVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetClassVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetClassVersions entry).

No output schema declared.

No examples provided.

GetClassVersions ~82

[read-only] List the SAP version history of a ABAP class. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetClassVersionSource.

NameTypeReqDescription
class_namestringyesABAP class name.

No output schema declared.

No examples provided.

GetClassVersionSource ~56

[read-only] Fetch the source of a specific ABAP class version by its content_uri (taken from a GetClassVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetClassVersions entry.

No output schema declared.

No examples provided.

GetDataElement ~73

Retrieve ABAP data element definition. Supports reading active or inactive version.

NameTypeReqDescription
data_element_namestringyesData element name (e.g., Z_MY_DATA_ELEMENT).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetDataElementVersionDiff ~94

[read-only] Compute a unified diff between two ABAP data element versions, by their content_uris (taken from GetDataElementVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetDataElementVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetDataElementVersions entry).

No output schema declared.

No examples provided.

GetDataElementVersions ~87

[read-only] List the SAP version history of a ABAP data element. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetDataElementVersionSource.

NameTypeReqDescription
data_element_namestringyesABAP data element name.

No output schema declared.

No examples provided.

GetDataElementVersionSource ~60

[read-only] Fetch the source of a specific ABAP data element version by its content_uri (taken from a GetDataElementVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetDataElementVersions entry.

No output schema declared.

No examples provided.

GetDdl ~73

Retrieve ABAP DDL source definition. Supports reading active or inactive version.

NameTypeReqDescription
ddl_namestringyesDDL source name (e.g., Z_MY_VIEW).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetDdlVersionDiff ~96

[read-only] Compute a unified diff between two CDS view (DDL source) versions, by their content_uris (taken from GetDdlVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetDdlVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetDdlVersions entry).

No output schema declared.

No examples provided.

GetDdlVersions ~89

[read-only] List the SAP version history of a CDS view (DDL source). Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetDdlVersionSource.

NameTypeReqDescription
ddl_namestringyesCDS view (DDL source) name.

No output schema declared.

No examples provided.

GetDdlVersionSource ~62

[read-only] Fetch the source of a specific CDS view (DDL source) version by its content_uri (taken from a GetDdlVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetDdlVersions entry.

No output schema declared.

No examples provided.

GetDomain ~68

Retrieve ABAP domain definition. Supports reading active or inactive version.

NameTypeReqDescription
domain_namestringyesDomain name (e.g., Z_MY_DOMAIN).
versionstringVersion to read: "active" (default) for deployed version, "inactive" for modified but not activated version.

No output schema declared.

No examples provided.

GetDomainVersionDiff ~89

[read-only] Compute a unified diff between two ABAP domain versions, by their content_uris (taken from GetDomainVersions entries).

NameTypeReqDescription
content_uri_fromstringyesOpaque content_uri of the OLD/base version (from a GetDomainVersions entry).
content_uri_tostringyesOpaque content_uri of the NEW/compare version (from a GetDomainVersions entry).

No output schema declared.

No examples provided.

GetDomainVersions ~82

[read-only] List the SAP version history of a ABAP domain. Returns each version with its versionId, author, updatedAt, title, the transportRequest (and transportDescription) that produced it when available, and an opaque content_uri to fetch that version's source via GetDomainVersionSource.

NameTypeReqDescription
domain_namestringyesABAP domain name.

No output schema declared.

No examples provided.

GetDomainVersionSource ~56

[read-only] Fetch the source of a specific ABAP domain version by its content_uri (taken from a GetDomainVersions entry).

NameTypeReqDescription
content_uristringyesOpaque content_uri taken from a GetDomainVersions entry.

No output schema declared.

No examples provided.

GetEnhancementImpl ~60

[read-only] Retrieve source code of a specific enhancement implementation by its name and enhancement spot.

NameTypeReqDescription
enhancement_namestringyes[read-only] Name of the enhancement implementation
enhancement_spotstringyesName of the enhancement spot

No output schema declared.

No examples provided.