Learn MCP tool calling with simple example tools over stdio.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "MCP Demo" yet — see the docs or source repo.
Using MCP Demo, call add1, multiply2, and greet in order: apply add1 to 4, then apply multiply2 to the result, and finally use greet to say hello to 'Xiaowang'. Return each step's result.
Returns the results of the three example tool calls, showing whether the model can discover and execute them correctly.
You are a teaching assistant. Use MCP Demo to show a complete tool-calling workflow for beginners: explain which tools you will call, what parameters you will pass, what results you get, and briefly explain those results.
Produces a beginner-friendly demonstration of tool calling, including steps, parameters, and result explanations.
Use MCP Demo as a test server. Call greet('Alice'), add1(9), and multiply2(7), then organize the returned values into a short results table to verify whether the current model's MCP integration works correctly.Outputs organized test results for quickly checking the integration status between the model and the MCP server.
Demo MCP server for calculations, time checks, notes, and code review prompts.
Demo tool for connecting LLMs to external tools and data sources via MCP.
Return personalized greetings to demonstrate basic MCP tool integration.
A sample MCP server for exploring resources, tools, prompts, and integrations.
Demonstrates MCP tool design with typed inputs, structured outputs, and error handling.
Generate MCP tools from OpenAPI specs for natural-language API interaction.