MCP Builder Purpose Use this skill to build high-quality MCP servers that let agents interact with external APIs and services through well-designed tools, resources, and prompts. Development Phases 1. Research MCP design and the target API. Understand authentication, objects, rate limits, pagination, common workflows, and destructive operations. 2. Plan the tool surface. Balance broad API coverage with higher-level workflow tools when those workflows are common and valuable. 3. Implement infrastructure: API client, auth, error handling, response formatting, pagination, and transport. 4. Imple…