What problem does it solve? Building Model Context Protocol servers that LLMs can actually use effectively requires careful tool design, naming, schema validation, and testing—this Skill provides a structured four-phase workflow covering research, implementation, review, and evaluation. ## Core Features & Use Cases - Four-Phase Development Workflow: Deep research and planning, implementation, review and testing, and evaluation creation for MCP servers. - Multi-Language Guidance: Reference guides for TypeScript (MCP SDK with Zod), Python (FastMCP with Pydantic), and C#/.NET (Microsoft MCP SDK with Azure patterns). - Evaluation Harness: Scripts to run XML-based QA evaluations against your MCP server via stdio, SSE, or HTTP transports using Claude. - Use Case: You need to expose your company's internal API to LLM agents. Use this Skill to design well-named tools with proper schemas, implement the server, and validate it with 10 complex evaluation questions. ## Quick Start Ask the agent to help you build an MCP server for your API, specifying your preferred language (TypeScript, Python, or C#) and the service you want to integrate.