Learn MCP deployment on SAP BTP and try basic tool calls.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "learning-mcp-server" yet — see the docs or source repo.
Connect to learning-mcp-server and call the add tool with 12 and 30, then return the result.
Returns the sum of the two numbers, such as 42.
Call the echo tool with “Did the deployment test succeed?” and return the same text unchanged.
Returns exactly the same input text to verify service connectivity.
Call the current_time tool and tell me the current server time, including timezone information if available.
Returns the current time, useful for confirming runtime status and environment setup.
An educational MCP server for math, time lookup, and text analysis.
Get the current server time for app debugging and basic time retrieval.
A sample MCP server for exploring resources, tools, prompts, and integrations.
A modular MCP tool for echo, system info, time, math, and file reading.
Use basic MCP tools for time, math, strings, UUIDs, and tool discovery.
Learn MCP server basics through commented code and simple example tools.