Skip to main content
Glama
rasdaman

Rasdaman MCP Server

Official
by rasdaman

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RASDAMAN_URLNoURL for the rasdaman serverhttp://localhost:8080/rasdaman/ows
RASDAMAN_PASSWORDNoSets the password for authenticationrasguest
RASDAMAN_USERNAMENoUsername for authenticationrasguest

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_coverages

Lists all available datacubes (coverages) in rasdaman.

describe_coverage

Retrieves structural metadata for a specific datacube (coverage).

wcps_query_crash_course

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_query

Executes a Web Coverage Processing Service (WCPS) query in rasdaman. Use this for spatio-temporal subsetting of datacubes, processing, aggregation, filtering.

Returns a structured dictionary indicating success, result_type, original query, the actual result value for scalar and small JSON or file path for large/binary results.

Important: Show the actual WCPS query and the result file path to the user.

wcps_doc_chaptersA

Lists the detailed WCPS documentation chapters, one per topic, each with a description of what it covers and when to fetch it. Use when the crash course is not detailed enough — pick the chapter matching your problem and fetch it with wcps_get_chapter(name). After a failed query, the 'common-errors' chapter maps error symptoms to fixes.

wcps_get_chapter

Returns one full WCPS documentation chapter (markdown) by name, as listed by wcps_doc_chapters(). Example: wcps_get_chapter("switch-case").

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/rasdaman/rasdaman-mcp'

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