Install rasdaman-mcp from PyPI
Install exact version 0.4.5. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'rasdaman-mcp==0.4.5'Enables natural language interaction with rasdaman multidimensional databases by translating tool calls into WCS/WCPS queries. It allows users to list coverages, retrieve metadata, and execute complex queries on datacubes through an LLM
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 0.4.5. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'rasdaman-mcp==0.4.5'| Canonical slug | rasdaman-mcp-server-02aaff40 | Deployment | Local Only |
|---|---|---|---|
| Canonical package | pypi:rasdaman-mcp | Repository | rasdaman/rasdaman-mcp |
| First published | Jul 20, 2026 | Latest release | Aug 21, 2026 |
| Last security verification | — | Classification confidence | 90% |
| Publication | Published | Official distribution | Yes |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| pypi | rasdaman-mcp | 0.4.5 | 2 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| pypirasdaman-mcp | 0.4.5Current | Aug 21, 2026 | 6 toolsSucceeded · 0 resources · 0 prompts | Failed |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
| Provenance | artifact_hash_verified | Signature | — |
|---|---|---|---|
| MCP SDK | — | Artifact SHA-256 | 9f51da098fb5d2f06c8aee8a98d42ded29080f3011c75849791f17d167c63b3f |
| Scanner | mcp-proof-engine 0.1.0 | Scan completed | Aug 23, 2026 |
| Security rating | — | Methodology | — |
| Tool | Category | Annotations | Risk |
|---|---|---|---|
describe_coverageRetrieves structural metadata for a specific datacube (coverage).Input schema{
"additionalProperties": false,
"properties": {
"coverage_id": {
"type": "string"
}
},
"required": [
"coverage_id"
],
"type": "object"
}Output schema{
"properties": {
"result": {
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"x-fastmcp-wrap-result": true
} | — | — | |
execute_wcps_queryExecutes 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.Input schema{
"additionalProperties": false,
"properties": {
"wcps_query": {
"type": "string"
}
},
"required": [
"wcps_query"
],
"type": "object"
}Output schema{
"additionalProperties": true,
"type": "object"
} | — | — | |
list_coveragesLists all available datacubes (coverages) in rasdaman.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"properties": {
"result": {
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"x-fastmcp-wrap-result": true
} | — | — | |
wcps_doc_chaptersLists 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.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"properties": {
"result": {
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"x-fastmcp-wrap-result": true
} | — | — | |
wcps_get_chapterReturns one full WCPS documentation chapter (markdown) by name, as
listed by wcps_doc_chapters(). Example: wcps_get_chapter("switch-case").Input schema{
"additionalProperties": false,
"properties": {
"name": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}Output schema{
"properties": {
"result": {
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"x-fastmcp-wrap-result": true
} | — | — | |
wcps_query_crash_courseReturns 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.Input schema{
"additionalProperties": false,
"properties": {},
"type": "object"
}Output schema{
"properties": {
"result": {
"type": "string"
}
},
"required": [
"result"
],
"type": "object",
"x-fastmcp-wrap-result": true
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: python -m pip install 'rasdaman-mcp==0.4.5'
Rasdaman MCP Server exposed 6 tools during independent protocol observation, including describe_coverage, execute_wcps_query, list_coverages, wcps_doc_chapters, wcps_get_chapter, wcps_query_crash_course.
Our scanner tested version 0.4.5 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Curated product and capability guides containing this catalog record.