We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zazencodes/public-apis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"""public_apis_mcp package.
MCP server exposing a catalog of public APIs with embedding-based lookups
"""
from .server import create_server, run
__all__ = [
"create_server",
"run",
]