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
registeruz_mcp.py•181 B
"""
RegisterUZ MCP Server - Entry point for FastMCP dev mode.
Run with: fastmcp dev registeruz_mcp.py
"""
from registeruz_mcp import mcp
if __name__ == "__main__":
mcp.run()