We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethan2000liu/apod'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
models.py•266 B
# generated by fastapi-codegen:
# filename: openapi.yaml
# timestamp: 2025-07-11T17:13:39+00:00
from __future__ import annotations
from typing import Any, List
from pydantic import RootModel
class ApodGetResponse(RootModel[List[Any]]):
root: List[Any]