sap-mcp-server

Livelocksap/sap-mcp-server
★ 0 stars Python AI/LLM Updated 6d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sap-mcp-server": {
      "command": "uvx",
      "args": [
        "sap-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install sap-mcp-server

README Excerpt

A custom MCP (Model Context Protocol) server connecting Claude to SAP S/4HANA via standard published OData APIs. Built as a proof of concept for **Autonomous ERP** — demonstrating that AI agents can operate SAP transactional processes without SAP Joule, BTP, or a cloud migration. - Reads stock levels from SAP

Tools (6)

API_BUSINESS_PARTNERAPI_MATERIAL_STOCK_SRVAPI_PRODUCT_SRVAPI_PURCHASEORDER_PROCESS_SRVAPI_PURCHASEREQ_PROCESS_SRVAPI_SALES_ORDER_SRV