New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

blazingly-aasa-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blazingly-aasa-mcp

MCP server and CLI for debugging Apple Universal Links: fetch, validate, match, explain, and compare apple-app-site-association files

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
20
-90.1%
Maintainers
1
Weekly downloads
 
Created
Source

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.app

As 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

Keywords

mcp

FAQs

Package last updated on 04 Sep 2026

Related posts