{
	"name": "e-invoice.be",
	"description": "Certified Belgian Peppol Access Point. Send and receive e-invoices via email or REST API.",
	"url": "https://e-invoice.be",
	"api": {
		"type": "openapi",
		"url": "https://api.e-invoice.be/api/openapi.json",
		"streaming": true,
		"error_format": "application/json"
	},
	"mcp": {
		"url": "https://api.e-invoice.be/mcp",
		"transport": "streamable-http",
		"authentication": "bearer",
		"webmcp": "https://e-invoice.be/.well-known/mcp",
		"server_card": "https://e-invoice.be/.well-known/mcp/server-card.json"
	},
	"nlweb": {
		"ask_endpoint": "https://e-invoice.be/ask",
		"streaming": true,
		"modes": ["list", "summarize"]
	},
	"sdks": {
		"npm": "https://www.npmjs.com/package/e-invoice-api",
		"pypi": "https://pypi.org/project/e-invoice-api/"
	},
	"cli": {
		"name": "peppol",
		"install": "brew tap e-invoice-be/tap && brew install peppol",
		"repository": "https://github.com/e-invoice-be/peppol-cli"
	},
	"documentation": "https://docs.e-invoice.be",
	"pricing": "https://e-invoice.be/pricing.md",
	"contact": "hello@e-invoice.be",
	"friction": "none",
	"signup_required": false,
	"api_key_required": false,
	"sandbox_url": "https://api-dev.e-invoice.be/api",
	"capabilities": [
		"send-peppol-invoices",
		"receive-peppol-invoices",
		"peppol-id-lookup",
		"pdf-to-ubl-conversion",
		"invoice-validation",
		"webhook-notifications",
		"email-to-peppol"
	]
}
