blazingly-aasa-mcp

sergii-ziborov/blazingly-aasa-mcp
★ 0 stars Rust Code/Dev Tools Updated 3d ago
MCP server and CLI for debugging Apple Universal Links: fetch, validate, match, explain, and compare apple-app-site-association files
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "blazingly-aasa-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "blazingly-aasa-mcp"
      ]
    }
  }
}

README Excerpt

**Apple Universal Links diagnostics, as an MCP server and as a command line.** Answers "why doesn't this link open my app?" in one call. --- A universal link that stops working gives you nothing to go on. The file looks fine. The app is installed. The link opens Safari anyway. This tells you which of the dozen possible reasons it actually is (domain and app identifier below

Tools (5)

check_universal_linkcompare_origin_and_cdnexplain_matchfetch_association_filevalidate_association_file

Topics

aasaapple-app-site-associationdeeplinksiosmcpmodel-context-protocolrustuniversal-links