{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ebjqkuaddxfd","handle":"iflow-mcp-lazy-importer-die","url":"https://wellknown.network/agents/iflow-mcp-lazy-importer-die","links":{"self":"https://wellknown.network/agents/iflow-mcp-lazy-importer-die/record.json","html":"https://wellknown.network/agents/iflow-mcp-lazy-importer-die","markdown":"https://wellknown.network/agents/iflow-mcp-lazy-importer-die/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-lazy-importer-die","status":"https://wellknown.network/api/v1/agents/iflow-mcp-lazy-importer-die/status","claim":"https://wellknown.network/agents/iflow-mcp-lazy-importer-die/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-lazy-importer-die/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-lazy-importer-die/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-lazy-importer-die/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-lazy-importer-die/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-lazy-importer-die","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp-lazy-importer-die","summary":"MCP server for Detect It Easy (DIE) executable file analysis","description":"# DIE (Detect It Easy) MCP Server\n\n## Overview\n\nThis project provides an MCP (Model Context Protocol) server that allows AI agents to use Detect It Easy (DIE) to analyze executable files. The server acts as a bridge between AI models and the DIE command-line tool.\n\n## Server Structure\n\n- `die_server.py` - Main MCP server implementation\n- `requirements.txt` - Project dependencies\n- `examples/` - Optional example clients and usage demonstrations\n\n## Quick Start\n\n1. Install DIE (Detect It Easy) command-line tool\n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n3. Run the server:\n   ```bash\n   python die_server.py --die-path \"path/to/diec.exe\" --transport stdio\n   ```\n\n## Server Options\n\n- `--transport {stdio,sse}`: Transport mode (stdio or sse). Default: stdio\n- `--host HOST`: Host to bind to (for SSE mode). Default: 0.0.0.0\n- `--port PORT`: Port to listen on (for SSE mode). Default: 8080\n- `--die-path DIE_PATH`: Path to the DIE command-line executable (diec.exe)\n\n## Available MCP Tools\n\nThe server exposes these DIE functionalities through MCP:\n\n### analyze_file\nAnalyzes an executable file with DIE.\n```python\n{\n    \"file_path\": \"path/to/file\",\n    \"json_output\": true,\n    \"deep_scan\": false,\n    \"entropy\": false,\n    \"verbose\": false\n}\n```\n\n### show_special_info\nGets special file info for a specific method.\n```python\n{\n    \"file_path\": \"path/to/file\",\n    \"method\": \"Hash\"  # or other methods like \"Entropy\", \"Info\"\n}\n```\n\n### list_available_methods\nLists all available special methods for a file.\n```python\n{\n    \"file_path\": \"path/to/file\"\n}\n```\n\n## Example Usage\n\nSee the `examples/` directory for sample clients and usage demonstrations.","publisher":null,"homepage":"https://github.com/lazy-importer/D.I.E-MCP","repository":"https://github.com/lazy-importer/D.I.E-MCP","version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp-lazy-importer-die","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.825,"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":"iflow-mcp-lazy-importer-die","registry":"pypi","observedAt":"2026-09-15T18:22:10.221Z","publishedAt":"2026-01-27T09:12:50.317093Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp-lazy-importer-die","url":"https://pypi.org/project/iflow-mcp-lazy-importer-die/","firstSeenAt":"2026-09-09T19:24:48.175Z","fetchedAt":"2026-09-15T18:21:15.994Z","normalizedAt":"2026-09-15T18:21:15.994Z"}]},"firstSeenAt":"2026-09-09T19:24:48.175Z","updatedAt":"2026-09-15T18:22:10.221Z"}