{
  "markdown": "# Foxit PDF API MCP Servers\r\n\r\nModel Context Protocol (MCP) servers that expose [Foxit PDF Services API](https://developer-api.foxit.com) operations as tools for AI agents like Claude Desktop, Cursor, and other MCP-compatible applications.\r\n\r\n## Overview\r\n\r\nThis directory contains multiple implementations of the Foxit PDF API MCP Server:\r\n\r\n### 🐍 **Python Version** \r\n- **Location**: [`python/foxit-pdf-api-mcp-server/`](./python/foxit-pdf-api-mcp-server/)\r\n- **Features**: 35+ PDF operations including creation, conversion, manipulation, security, OCR, forms, and analysis\r\n- **Technologies**: FastMCP, Python 3.11+, uv package manager\r\n- **Status**: ✅ **Active development** - Full feature parity with TypeScript version\r\n\r\n👉 **[View Python README](./python/foxit-pdf-api-mcp-server/README.md)** for installation and usage instructions.\r\n\r\n### 📘 **TypeScript Version**\r\n- **Location**: [`typescript/foxit-pdf-api-mcp-server/`](./typescript/foxit-pdf-api-mcp-server/)\r\n- **Features**: 35+ PDF operations with comprehensive TypeScript support\r\n- **Technologies**: TypeScript, Node.js, pnpm\r\n- **Status**: ✅ **Active development** - Full feature parity with Python version\r\n\r\n👉 **[View TypeScript README](./typescript/foxit-pdf-api-mcp-server/README.md)** for installation and usage instructions.\r\n\r\n### ⚠️ **stdio-python** (Legacy)\r\n- **Location**: [`stdio-python/`](./stdio-python/)\r\n- **Status**: ⚠️ **DEPRECATED** - Use the new Python version above instead\r\n- **Note**: This was the original implementation and is no longer maintained\r\n\r\n## Features\r\n\r\nBoth Python and TypeScript versions provide:\r\n\r\n- 📄 **Document Lifecycle** - Upload, download, delete documents\r\n- 🔄 **PDF Creation** - Convert Word, Excel, PPT, HTML, URL, text, images to PDF\r\n- 📤 **PDF Conversion** - Convert PDF to Word, Excel, PPT, HTML, text, images\r\n- ✂️ **Manipulation** - Split, merge, extract, compress, flatten, linearize, watermark, page operations\r\n- 🔒 **Security** - Add/remove passwords, set permissions\r\n- 📊 **Properties** - Extract comprehensive PDF metadata and properties\r\n- 🔍 **Analysis** - Compare PDFs\r\n- 📝 **Forms** - Export and import form data as JSON\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\n\r\n- **API Credentials**: Sign up at [Foxit Developer Portal](https://developer-api.foxit.com) to get your Client ID and Client Secret\r\n- **Python Version**: Python 3.11+ and [uv](https://github.com/astral-sh/uv) package manager\r\n- **TypeScript Version**: Node.js 18+ and pnpm\r\n\r\n### Quick Start\r\n\r\nChoose your preferred implementation:\r\n\r\n**Python:**\r\n```bash\r\ncd python/foxit-pdf-api-mcp-server\r\n# See python/foxit-pdf-api-mcp-server/README.md for full instructions\r\n```\r\n\r\n**TypeScript:**\r\n```bash\r\ncd typescript/foxit-pdf-api-mcp-server\r\n# See typescript/foxit-pdf-api-mcp-server/README.md for full instructions\r\n```\r\n\r\n## Environment Variables\r\n\r\nAll versions require the following environment variables:\r\n\r\n- **FOXIT_CLOUD_API_HOST**: API host URL (e.g., `https://na1.fusion.foxit.com/pdf-services`)\r\n- **FOXIT_CLOUD_API_CLIENT_ID**: Your client ID from Foxit Developer Portal\r\n- **FOXIT_CLOUD_API_CLIENT_SECRET**: Your client secret from Foxit Developer Portal\r\n\r\n## Support\r\n\r\nFor issues or questions:\r\n- Check the specific README for your chosen implementation\r\n- Visit [Foxit Developer Portal](https://developer-api.foxit.com) for API documentation\r\n- Review the CONTRIBUTING.md guide for development setup",
  "bytes": 3420,
  "sha": "1397ec0d16fadb26b80ad0a9bd37755b234e08e64ad3a5e99d8fd61c6c579623",
  "repo_slug": "foxitsoftware/foxit-pdf-api-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_foxitsoftware_foxit_pdf_api_mc_9c9d61e1/readme"
}