Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | API server port | 3000 |
| API_KEY | No | API authentication (optional) | secret |
| NODE_ENV | No | Node environment | production |
| RATE_LIMIT | No | Requests per minute (optional) | 60 |
| ALLOWED_ORIGINS | No | CORS configuration (optional) | * |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_vat_number | Validate EU VAT number using VIES service / Overiť IČ DPH v EÚ pomocou služby VIES |
| check_vat_test_service | Test VIES service integration with test VAT numbers / Testovať integráciu so službou VIES |
| check_vies_status | Check VIES service status and member state availability / Skontrolovať stav služby VIES a dostupnosť členských štátov |
| list_eu_member_states | List all EU member state codes for VAT validation / Zobraziť všetky kódy členských štátov EÚ pre validáciu IČ DPH |