Skip to main content
Glama
jbwod

CASDA MCP Server

by jbwod

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CASDA_TAP_URLNoFixed metadata query endpoint. Tool callers cannot override it.
CASDA_BASE_URLNoCASDA base host; HTTPS and no embedded credentials required.https://casda.csiro.au
CASDA_PASSWORDNoOPAL password. Stored as a secret value and never logged.
CASDA_SODA_URLNoEstablishes the allowed staging host and documents the expected service.
CASDA_STATE_DBNoOptional SQLite state file. Default state is process-local memory.
CASDA_USERNAMENoOPAL username. Required with CASDA_PASSWORD for staging.
CASDA_LOGIN_URLNoSafe credential verification endpoint.
CASDA_MAX_RESULTSNoMaximum bounded search window, up to a hard limit of 1000.100
CASDA_MAX_RETRIESNoRetries for safe reads only, with exponential backoff, jitter, and Retry-After.3
CASDA_DATALINK_URLNoEstablishes an allowed CASDA host; product Datalink URLs still come from TAP.
CASDA_DOWNLOAD_DIRNoRequired absolute containment directory when downloads are enabled.
CASDA_ENABLE_STAGINGNoEnables archive-side request creation only when OPAL credentials are complete.false
CASDA_ALLOW_OVERWRITENoAllows atomic replacement of an existing destination. Keep false normally.false
CASDA_MAX_STAGE_BYTESNoMaximum summed estimated staging size in bytes.107374182400
CASDA_ENABLE_DOWNLOADSNoEnables local file writes.false
CASDA_CACHE_MAX_ENTRIESNoProcess-local cache bound; zero disables caching.256
CASDA_CACHE_TTL_SECONDSNoRead-only metadata cache TTL; zero disables caching.60
CASDA_MAX_DOWNLOAD_BYTESNoMaximum archive-reported and streamed bytes for one download.53687091200
CASDA_MAX_STAGE_PRODUCTSNoMaximum deduplicated products in one staging request.20
CASDA_MAX_CONE_RADIUS_DEGNoMaximum cone radius in degrees.5
CASDA_MAX_MANIFEST_PRODUCTSNoMaximum deduplicated products in one manifest.100
CASDA_REQUEST_TIMEOUT_SECONDSNoMetadata and control-request timeout.30
CASDA_ALLOW_UNKNOWN_STAGE_SIZENoIf false, products without estimated sizes cannot be staged.false
CASDA_DOWNLOAD_TIMEOUT_SECONDSNoTimeout used for a download response.300

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbwod/CASDA-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server