← MCP Security Catalog

Rasdaman MCP Server 0.4.5

pypi · rasdaman-mcp · latest release

Scan failed
Security result
6
Observed tools
Version rating
Change risk

Independent inventory

Observed 2026-08-22T18:11:44.980Z using mcpSecurity-inventory. Protocol 2025-06-18.

ToolCategoryRisk
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
}

Resources 0

Resource templates 0

Prompts 0

Changes from previous version

No completed comparison is available.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: 9f51da098fb5d2f06c8aee8a98d42ded29080f3011c75849791f17d167c63b3f

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.