Data Collection
dynamical.org
Provides access to weather and climate datasets from dynamical.org, including metadata, search, and data retrieval.
ENDPOINT 1
https://mcp.dynamical.org/mcp
MCP server metadata
- Name
- dynamical-catalog
- Version
- 0.1.2
Tools for discovering and using dynamical.org's public STAC catalog of cloud-optimized weather and climate datasets: search for datasets by model/variable/region/resolution, look up a dataset's docs and update cadence, get a ready-to-run code snippet for opening its data, and check recent forecast-run freshness.
Known tools 4
get_dataset_infoGet documentation, spatial/time resolution, domain, and update cadence for one dynamical.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dynamical-catalog]
url = "https://mcp.dynamical.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dynamical-catalog": {
"type": "http",
"url": "https://mcp.dynamical.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dynamical-catalog
Remote MCP URL: https://mcp.dynamical.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dynamical-catalog": {
"url": "https://mcp.dynamical.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dynamical-catalog": {
"type": "http",
"url": "https://mcp.dynamical.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dynamical-catalog",
"transport": "streamable-http",
"url": "https://mcp.dynamical.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dynamical.org was fetched 2026-08-23T11:05:55.544Z and is being refreshed.
dynamical.org is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.