What problem does it solve? Submitting a local MCP server (MCPB) to the Anthropic directory fails frequently due to missing tool annotations, absent privacy policies, portability issues, and incomplete documentation, causing rejections and multi-week delays. ## Core Features & Use Cases - Compliance Checklists: Pre-submission checklists covering tool annotations, manifest version 0.3, privacy policies in both README.md and manifest.json, and minimum three usage examples. - Rejection Diagnosis: Covers the top four rejection causes (missing annotations, portability failures, missing privacy policy, incomplete docs) with concrete fixes and validation commands. - Ready-to-Use Snippets: Provides JSON examples for readOnlyHint and destructiveHint annotations, manifest configuration, and the minimum required README structure. - Use Case: You built an MCP server that calls an external API and want it listed in Claude Desktop. Use this Skill to annotate every tool correctly, add the privacy policy in both required locations, prepare test credentials, and submit via the official form without a rejection cycle. ## Quick Start Review my MCPB manifest.json and README.md against the Anthropic submission requirements and tell me what will cause rejection.