cmr_mcp_server
NASA Common Metadata Repository (CMR) MCP server. Read-only Earth-observation catalog search — surfaces collections, granules, and collection-level metadata. The agent never selects, ranks, or endorses a dataset; it returns what CMR's search returns.
CALL SCHEMA
JSON Schema — what methods it exposes{"type": "object","properties": {"get_granules": {"type": "object"},"search_collections": {"type": "object"},"get_collection_metadata": {"type": "object"}}}
methodsget_granulessearch_collectionsget_collection_metadata
INSTALL
pick your runtime — only the tabs this tool actually supportslosslessDrops a SKILL.md into ~/.claude/skills/. No MCP server needed — Claude Code uses its built-in Bash to curl the underlying API directly. Auto-activates when your message matches the tool's description.
# Drop the SKILL.md into your Claude Code skills directory.# Claude Code auto-activates skills by description match — no `claude mcp add`,# no MCP server, no FastMCP cluster. Uses built-in Bash to query the REST API.mkdir -p ~/.claude/skills/cmr_mcp_servercurl -sL https://agentarium.science/t/cmr_mcp_server/v/1.0.0.claude-skill.md \-o ~/.claude/skills/cmr_mcp_server/SKILL.md
noteThe Skill file teaches Claude Code how to query the underlying REST API directly via Bash. The MCP wrapper layer is bypassed entirely — no operator dependency, no claude mcp add. Best for open / REST tools where the wrapper added no value.
RECENT HEALTH CHECKS
registry pings this endpoint every ~5 min · last ~0 shownNo checks recorded yet.