惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
P
Palo Alto Networks Blog
SecWiki News
SecWiki News
S
Secure Thoughts
P
Privacy International News Feed
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
T
Tenable Blog
W
WeLiveSecurity
Application and Cybersecurity Blog
Application and Cybersecurity Blog
A
Arctic Wolf
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Spread Privacy
Spread Privacy
V2EX - 技术
V2EX - 技术
Project Zero
Project Zero
C
CERT Recently Published Vulnerability Notes
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
Cyberwarzone
Cyberwarzone
Hacker News - Newest:
Hacker News - Newest: "LLM"
S
Schneier on Security
L
Lohrmann on Cybersecurity
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Scott Helme
Scott Helme
H
Hacker News: Front Page
博客园 - Franky
月光博客
月光博客
D
DataBreaches.Net
Know Your Adversary
Know Your Adversary
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
O
OpenAI News
N
Netflix TechBlog - Medium
G
GRAHAM CLULEY
Engineering at Meta
Engineering at Meta
博客园 - 叶小钗
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
B
Blog
人人都是产品经理
人人都是产品经理
I
Intezer
酷 壳 – CoolShell
酷 壳 – CoolShell
云风的 BLOG
云风的 BLOG
IT之家
IT之家
V
Vulnerabilities – Threatpost
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
L
LangChain Blog
Google Online Security Blog
Google Online Security Blog
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网

AWS Open Source Blog

Open Protocols with the Strands Agents SDK | Amazon Web Services Building secure AI agents at scale: Introducing Loom for AWS | Amazon Web Services Building a Stateful IT Service Desk Agent with LangGraph on Amazon EKS | Amazon Web Services Open Governance for MySQL: A Step Forward for the Community | Amazon Web Services Governing AI Assets at Scale with MCP Gateway and Registry | Amazon Web Services Introducing Trusted Remote Execution: Policy-Enforced Scripts for AI Agents and Humans | Amazon Web Services Decoupling Authorization at Scale: MongoDB Atlas and Cedar-Based Resource Policies | Amazon Web Services Deploying cloud-based engineering workbenches with the Virtual Engineering Workbench on AWS | Amazon Web Services OCSF Achieves ITU Support: Powering AI-Ready Security Operations | Amazon Web Services AWS and Others Invest $12.5M to Defend the Open Source Ecosystem from AI Threats | Amazon Web Services Introducing Strands Labs: Get hands-on today with state-of-the-art, experimental approaches to agentic development | Amazon Web Services Cedar Joins CNCF as a Sandbox Project | Amazon Web Services Building intelligent physical AI: From edge to cloud with Strands Agents, Bedrock AgentCore, Claude 4.5, NVIDIA GR00T, and Hugging Face LeRobot | Amazon Web Services Shaping the future of MCP: AWS’s commitment and vision | Amazon Web Services Introducing Strands Agent SOPs – Natural Language Workflows for AI Agents | Amazon Web Services Announcing ml-container-creator for easy BYOC on SageMaker | Amazon Web Services The Swift AWS Lambda Runtime moves to AWSLabs | Amazon Web Services Jupyter Deploy: Create a JupyterLab application with real-time collaboration in the cloud in minutes | Amazon Web Services Introducing CLI Agent Orchestrator: Transforming Developer CLI Tools into a Multi-Agent Powerhouse | Amazon Web Services Strands Agents and the Model-Driven Approach | Amazon Web Services AWS joins the DocumentDB project to build interoperable, open source document database technology | Amazon Web Services Open Protocols for Agent Interoperability Part 4: Inter-Agent Communication on A2A | Amazon Web Services Powering AI-Driven Security with the Open Cybersecurity Schema Framework | Amazon Web Services Introducing Strands Agents 1.0: Production-Ready Multi-Agent Orchestration Made Simple | Amazon Web Services Open Protocols for Agent Interoperability Part 3: Strands Agents & MCP | Amazon Web Services Open Protocols for Agent Interoperability Part 2: Authentication on MCP | Amazon Web Services Introducing AWS CDK Community Meetings | Amazon Web Services Secure your Express application APIs in 5 minutes with Cedar | Amazon Web Services
Introducing MCP server for Registry of Open Data on AWS | Amazon Web Services
Guyu Ye · 2026-07-08 · via AWS Open Source Blog

