We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/freevisionsk/registeruz-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•313 B
"""
RegisterUZ MCP Server
MCP server for Slovak Registry of Financial Statements (Register účtovných závierok).
API Documentation: https://www.registeruz.sk/cruz-public/home/api
"""
from .server import mcp
__all__ = ["mcp", "main"]
def main():
"""Entry point for the MCP server CLI."""
mcp.run()