blazingly-aasa-mcp
v0.1.2
Published
MCP server and CLI for debugging Apple Universal Links: fetch, validate, match, explain, and compare apple-app-site-association files
Maintainers
Readme
blazingly-aasa-mcp
MCP server and CLI for debugging Apple Universal Links. Answers "why doesn't this link open my app?" in one call.
npx blazingly-aasa-mcp check example.com "https://example.com/buy/42" \
--app ABCDE12345.com.example.appAs an MCP server, point your client at it with no arguments:
{
"mcpServers": {
"blazingly-aasa": {
"command": "npx",
"args": ["-y", "blazingly-aasa-mcp"]
}
}
}This package is a launcher. On install it downloads the Rust binary built for your platform from
the matching GitHub release and verifies its SHA-256 before use. If the download fails — no
network, a proxy — the install still succeeds and the command explains what happened when you run
it. cargo install blazingly-aasa-mcp is the source route.
Prebuilt for macOS (arm64, x64), Linux (x64, arm64), and Windows (x64).
Full documentation: https://github.com/sergii-ziborov/blazingly-aasa-mcp
