flint-slating
by ParkviewLab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP bind address | 0.0.0.0 |
| PORT | No | HTTP bind port | 35833 |
| CACHE_ROOT | No | Materialized URL / base64 PDFs | ./cache |
| ENABLE_OCR | No | Enable Docling OCR (Tesseract required) | false |
| OUTPUT_ROOT | No | Per-job output dirs | ./output |
| PUBLIC_BASE_URL | No | Used to build output_url | http://localhost:35833 |
| MAX_URL_PDF_BYTES | No | Cap on URL download size | 200 MB |
| OUTPUT_EXPIRY_DAYS | No | Sweep finished jobs older than N days | 7 |
| SYNC_PAGE_THRESHOLD | No | Inline-vs-job cutoff for Markdown conversion | 20 |
| MAX_INLINE_PDF_BYTES | No | Cap on base64 upload size | 25 MB |
| DOCLING_ARTIFACTS_PATH | No | Docling layout-model cache | ~/.cache/docling |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ParkviewLab/flint-slating'
If you have feedback or need assistance with the MCP directory API, please join our Discord server