Skip to main content
Glama

VAT Validation MCP Server

by Jazib-but
docker-compose.yml470 B
version: '3.8' services: vat-api: build: context: . dockerfile: Dockerfile.api ports: - "3000:3000" environment: - PORT=3000 - NODE_ENV=production restart: unless-stopped healthcheck: test: ["CMD", "node", "-e", "require('http').get('http://localhost:3000/health', (r) => {r.statusCode === 200 ? process.exit(0) : process.exit(1)})"] interval: 30s timeout: 3s retries: 3 start_period: 5s

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/Jazib-but/check-vat-vies-mcp-Jazib'

If you have feedback or need assistance with the MCP directory API, please join our Discord server