We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wb1016/copernicus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•348 B
"""
Copernicus MCP Server Package
A Model Context Protocol (MCP) server for accessing Copernicus Earth Observation data
from the Copernicus Data Space ecosystem.
"""
__version__ = "0.1.0"
__author__ = "Copernicus MCP Team"
__description__ = "MCP server for accessing Copernicus Earth Observation data"
from .server import mcp
__all__ = ["mcp"]