VOOZH about

URL: https://glama.ai/mcp/servers/ethanhan2014/sap-help-mcp

⇱ sap-help-mcp by ethanhan2014 | Glama


sap-help-mcp

An MCP (Model Context Protocol) server for searching SAP Help Portal documentation. Enables AI assistants to search, browse, and retrieve SAP documentation programmatically.

Tools

Tool

Description

sap_help_search

Keyword search across all SAP Help Portal documentation

sap_help_semantic_search

AI-powered semantic search for natural language questions

sap_help_list_products

List all available SAP products with IDs for filtering

sap_help_get_page

Fetch and extract clean text content from a specific help page

Related MCP server: BelugaMCP

Setup

npm install
npm run build

Usage with Claude Code

Add to your Claude Code MCP config (.claude.json):

{
 "mcpServers": {
 "sap-help": {
 "command": "node",
 "args": ["/path/to/sap-help-mcp/dist/index.js"]
 }
 }
}

Deploy to SAP BTP Cloud Foundry

npm run build
cf push

The app deploys using manifest.yml and starts the HTTP transport on the CF-assigned port.

Connect to deployed server

{
 "mcpServers": {
 "sap-help": {
 "type": "url",
 "url": "https://<your-cf-app-url>/mcp"
 }
 }
}

Run HTTP server locally

npm run build
npm run start:http # starts on port 8080

Examples

Keyword search:

Search for "SD pricing configuration" filtered by S/4HANA

Semantic search:

"How do I configure batch jobs in SAP AI Core?"

Browse products:

List all SAP products to find the right product ID filter

Fetch a page:

Get the full content of a specific help page URL from search results

Tech Stack

  • TypeScript

  • MCP SDK

  • Axios for HTTP

  • Zod for input validation

License

MIT

A
license - permissive license
-
quality - not tested
D
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.

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/ethanhan2014/sap-help-mcp'

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