What problem does it solve? Building MCP (Model Context Protocol) servers that LLMs can actually use effectively requires careful tool design, schema validation, transport selection, and evaluation—this Skill provides a structured four-phase workflow covering research, implementation, testing, and evaluation. ## Core Features & Use Cases - End-to-End Development Workflow: Walks through research, planning, implementation, review, and evaluation phases for MCP servers in Python (FastMCP) or TypeScript (MCP SDK). - Language-Specific Reference Guides: Provides detailed implementation patterns for Zod schemas, Pydantic models, tool registration, pagination, error handling, and transport configuration (stdio vs streamable HTTP). - Evaluation Harness: Includes scripts to create XML-based evaluation question sets and run automated tests measuring how well LLMs can use your MCP server's tools. - Use Case: You need to expose your company's internal API to Claude. Use this Skill to design well-named tools with proper annotations, implement the server in TypeScript, then generate 10 complex evaluation questions and run the evaluation harness to verify LLMs can complete realistic tasks. ## Quick Start Ask the AI to help you build an MCP server for your chosen API, specifying whether you want Python or TypeScript and which endpoints to cover.