1. Conduid
  2. Developer Tools
  3. AWS Open Data
MCP server · Developer Tools

AWS Open Data

☁️📂 MCP server for accessing AWS Open Data Registry

Unclaimed last commit 6 months ago cloud
48Fair

Scored 4 months ago · breakdown

About AWS Open Data

AWS Open Data is an MCP server published by domdomegg in the Developer Tools category: ☁️📂 MCP server for accessing AWS Open Data Registry. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx aws-open-data-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about AWS Open Data

Powered by Claude · Grounded in docs

I know everything about AWS Open Data. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

AWS Open Data Registry MCP Server

An MCP server that allows searching and exploring datasets from the AWS Open Data Registry.

Features

  • search_datasets: Search for datasets by name, description, or tags with fuzzy matching
  • get_dataset: Get detailed information about a specific dataset
  • Automatic caching of the AWS Open Data Registry for fast lookups

Installation

npm install

Usage

npm start

The server will be available at http://localhost:3000/mcp using the streamable HTTP transport. You can install this in Claude Code with: claude mcp add aws-open-data --transport http http://localhost:3000/mcp. You'll then need to restart Claude Code to pick up the new MCP.

Tools

search_datasets

Search for datasets matching a query. If no query is provided, returns all datasets.

Arguments:

  • query (string, optional): Search query to match against dataset names, descriptions, and tags. Empty query returns all datasets
  • limit (number, optional): Maximum number of results to return (default: 25)
  • detail (enum, optional): Detail level - 'nameOnly' (just names), 'minimal' (name and description), or 'full' (complete dataset info). Default: 'minimal'

Example:

{
  "query": "satellite",
  "limit": 5,
  "detail": "minimal"
}

get_dataset

Get detailed information about a specific dataset.

Arguments:

  • id (string, required): The ID of the dataset (without .yaml extension)

Example:

{
  "id": "sentinel-1"
}

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About AWS Open Data

How do I install AWS Open Data?

Run npx aws-open-data-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is AWS Open Data safe to use with an AI agent?

Its trust score is 48 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is AWS Open Data still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.