"""
MCP Invoice - A Python package for invoice and receipt processing with OCR and PDF tools.
"""
__version__ = "0.1.0"
from . import server
from . import ocr
from . import pdf
import asyncio
def main():
"""Main entry point for the MCP Invoice server."""
asyncio.run(server.main())
# Expose important items at package level
__all__ = ['main', 'server', 'ocr', 'pdf']
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/nfshanq/mcp-invoice'
If you have feedback or need assistance with the MCP directory API, please join our Discord server