Test MCP client-server integration with ping and echo demo tools.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Homelab MCP starter" yet — see the docs or source repo.
Use the Homelab MCP starter ping tool to verify whether the current MCP client and server are connected, and briefly explain the result.
Returns ping success/failure status plus a brief connectivity note.
Call the echo tool and echo this message: Hello from homelab MCP.
Returns the input text unchanged to verify parameter passing.
Run a minimal smoke test with this MCP tool: ping first, then echo a random string, and summarize whether it is suitable for client integration testing.
Provides both test results and states whether the service is suitable for integration verification.
Build a simple MCP tool server with streaming HTTP support.
Demo tool for connecting LLMs to external tools and data sources via MCP.
A modular MCP tool for echo, system info, time, math, and file reading.
Test all MCP protocol features when building and validating clients.
Demonstrates a Python MCP server for arithmetic tools and simulated long tasks.
A minimal Python MCP server for learning, testing, and integrating core primitives.