apple-docs-mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited apple-docs-mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for searching Apple Developer Documentation directly from AI agents. Search APIs, frameworks, WWDC videos, sample code, and platform compatibility.
Source: kimsungwhee/apple-docs-mcp by @kimsungwhee
Claude Code:
claude mcp add apple-docs -- npx -y @kimsungwhee/apple-docs-mcp@latestCodex / .mcp.json:
{
"mcpServers": {
"apple-docs": {
"command": "npx",
"args": ["-y", "@kimsungwhee/apple-docs-mcp@latest"]
}
}
}| Tool | Use when |
|---|---|
search_apple_docs | "How does X work?" — search for any API, class, method |
get_apple_doc_content | Get full docs for a specific API with related APIs + platform compat |
search_framework_symbols | Browse classes/structs/protocols within a framework |
get_related_apis | Find inheritance, conformance, "See Also" relationships |
find_similar_apis | Apple's official recommendations for alternatives |
get_platform_compatibility | Version support, beta status, deprecation for an API |
list_technologies | Browse all Apple technologies by category |
get_technology_overviews | Comprehensive guides for technology areas |
get_documentation_updates | Latest WWDC announcements, release notes |
get_sample_code | Browse Apple sample code projects by framework |
search_wwdc_videos | Search WWDC sessions by keyword, topic, year |
get_wwdc_video_details | Full transcript, code examples, resources for a session |
list_wwdc_topics | 19 topic categories from Swift to Spatial Computing |
list_wwdc_years | Conference years with video counts |
get_platform_compatibility before using any APIfind_similar_apis when an API is deprecatedsearch_framework_symbols + get_technology_overviewssearch_apple_docs("SwiftUI withAnimation")
get_apple_doc_content("/documentation/swiftui/view/animation(_:value:)")
search_framework_symbols("SwiftUI", "Button")
get_platform_compatibility("/documentation/healthkit")
search_wwdc_videos("Swift concurrency")
get_sample_code("CoreML")~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.