Skip to main content
Glama

SAP Hybris C4C MCP Server by CData

Official
MIT License
  • Linux
  • Apple
UrlUtil.java397 B
package com.cdata.mcp; import java.net.URL; import java.net.URLDecoder; import java.net.URLEncoder; import java.nio.charset.Charset; public class UrlUtil { public static String encode(String part) { return URLEncoder.encode(part, Charset.defaultCharset()); } public static String decode(String part) { return URLDecoder.decode(part, Charset.defaultCharset()); } }

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/CDataSoftware/sap-hybris-c4c-mcp-server-by-cdata'

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