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.
Demonstrates a Python MCP server for arithmetic tools and simulated long tasks.
A modular MCP tool for echo, system info, time, math, and file reading.
Return personalized greetings to demonstrate basic MCP tool integration.
Demo MCP server for calculations, time checks, notes, and code review prompts.
A Python MCP server for math, time, echo, resources, and prompt demos.