Foxit PDF API MCP Server✓
io.github.foxitsoftware/foxit-pdf-api-mcp-server · v0.2.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.foxitsoftware/foxit-pdf-api-mcp-server",
"description": "MCP server that exposes Foxit PDF API capabilities via stdio.",
"title": "Foxit PDF API MCP Server",
"repository": {
"url": "https://github.com/foxitsoftware/foxit-pdf-api-mcp-server",
"source": "github"
},
"version": "0.2.4",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@foxitsoftware/foxit-pdf-api-mcp-server",
"version": "0.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Foxit PDF Services host, e.g. https://na1.fusion.foxit.com/pdf-services",
"isRequired": true,
"name": "FOXIT_CLOUD_API_HOST"
},
{
"description": "Client ID for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)",
"isRequired": true,
"name": "FOXIT_CLOUD_API_CLIENT_ID"
},
{
"description": "Client secret for Foxit PDF API from foxit developer portal(https://developer-api.foxit.com/)",
"isRequired": true,
"isSecret": true,
"name": "FOXIT_CLOUD_API_CLIENT_SECRET"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}