Skip to main content
Glama
shahidla

MCP Server for SAP OData v4

by shahidla

MCP Server for SAP OData v4

An MCP (Model Context Protocol) server that exposes SAP OData v4 actions as AI-callable tools. Designed to be used with MCP-compatible AI clients such as Claude.

Tools

Tool

Description

hello

Smoke test — returns a hello message

schedule_background_job

Calls a SAP OData v4 action with a given option

Related MCP server: SAP OData MCP Server

Setup

  1. Clone the repo:

git clone https://github.com/your-username/mcp.git
cd mcp
  1. Install dependencies:

npm install
  1. Copy .env.example to .env and fill in your SAP credentials:

cp .env.example .env
  1. Build the TypeScript source:

npm run build
  1. Start the MCP server:

npm start

Configuration

Variable

Description

SAP_URL

Base URL of your SAP OData v4 service

SAP_USER

SAP username

SAP_PASSWORD

SAP password

SAP_CLIENT

SAP client number (required)

SAP_ACTION_PATH

OData action path (e.g. your-namespace/your-namespace.your-service.ActionName)

Requirements

  • Node.js 18+

  • A SAP system exposing an OData v4 service

License

ISC

Install Server
F
license - not found
D
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    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.
    Last updated
    35
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to integrate with SAP systems via OData REST APIs for querying entity sets, performing CRUD operations, and executing function imports. It features automatic service discovery, CSRF token management, and smart connection handling without requiring the SAP RFC SDK.
    Last updated
    11
    12
  • F
    license
    -
    quality
    D
    maintenance
    Exposes SAP S/4HANA OData services as tools for LLMs, enabling users to list and create sales orders via the Model Context Protocol. It integrates with SAP BTP using the SAP Cloud SDK to provide secure access to enterprise data through natural language.
    Last updated
  • F
    license
    A
    quality
    C
    maintenance
    Enables interaction with SAP S/4HANA systems via OData, allowing service discovery, metadata exploration, field value retrieval, and CRUD operations through natural language.
    Last updated
    4
    5

View all related MCP servers

Related MCP Connectors

  • Reliable async execution for agent tool calls: schema gating, retries, idempotency, audit trail.

  • Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs.

  • Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shahidla/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server