/
Fast MCP server for unified SAP docs search (SAPUI5, CAP, OpenUI5, wdi5) with BM25 full-text search
Server configuration and capabilities from the MCP manifest
Size: 2,397 bytes (600 tokens)
Tools Found: 5
Analysis ID: evlm44xs
This MCP server provides unified access to official SAP documentation, community content, and help portal resources.
Stars
Registry ID: 6d9592fe-b3ec-44ce-b2ce-ad889cdfe291
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: Apache License 2.0
Default Branch: main
Last Push: 9/20/2025
Open Issues: 4
Historical performance and growth metrics over time
{
"name": "mcp-sap-docs",
"tags": [
"SAPUI5",
"CAP",
"OpenUI5",
"wdi5",
"Documentation"
],
"tools": [
{
"name": "sap_docs_search",
"description": "Unified search across SAPUI5/CAP/OpenUI5 APIs & samples, wdi5, and more",
"input_schema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "The search query string."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "sap_community_search",
"description": "Real-time SAP Community posts with full content of top 3 results",
"input_schema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "The search query string."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"posts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"link": {
"type": "string"
},
"title": {
"type": "string"
},
"content": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "sap_help_search",
"description": "Comprehensive search across all SAP Help Portal documentation",
"input_schema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "The search query string."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
}
}
}
}
}
}
},
{
"name": "sap_docs_get",
"description": "Fetches full documents/snippets with smart formatting",
"input_schema": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The document ID to fetch."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"metadata": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
}
}
},
{
"name": "sap_help_get",
"description": "Retrieves complete SAP Help pages with metadata",
"input_schema": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The help page ID to retrieve."
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"metadata": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
}
}
}
],
"version": "0.3.11",
"categories": [
"Documentation",
"SAP",
"MCP"
],
"description": "Offline SAPUI5 & CAP documentation server with SAP Community, SAP Help Portal, and ABAP Keyword Documentation integration"
}Forks
Watchers
Contributors
Last Push: 9/20/2025
Open Issues: 4