Skip to Content
MCP ServersPDF Extraction MCP

PDF Extraction MCP Server

PDF ownership extraction using LLM-based analysis. Extracts beneficial ownership information from PDF documents.

Install

ark install marketplace/mcps/pdf-extraction-mcp

Or with Helm:

cd mcps/pdf-extraction-mcp helm install pdf-extraction-mcp ./chart -n default --create-namespace

Tools

ToolDescription
analyze_pdf_ownershipExtract ownership information from PDFs using LLM
scout_pdf_for_ownershipFind pages with ownership-related keywords
get_analysis_resultsCompatibility stub (stateless)

Configuration

Set via Kubernetes Secret ai-gateway-azure-openai:

VariableDescriptionDefault
LLM_PROVIDERLLM provider (openai or anthropic)openai
LLM_MODELModel namegpt-4
LLM_BASE_URLAPI base URL
LLM_API_KEYAPI keyRequired

Tool Usage

tools: - type: mcp name: pdf-extraction-mcp-analyze-pdf-ownership

Additional Resources

Last updated on