Skip to main content
Glama
Volshin

sap-mcp-server

by Volshin

SAP MCP Server

Prototype MCP (Model Context Protocol) server that exposes SAP OData APIs as tools for LLM agents, allowing Claude to query and search SAP business partner data through natural language.

What it does

  • Connects to a SAP system via OData API (A_BusinessPartner entity set)

  • Exposes two MCP tools: get_business_partners (list partners) and search_partner (lookup by ID)

  • Runs as an MCP server over SSE (Server-Sent Events) transport

  • Includes a test script demonstrating Claude calling the tools end-to-end

Related MCP server: SAP OData to MCP Server

Stack

Python, MCP SDK, Starlette, Uvicorn, Anthropic API, SAP OData

Structure

  • sap_client.py — SAP OData API client (business partner retrieval and search)

  • server.py — MCP server exposing SAP client methods as tools, SSE transport

  • test_mcp.py — test script calling the tools via Claude

Setup

Requires a .env file with SAP_API_KEY, SAP_BASE_URL, and CLAUDE_API_KEY (not included).

Status

Prototype / proof of concept, built while exploring SAP + AI agent integration patterns.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Transforms SAP S/4HANA or ECC systems into conversational AI interfaces by exposing all OData services as dynamic MCP tools. Enables natural language interactions with ERP data for querying, creating, updating, and deleting business entities through SAP BTP integration.
    26 npm
    132
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Transforms SAP S/4HANA or ECC systems into conversational AI interfaces by exposing all OData services as dynamic MCP tools. Enables natural language interactions with ERP data including querying, creating, updating, and deleting entities through SAP BTP integration.
    19
    26 npm
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Transforms SAP S/4HANA or ECC systems into conversational AI interfaces by exposing OData services as dynamic MCP tools. Enables natural language interactions with ERP data for querying, creating, updating, and deleting business entities.
    26 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to manage SAP Cloud Integration (CPI) landscapes through natural language by exposing CPI OData APIs as MCP tools.
    12
    MIT