mcp-ocr-anagrafica
by sebaldar
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | Porta di ascolto HTTP interna | 3000 |
| LOG_LEVEL | No | Livello di log Pino (debug/info/warn/error) | info |
| MAX_RETRIES | No | Tentativi massimi di retry (backoff esponenziale + jitter) | 3 |
| TRUST_PROXY | No | Rispetta X-Forwarded-For (dietro reverse proxy) | true |
| VISION_MODEL | Yes | Modello Vision Anthropic da utilizzare | |
| MAX_PDF_PAGES | No | Numero massimo di pagine PDF elaborabili | 10 |
| MCP_AUTH_TOKEN | Yes | Bearer token richiesto su /mcp | |
| PDF_RENDER_DPI | No | Risoluzione di rendering PDF (pdftoppm) | 150 |
| MAX_FILE_SIZE_MB | No | Dimensione massima per parte di documento | 10 |
| ANTHROPIC_API_KEY | Yes | API key del provider Anthropic | |
| MAX_DOCUMENT_PARTS | No | Numero massimo di parti immagine per richiesta (fronte/retro) | 4 |
| REQUEST_TIMEOUT_MS | No | Timeout richiesta HTTP/provider | 60000 |
| RATE_LIMIT_WINDOW_MS | No | Finestra del rate limit | 60000 |
| RATE_LIMIT_MAX_REQUESTS | No | Richieste massime per finestra (per IP e per token) | 30 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sebaldar/MCP-OCR'
If you have feedback or need assistance with the MCP directory API, please join our Discord server