MCP server intelligence profile

Rasdaman MCP Server

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

Local OnlyOfficial distributionrasdaman
Verified cleanPypi · 0.4.5

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.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

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'

Identity

Canonical slugrasdaman-mcp-server-02aaff40DeploymentLocal Only
Canonical packagepypi:rasdaman-mcpRepositoryrasdaman/rasdaman-mcp
First publishedJul 20, 2026Latest releaseAug 21, 2026
Last security verificationClassification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
pypirasdaman-mcp0.4.52Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
pypirasdaman-mcp0.4.5CurrentAug 21, 20266 toolsSucceeded · 0 resources · 0 promptsFailed
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDKArtifact SHA-2569f51da098fb5d2f06c8aee8a98d42ded29080f3011c75849791f17d167c63b3f
Scannermcp-proof-engine 0.1.0Scan completedAug 23, 2026
Security ratingMethodology

Current protocol inventory

2025-06-18Negotiated protocol
Rasdaman MCP ServerServer-reported name
6Capability groups
Aug 22, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
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

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Rasdaman MCP Server questions

How do I install Rasdaman MCP Server?

Install the selected package version with: python -m pip install 'rasdaman-mcp==0.4.5'

What tools does Rasdaman MCP Server provide?

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.

Is Rasdaman MCP Server secure?

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.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Database MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.