Demonstrates MCP tool design with typed inputs, structured outputs, and error handling.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-poc" yet — see the docs or source repo.
Call the add tool to calculate the sum of 27 and 15, then call the divide tool to calculate 84 divided by 7, and return structured results for both.
Structured calculation results from both tools, showing the numeric output format.
Call the divide tool to calculate 10 divided by 0, and show how this MCP tool returns an error message or exception result.
A clear error response example used to verify the exception handling mechanism.
First call the text_stats tool to analyze the text "Hello MCP world" and count its length and words; then call the greet tool to generate a greeting for Alice.
Text statistics and a greeting message, demonstrating outputs from different tool types.
Quickly bootstrap an MCP server with stdio transport and one example tool.
Demo MCP server for calculations, time checks, notes, and code review prompts.
Build production-ready MCP servers quickly with typed tools and deployment support.
A sample MCP server for learning and testing tools and resources.
Learn and test MCP tools, resources, and prompts in one sample server.
Quickly integrate and test MCP features with demo tools and resources.