sap-mcp-server
Provides tools to query and search SAP business partner data via OData API (A_BusinessPartner entity set).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sap-mcp-servershow me business partners from Germany"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_BusinessPartnerentity set)Exposes two MCP tools:
get_business_partners(list partners) andsearch_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 transporttest_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.
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceTransforms 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.Last updated35128MIT
- AlicenseCqualityDmaintenanceTransforms 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.Last updated19356MIT
- Alicense-qualityDmaintenanceTransforms 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 updated351MIT
- Alicense-qualityBmaintenanceEnables AI assistants to manage SAP Cloud Integration (CPI) landscapes through natural language by exposing CPI OData APIs as MCP tools.Last updated11MIT
Related MCP Connectors
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Volshin/sap-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server