What problem does it solve? Building MCP (Model Context Protocol) servers that LLMs can actually use effectively requires careful tool design, input validation, error handling, and testing—this Skill provides a structured four-phase workflow covering research, implementation, review, and evaluation. ## Core Features & Use Cases - Agent-Centric Design Guidance: Teaches workflow-oriented tool design, context optimization, actionable error messages, and naming conventions for MCP tools. - Language-Specific References: Includes implementation guides for Python (FastMCP, Pydantic) and Node/TypeScript (MCP SDK, Zod) with quality checklists. - Evaluation Harness: Ships scripts to create XML-based evaluation question sets and run automated tests measuring how well an LLM can use your MCP server via stdio, SSE, or HTTP transports. - Use Case: You want to expose your company's internal API to Claude. Use this Skill to plan the tools, implement the server following best practices, and generate 10 evaluation questions to verify LLMs can complete real tasks with it. ## Quick Start Ask the AI to help you build an MCP server for your chosen API, specifying whether you want a Python or TypeScript implementation.