by lemaiwo · MCP Server · ★ 127
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
SAP OData to MCP Server for BTP🚀 🎯 Project Goal Transform your SAP S/4HANA or ECC system into a conversational AI interface by exposing all OData services as dynamic MCP tools. This enables natural language interactions with your ERP data: "Show me 10 banks" → Automatically queries the Bank entity with $top=10 "Update bank with ID 1 to have street number 5" → Executes PATCH operation on Bank entity "Create a new customer with name John Doe" → Performs POST to Customer entity "List all purchase orders from this week" → Applies $filter for date range on PurchaseOrder entity 🏗️ Architecture Overview - 3-Level Progressive Discovery Core Components: 🔍 Level 1 - Discovery: Lightweight search returning minimal service/entity lists (token-optimized) 📋 Level 2 - Metadata: Full schema details on-demand for selected entities ⚡ Level 3 - Execution: Authenticated CRUD operations usin
| Stars | 127 |
| Forks | 60 |
| Language | TypeScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 63.1633265101091/100 |
| Open Issues | 11 |
| Last Updated | 2026-05-22 |
| Created | 2025-09-03 |
| Platforms | mcp, node |
| Est. Tokens | ~260k |
These tools work well together with btp-sap-odata-to-mcp-server for enhanced workflows:
Explore other popular mcp server tools:
btp-sap-odata-to-mcp-server is BTP CloudFoundry Node.js MCP server for SAP OData services integration. It is categorized as a MCP Server with 127 GitHub stars.
btp-sap-odata-to-mcp-server is primarily written in TypeScript.
You can find installation instructions and usage details in the btp-sap-odata-to-mcp-server GitHub repository at github.com/lemaiwo/btp-sap-odata-to-mcp-server. The project has 127 stars and 60 forks, indicating an active community.
btp-sap-odata-to-mcp-server is released under the MIT license, making it free to use and modify according to the license terms.