{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_977j5cax2fbh","handle":"iflow-mcp-pdf-extraction","url":"https://wellknown.network/agents/iflow-mcp-pdf-extraction","links":{"self":"https://wellknown.network/agents/iflow-mcp-pdf-extraction/record.json","html":"https://wellknown.network/agents/iflow-mcp-pdf-extraction","markdown":"https://wellknown.network/agents/iflow-mcp-pdf-extraction/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-pdf-extraction","status":"https://wellknown.network/api/v1/agents/iflow-mcp-pdf-extraction/status","claim":"https://wellknown.network/agents/iflow-mcp-pdf-extraction/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-pdf-extraction/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-pdf-extraction/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-pdf-extraction/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-pdf-extraction/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-pdf-extraction","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_pdf-extraction","summary":"MCP server to extract contents from PDF files","description":"# PDF Extraction MCP Server (Claude Code Fork)\n\nMCP server to extract contents from PDF files, with fixes for Claude Code CLI installation.\n\nThis fork includes critical fixes for installing and running the server with Claude Code (the CLI version).\n\n## What's Different in This Fork\n\n1. **Added `__main__.py`** - Enables the package to be run as a module with `python -m pdf_extraction`\n2. **Claude Code specific instructions** - Clear installation steps that work with Claude Code CLI\n3. **Tested installation process** - Verified working with `claude mcp add` command\n\n## Components\n\n### Tools\n\nThe server implements one tool:\n- **extract-pdf-contents**: Extract contents from a local PDF file\n  - Takes `pdf_path` as a required string argument (local file path)\n  - Takes `pages` as an optional string argument (comma-separated page numbers, supports negative indexing like `-1` for last page)\n  - Supports both PDF text extraction and OCR for scanned documents\n\n## Installation for Claude Code CLI\n\n### Prerequisites\n\n- Python 3.11 or higher\n- pip or conda\n- Claude Code CLI installed (`claude` command)\n\n### Step 1: Clone and Install\n\n```bash\n# Clone this fork\ngit clone https://github.com/lh/mcp-pdf-extraction-server.git\ncd mcp-pdf-extraction-server\n\n# Install in development mode\npip install -e .\n```\n\n### Step 2: Find the Installed Command\n\n```bash\n# Check where pdf-extraction was installed\nwhich pdf-extraction\n# Example output: /opt/homebrew/Caskroom/miniconda/base/bin/pdf-extraction\n```\n\n### Step 3: Add to Claude Code\n\n```bash\n# Add the server using the full path from above\nclaude mcp add pdf-extraction /opt/homebrew/Caskroom/miniconda/base/bin/pdf-extraction\n\n# Verify it was added\nclaude mcp list\n```\n\n### Step 4: Use in Claude\n\n```bash\n# Start a new Claude session\nclaude\n\n# In Claude, type:\n/mcp\n\n# You should see:\n# MCP Server Status\n# • pdf-extraction: connected\n```\n\n## Usage Example\n\nOnce connected, you can ask Claude to extract PDF contents:\n\n```\n\"Can you extract the cont…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_pdf-extraction","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":"documents.extraction","name":"Data Extraction","confidence":1,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"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_pdf-extraction","registry":"pypi","observedAt":"2026-09-15T19:23:29.858Z","publishedAt":"2025-10-28T02:14:54.093827Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_pdf-extraction","url":"https://pypi.org/project/iflow-mcp_pdf-extraction/","firstSeenAt":"2026-09-09T20:24:58.482Z","fetchedAt":"2026-09-15T19:22:33.877Z","normalizedAt":"2026-09-15T19:22:33.877Z"}]},"firstSeenAt":"2026-09-09T20:24:58.482Z","updatedAt":"2026-09-15T19:23:29.858Z"}