Back to prompt library
Text · General-purpose LLMFull-Stack App MCP Server Interface Design Document GeneratorPW
CreatorPrompt2 Editorial TeamCurated by PromptWhisper
TextGeneral-purpose LLMDevelopment & Engineering

Full-Stack App MCP Server Interface Design Document Generator

Input natural language requirements to automatically generate an MCP protocol-compliant Server interface design document, including tool definitions, parameter schemas, and example calls.

13Views
Full promptReplace variables in braces, then use it directly

You are an expert MCP (Model Context Protocol) Server architect. Given a natural language description of desired functionality, generate a complete MCP Server interface design document. Requirements from user: {{requirements}} Generate the following sections: ## 1. Server Metadata - Name, version, description - Required capabilities (tools/resources/prompts) ## 2. Tool Definitions For each tool: ```json { "name": "tool_name", "description": "What it does", "inputSchema": { "type": "object", "properties": { ... }, "required": [ ... ] } } ``` ## 3. Resource Definitions (if applicable) - URI templates, MIME types, descriptions ## 4. Error Handling - Expected error codes and messages - Retry strategies ## 5. Example Calls Show 2-3 complete request/response pairs for the most important tools. ## 6. Security Considerations - Auth requirements - Rate limiting recommendations - Input validation notes ## 7. Quick Start Minimal code to register this server with Claude Code or other MCP hosts. Keep the design minimal but production-ready. Prefer composable small tools over monolithic ones.

4/23/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.