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-mcpOr with Helm:
cd mcps/pdf-extraction-mcp
helm install pdf-extraction-mcp ./chart -n default --create-namespaceTools
| Tool | Description |
|---|---|
analyze_pdf_ownership | Extract ownership information from PDFs using LLM |
scout_pdf_for_ownership | Find pages with ownership-related keywords |
get_analysis_results | Compatibility stub (stateless) |
Configuration
Set via Kubernetes Secret ai-gateway-azure-openai:
| Variable | Description | Default |
|---|---|---|
LLM_PROVIDER | LLM provider (openai or anthropic) | openai |
LLM_MODEL | Model name | gpt-4 |
LLM_BASE_URL | API base URL | — |
LLM_API_KEY | API key | Required |
Tool Usage
tools:
- type: mcp
name: pdf-extraction-mcp-analyze-pdf-ownershipAdditional Resources
Last updated on