{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_cr3dsed57hd7","handle":"aapt-mcp-server","url":"https://wellknown.network/agents/aapt-mcp-server","links":{"self":"https://wellknown.network/agents/aapt-mcp-server/record.json","html":"https://wellknown.network/agents/aapt-mcp-server","markdown":"https://wellknown.network/agents/aapt-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/aapt-mcp-server","status":"https://wellknown.network/api/v1/agents/aapt-mcp-server/status","claim":"https://wellknown.network/agents/aapt-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/aapt-mcp-server/claim.json","badge":"https://wellknown.network/agents/aapt-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:aapt-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"aapt-mcp-server","summary":"An MCP server that provides APK analysis capabilities using the Android Asset Packaging Tool (aapt)","description":"# AAPT-MCP \n \nA tool for analyzing Android APK files using the Android Asset Packaging Tool (AAPT) with MCP integration. \n \n## Description \n \nAAPT-MCP is a tool that leverages the Android Asset Packaging Tool (AAPT) to analyze APK files and provide detailed insights about their contents, size, and structure. It uses MCP (Model Control Protocol) to process and analyze the APK data through an LLM (Large Language Model). \n \n## Features \n \n- APK content listing using AAPT \n- Detailed size analysis of APK contents \n- Categorization of files by type (resources, native libraries, dex files, etc.) \n- Identification of largest files and directories \n- Optimization recommendations \n- Potential issues detection \n \n## Prerequisites \n \n- Python 3.7+ \n- Android SDK (for AAPT tool) \n- MCP server \n \n## Installation \n \n1. Clone the repository: \n```bash \ngit clone https://github.com/yourusername/aapt-mcp.git \ncd aapt-mcp \n``` \n \n2. Install dependencies: \n```bash \npip install -r requirements.txt \n``` \n \n3. Ensure AAPT is in your system PATH: \n   - AAPT is part of the Android SDK build tools \n   - Add the Android SDK build tools directory to your system PATH \n \n## Usage \n \n1. Run the MCP server: \n```bash \npython main.py \n``` \n \n2. The tool provides two main functions: \n   - `aapt_tool`: Lists contents of an APK file \n   - `analyze_table`: Analyzes the APK contents and provides detailed insights \n \n## Output Format \n \nThe analysis provides: \n- Total APK Size \n- Size Breakdown by category \n- Top 5 Largest Files \n- Optimization Recommendations \n- Potential Issues \n \n## Example \n \n```python \nfrom mcp.server.fastmcp import FastMCP \n \n# Initialize the tool \naapt = FastMCP(\"aapt-mcp\") \n \n# Analyze an APK \nresult = aapt.analyze_table(\"path/to/your.apk\") \n``` \n \n## Contributing \n \nContributions are welcome! Please feel free to submit a Pull Request. \n \n## License \n \nThis project is licensed under the MIT License - see the LICENSE file for details. \n \n## Acknowledgments \n \n- Android Asset Packa…","publisher":null,"homepage":null,"repository":null,"version":"1.0.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:aapt-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.882,"provenance":"derived"},{"slug":"dev.filesystem","name":"Filesystem","confidence":0.802,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"aapt-mcp-server","registry":"pypi","observedAt":"2026-09-09T08:22:15.822Z","publishedAt":"2025-05-16T06:17:18.578365Z","latestVersion":"1.0.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"aapt-mcp-server","url":"https://pypi.org/project/aapt-mcp-server/","firstSeenAt":"2026-09-09T08:20:07.387Z","fetchedAt":"2026-09-09T08:20:07.387Z","normalizedAt":"2026-09-09T08:20:07.387Z"}]},"firstSeenAt":"2026-09-09T08:20:07.387Z","updatedAt":"2026-09-09T08:22:15.822Z"}