We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jkwjkw1020-bot/semiprocess_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""
Expose the clean 15-tool FastAPI app.
"""
from api.index import app
__all__ = ["app"]