domdomegg

AWS Open Data Registry MCP Server

Community domdomegg
Updated

โ˜๏ธ๐Ÿ“‚ MCP server for accessing AWS Open Data Registry

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:

  • filename (string, required): The filename of the dataset (must end with .yaml)

Example:

{
  "filename": "sentinel-1.yaml"
}

MCP Server ยท Populars

MCP Server ยท New

    docmancer

    Docmancer

    Find out what your coding agents already know. Docmancer indexes the memory, rules, and instructions Claude Code, Codex, Cursor, and Gemini wrote on your machine, then carries the durable parts to every agent. Local-first, MIT.

    Community docmancer
    lineai-intelligence

    codelogic-mcp-server

    An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.

    HUANGCHIHHUNGLeo

    claude-real-video

    Let Claude (or any LLM) actually watch a video โ€” scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.

    Community HUANGCHIHHUNGLeo
    jgraph

    Draw.io MCP Server

    MCP Server

    Community jgraph
    ninetails-io

    gnucash-mcp

    MCP server enabling AI assistants to read and write GnuCash accounting data

    Community ninetails-io