What problem does it solve? Choosing the wrong MCP server architecture early leads to painful rewrites. This Skill prevents that by interrogating your use case first, then recommending the right deployment model, tool-design pattern, framework, and auth approach before any code is written. ## Core Features & Use Cases - Structured Discovery: Asks targeted questions about what the server connects to, who uses it, how many actions it exposes, and what auth it needs. - Deployment Recommendations: Chooses between remote streamable-HTTP servers, MCP apps with interactive UI widgets, MCPB bundled local servers, or local stdio prototypes. - Tool-Design Patterns: Applies one-tool-per-action for small API surfaces or the search-plus-execute pattern for large APIs with dozens of endpoints. - Use Case: A developer wants to wrap a SaaS REST API for Codex. The Skill determines a remote HTTP server on Cloudflare Workers with the TypeScript SDK is the right fit, then scaffolds it or hands off to the build-mcp-app or build-mcpb skills. ## Quick Start Ask the assistant to help you build an MCP server that wraps your API and answer its discovery questions about users, actions, and authentication.