Demonstrates an MCP server path that returns a Welcome greeting.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "io.github.AZ-IDD/hi-welcome-mcp-poc" MCP server from askskill: Run: claude mcp add --transport http 'io-github-az-idd-hi-welcome-mcp-poc' 'https://poc-v2-mcp-server.amr-dbe.workers.dev/mcp'
Call the say_hello tool and check whether it returns the fixed greeting.
Returns the string "Welcome" to verify the tool invocation path works.
Trigger say_hello through an agent to confirm the request goes from the agent through MCP to the API and returns a result.
Successfully receives "Welcome," serving as a minimal end-to-end integration check.
After setting up an MCP service prototype, developers can use this tool to quickly confirm the basic invocation path works. It is suitable for minimal validation rather than complex business logic.
When a team needs to verify whether an agent can correctly call an MCP tool, they can invoke say_hello and check for the fixed result. The fixed output helps isolate path issues rather than business-data issues.
No documentation provided
Check the source repo for usage and examples.
This is a proof-of-concept MCP server. Its say_hello tool returns the fixed string "Welcome" to demonstrate the agent -> MCP -> API invocation path.
Based on the provided information, the only confirmed capability is returning the fixed greeting "Welcome." No other functions are described in the source material.
The provided material does not include installation steps, runtime requirements, or key information. Please see the source repository for details.
Provides a deployable MCP greeting tool for quick testing and demos.
A learning MCP tool for greetings, language detection, and structured JSON output.
Return personalized greetings to demonstrate basic MCP tool integration.
Generate greetings and inspect server info for quick MCP testing and demos.
Provides a simple greeting tool to quickly return hello messages.
A demo MCP server for arithmetic, weather lookup, and greeting resources.