CASDA MCP Server
by jbwod
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CASDA_TAP_URL | No | Fixed metadata query endpoint. Tool callers cannot override it. | |
| CASDA_BASE_URL | No | CASDA base host; HTTPS and no embedded credentials required. | https://casda.csiro.au |
| CASDA_PASSWORD | No | OPAL password. Stored as a secret value and never logged. | |
| CASDA_SODA_URL | No | Establishes the allowed staging host and documents the expected service. | |
| CASDA_STATE_DB | No | Optional SQLite state file. Default state is process-local memory. | |
| CASDA_USERNAME | No | OPAL username. Required with CASDA_PASSWORD for staging. | |
| CASDA_LOGIN_URL | No | Safe credential verification endpoint. | |
| CASDA_MAX_RESULTS | No | Maximum bounded search window, up to a hard limit of 1000. | 100 |
| CASDA_MAX_RETRIES | No | Retries for safe reads only, with exponential backoff, jitter, and Retry-After. | 3 |
| CASDA_DATALINK_URL | No | Establishes an allowed CASDA host; product Datalink URLs still come from TAP. | |
| CASDA_DOWNLOAD_DIR | No | Required absolute containment directory when downloads are enabled. | |
| CASDA_ENABLE_STAGING | No | Enables archive-side request creation only when OPAL credentials are complete. | false |
| CASDA_ALLOW_OVERWRITE | No | Allows atomic replacement of an existing destination. Keep false normally. | false |
| CASDA_MAX_STAGE_BYTES | No | Maximum summed estimated staging size in bytes. | 107374182400 |
| CASDA_ENABLE_DOWNLOADS | No | Enables local file writes. | false |
| CASDA_CACHE_MAX_ENTRIES | No | Process-local cache bound; zero disables caching. | 256 |
| CASDA_CACHE_TTL_SECONDS | No | Read-only metadata cache TTL; zero disables caching. | 60 |
| CASDA_MAX_DOWNLOAD_BYTES | No | Maximum archive-reported and streamed bytes for one download. | 53687091200 |
| CASDA_MAX_STAGE_PRODUCTS | No | Maximum deduplicated products in one staging request. | 20 |
| CASDA_MAX_CONE_RADIUS_DEG | No | Maximum cone radius in degrees. | 5 |
| CASDA_MAX_MANIFEST_PRODUCTS | No | Maximum deduplicated products in one manifest. | 100 |
| CASDA_REQUEST_TIMEOUT_SECONDS | No | Metadata and control-request timeout. | 30 |
| CASDA_ALLOW_UNKNOWN_STAGE_SIZE | No | If false, products without estimated sizes cannot be staged. | false |
| CASDA_DOWNLOAD_TIMEOUT_SECONDS | No | Timeout used for a download response. | 300 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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