AWS Open Source Blog

Today, we are launching an open source Model Context Protocol (MCP) server that brings AI-powered dataset discovery to Registry of Open Data on AWS (RODA). As of today, RODA hosts over 1,100 high-value datasets from more than 400 organizations, spanning satellite imagery, life sciences, climate, geospatial, and more. Ask a research question in Kiro, Claude Code, or any MCP-compatible AI assistant, and get back relevant datasets, metadata, and data previews to kickstart your project.

The Discovery Challenge

RODA democratizes access to diverse and high-value datasets. It hosts hundreds of petabytes of open datasets from organizations like NASA, NOAA, NIH, and the Allen Institute on AWS infrastructure, providing a centralized catalog to discover datasets that can support research workflows.

But even with open access, the path from a research question to the right dataset still takes work. A climate researcher needs to find the right NOAA dataset, locate its Amazon S3 bucket, understand the file structure, and test several files to evaluate fit, before starting their analysis. A bioinformatician needs to sift through dozens of genomics datasets, compare licensing terms, and determine which one fits their use case. The data is open, but discovering and evaluating it is still a manual process.

We asked: what if researchers did not have to do this manually? What if there were a tool that understands every dataset on RODA – its metadata, file structure, and contents—and could let users sample a few files to quickly evaluate fit before committing to deeper work?

That is why we built the RODA MCP server. MCP is an open standard introduced by Anthropic that enables AI assistants to connect to external data sources and tools. By building an MCP server for RODA, we equip any MCP-compatible AI assistant with tools to search the full catalog, inspect metadata, list bucket contents, and sample files on behalf of the researcher, turning the lengthy multi-step discovery process into a single conversation.

How It Works

The RODA MCP server exposes tools organized around three capabilities: discovery, exploration, and evaluation.

You can discover datasets by typing in questions like “search for datasets to study ocean temperature” or “genomics datasets from NIH” and get back matching datasets from the Registry with descriptions and licensing details.

Ki

Dataset discovery through the RODA MCP server showing matching datasets with descriptions and licensing details

You can explore any dataset by asking things like “get more details about 1000 Genomes data” to get its full metadata, or “find similar datasets” to surface related resources you might not have known about.

Exploring dataset metadata and finding similar datasets through the RODA MCP server

Once you have found something relevant, the natural next step is to evaluate it. Ask “preview this dataset” to see its S3 bucket structure, including how files are organized, what formats are used, and how the data is partitioned. Ask “sample this file” to read a small portion and check the contents, variables, and whether it fits your needs before committing to deeper investigation.

Previewing S3 bucket structure and sampling files through the RODA MCP server

Getting Started

You can add RODA MCP server to your MCP-compatible AI assistants using uv. For example, to configure it in Kiro, edit ~/.kiro/settings/mcp.json:

{
  "mcpServers": {
    "awslabs.roda-mcp-server": {
      "command": "uvx",
      "args": [
        "awslabs.roda-mcp-server@latest"
      ],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

To add it to Claude Code, run:

# Add RODA MCP Server
claude mcp add roda-mcp uvx awslabs.roda-mcp-server@latest

Try it out:

Once configured, ask your AI assistant questions in natural language:

  • “What genomics datasets are available under a Creative Commons license?”
  • “Show me datasets related to land surface temperature.”
  • “Preview the file structure of the 1000 Genomes dataset and sample a README.”

The RODA MCP server is an open source project under the Apache 2.0 license. Check out the GitHub repository for prerequisites, installation instructions, and full documentation. We’d love to hear how you’re using it. Open an issue to share feedback or request features.

To learn more about how we support customers and partners to innovate across health, education, and climate, check out AWS Impact and Open Data Sponsorship Program.