Rasdaman MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RASDAMAN_URL | No | URL for the rasdaman server. Can be set via environment variable or command-line argument --rasdaman-url (default: http://localhost:8080/rasdaman/ows). | |
| RASDAMAN_PASSWORD | No | Password for authentication. Can be set via environment variable or command-line argument --password (default: rasguest). | |
| RASDAMAN_USERNAME | No | Username for authentication. Can be set via environment variable or command-line argument --username (default: rasguest). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_coveragesA | Lists all available datacubes (coverages) in rasdaman. |
| describe_coverageB | Retrieves structural metadata for a specific datacube (coverage). |
| wcps_query_crash_courseA | Returns a crash course on writing WCPS queries: learn the basic syntax, common operations, and best practices for WCPS queries. It's recommended to check this before executing queries. |
| execute_wcps_queryB | Executes a Web Coverage Processing Service (WCPS) query in rasdaman. Use this for spatio-temporal subsetting of datacubes, processing, aggregation, or filtering. If the query returns binary data (e.g., an image or NetCDF file), the tool saves it to a temporary file and return the path. Important: Show the actual WCPS query and the result file path to the user. |
| validate_wcps_queryA | Use this to check if your WCPS query is syntactically correct before execution. Returns "VALID" if the query syntax is correct, or "INVALID SYNTAX: " otherwise. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/fastmcp-me/rasdaman-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server