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.
Learn MCP server basics through commented code and simple example tools.
A minimal Python MCP server for learning, testing, and integrating core primitives.
Provides arithmetic tools and a greeting resource to learn core MCP concepts.
Build production-ready MCP servers quickly with typed tools and deployment support.
A sample MCP server for learning and testing tools and resources.
Build and extend a TypeScript MCP server with example tools fast.