climate-mcp-server
Related Servers
Alternatives to climate-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables agents to validate climate processing configs, inspect available sample data, and run a climate data pipeline that aggregates mock daily weather into monthly summaries and plots. Returns validation results and rendered plot output through inline JSON configs.MIT
- AlicenseAqualityCmaintenanceWraps a climate data-processing pipeline so agents can inspect the config schema and available sample CSVs, validate an inline JSON config, and run the pipeline to return a monthly summary table plus a rendered plot, with file access sandboxed to the data and outputs directories.4MIT
- AlicenseNot gradedqualityAmaintenanceEnables coding agents to run project-specific checks, replays, simulations, and queries as MCP tools, providing ground-truth feedback on config edits instead of guessing.1MIT
- FlicenseNot gradedqualityCmaintenanceProvides MCP-compatible tools for data analysis, including file reading, Python/SQL execution, and hypothesis testing. Enables autonomous data analysis agents to interact with a sandboxed environment.1-
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to run declarative agents and DAG workflows as plain tools, with parallel nodes, review loops, and per-run least-privilege sandboxing.MIT
- FlicenseNot gradedqualityCmaintenanceProvides a secure, containerized Python sandbox for executing LLM-generated code with multi-layer isolation, along with JSON/CSV validation and workspace state snapshots.-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: schema retrieval, sample data listing, config validation, and pipeline execution. The only potential overlap is between get_config_schema and validate_climate_config, but their descriptions clearly differentiate them (informational vs. validation). Workflow order is logical and unambiguous.
All tool names follow a consistent snake_case verb_noun pattern: get_config_schema, list_sample_data, validate_climate_config, process_climate_data. The convention is predictable and easy to parse.
With only 4 tools, the set is tightly scoped to the climate data processing pipeline. Each tool is essential and serves a distinct purpose, and the count is appropriate for the narrow domain.
The tool set covers the core lifecycle: schema discovery, data listing, config validation, and execution. It lacks tools for inspecting results or managing stored data, but for a one-shot pipeline server, the surface is mostly complete.