{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_eynca9sk2qqq","handle":"iflow-mcp-pdf2png","url":"https://wellknown.network/agents/iflow-mcp-pdf2png","links":{"self":"https://wellknown.network/agents/iflow-mcp-pdf2png/record.json","html":"https://wellknown.network/agents/iflow-mcp-pdf2png","markdown":"https://wellknown.network/agents/iflow-mcp-pdf2png/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-pdf2png","status":"https://wellknown.network/api/v1/agents/iflow-mcp-pdf2png/status","claim":"https://wellknown.network/agents/iflow-mcp-pdf2png/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-pdf2png/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-pdf2png/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-pdf2png/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-pdf2png/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-pdf2png","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_pdf2png","summary":"MCP server to convert a PDF to a PNG file.","description":"# PDF to PNG MCP Server\n\nA Model Context Protocol (MCP) server that provides PDF to PNG conversion capabilities. This server allows you to convert PDF documents into PNG images with a simple MCP tool call.\n\n## Prerequisites\n\nThis server requires the Model Context Protocol (MCP). If you're new to MCP, start by installing the SDK:\n```bash\nuv pip install mcp\n```\n\nAdditional requirements:\n- Python 3.10 or higher\n- [uv](https://github.com/astral-sh/uv) package manager\n- poppler (required for pdf2image)\n\n### Installing Poppler\n\n- **Windows**: Download and install from [poppler-windows](https://github.com/oschwartz10612/poppler-windows/releases/)\n- **macOS**: `brew install poppler`\n- **Linux**: `sudo apt-get install poppler-utils`\n\n## Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/truaxki/mcp-Pdf2png.git\n   cd mcp-Pdf2png\n   ```\n\n2. Create and activate a virtual environment:\n   ```bash\n   uv venv\n   # Windows\n   .venv\\Scripts\\activate\n   # Unix/macOS\n   source .venv/bin/activate\n   ```\n\n3. Install the package:\n   ```bash\n   uv pip install -e .\n   ```\n\n## Usage\n\n### 1. Configure MCP Client\n\nAdd the server configuration to your `claude_desktop_config.json`. The file is typically located in:\n- Windows: `%APPDATA%\\Claude Desktop\\config\\claude_desktop_config.json`\n- macOS/Linux: `~/.config/Claude Desktop/config/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"pdf2png\": {\n      \"command\": \"uv\",\n      \"args\": [\n        \"--directory\",\n        \"/absolute/path/to/mcp-Pdf2png\",\n        \"run\",\n        \"pdf2png\"\n      ]\n    }\n  }\n}\n```\n\nNote: Replace `/absolute/path/to/mcp-Pdf2png` with the actual path where you cloned the repository.\n\n### 2. Using the Server\n\nThe server provides a single tool `pdf2png` with these parameters:\n- `read_file_path`: Absolute path to the input PDF file\n- `write_folder_path`: Absolute path to the directory where PNG files should be saved\n\nOutput:\n- Each PDF page is converted to a PNG image\n- Files are named `…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_pdf2png","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.filesystem","name":"Filesystem","confidence":1,"provenance":"derived"},{"slug":"documents.conversion","name":"Document Conversion","confidence":0.836,"provenance":"derived"}],"categories":["dev","documents"],"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_pdf2png","registry":"pypi","observedAt":"2026-09-15T19:23:29.776Z","publishedAt":"2025-10-29T10:12:15.080823Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_pdf2png","url":"https://pypi.org/project/iflow-mcp_pdf2png/","firstSeenAt":"2026-09-09T20:24:58.244Z","fetchedAt":"2026-09-15T19:22:33.636Z","normalizedAt":"2026-09-15T19:22:33.636Z"}]},"firstSeenAt":"2026-09-09T20:24:58.244Z","updatedAt":"2026-09-15T19:23:29.776Z"}