{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_afnew6pyg9rc","handle":"exe-analyzer-mcp","url":"https://wellknown.network/agents/exe-analyzer-mcp","links":{"self":"https://wellknown.network/agents/exe-analyzer-mcp/record.json","html":"https://wellknown.network/agents/exe-analyzer-mcp","markdown":"https://wellknown.network/agents/exe-analyzer-mcp/record.md","api":"https://wellknown.network/api/v1/agents/exe-analyzer-mcp","status":"https://wellknown.network/api/v1/agents/exe-analyzer-mcp/status","claim":"https://wellknown.network/agents/exe-analyzer-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/exe-analyzer-mcp/claim.json","badge":"https://wellknown.network/agents/exe-analyzer-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/exe-analyzer-mcp/history","tools":"https://wellknown.network/api/v1/agents/exe-analyzer-mcp/tools"},"ard":{"identifier":"urn:air::server:exe-analyzer-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"exe-analyzer-mcp","summary":"MCP server for automated analysis of Windows executable files","description":"# exe-analyzer-mcp\n\nMCP server for automated analysis of Windows executable files.\n\n## Overview\n\nexe-analyzer-mcp is a Model Context Protocol (MCP) server that provides automated analysis capabilities for Windows executable files. It enables AI assistants to extract meaningful information from compiled binaries without manual reverse engineering.\n\n### Key Features\n\n- **Framework Detection**: Identifies technology stacks (.NET, Qt, Electron, wxWidgets, MFC, GTK)\n- **Library Analysis**: Extracts and categorizes imported DLLs (system, runtime, external)\n- **String Extraction**: Finds meaningful strings (URLs, file paths, registry keys, error messages)\n- **Language Inference**: Determines programming language based on compiler signatures\n\n### Target Users\n\n- Security analysts investigating executables\n- Developers understanding dependencies and licensing\n- Reverse engineers extracting semantic content\n- Malware analysts selecting appropriate analysis tools\n\n## Installation\n\n### Prerequisites\n\n- Python 3.12 or higher\n- [uv](https://docs.astral.sh/uv/) package manager\n- Windows executable files for analysis (PE format)\n\n### Setup\n\n1. Clone the repository:\n```bash\ngit clone <repository-url>\ncd exe-analyzer-mcp\n```\n\n2. Install dependencies using uv:\n```bash\nuv sync\n```\n\n3. Verify installation:\n```bash\nuv run pytest\n```\n\n### Running the MCP Server\n\nStart the MCP server using:\n```bash\nuv run python main.py\n```\n\nThe server will start and listen for MCP protocol requests via stdio.\n\n### Configuring with Claude Desktop\n\nTo use this MCP server with Claude Desktop, add the following to your Claude Desktop configuration file:\n\n**Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"exe-analyzer\": {\n      \"command\": \"uv\",\n      \"args\": [\n        \"--directory\",\n        \"C:\\\\path\\\\to\\\\exe-analyzer-mcp\",\n        \"run\",\n        \"python\",\n        \"main.py\"\n      ]\n    }\n  }…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:exe-analyzer-mcp","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.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"},{"slug":"dev.filesystem","name":"Filesystem","confidence":0.802,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"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":"exe-analyzer-mcp","registry":"pypi","observedAt":"2026-09-15T14:27:01.662Z","publishedAt":"2025-12-05T06:55:41.958156Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"exe-analyzer-mcp","url":"https://pypi.org/project/exe-analyzer-mcp/","firstSeenAt":"2026-09-09T15:22:06.021Z","fetchedAt":"2026-09-15T14:25:13.372Z","normalizedAt":"2026-09-15T14:25:13.372Z"}]},"firstSeenAt":"2026-09-09T15:22:06.021Z","updatedAt":"2026-09-15T14:27:01.662Z"}