Skip to main content
Glama

Related Servers

Alternatives to climate-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables 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
    • A
      license
      A
      quality
      C
      maintenance
      Wraps 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.
      4
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Provides 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
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Provides a secure, containerized Python sandbox for executing LLM-generated code with multi-layer isolation, along with JSON/CSV validation and workspace state snapshots.
      -

    TDQS

    A4.3/5.0

    Scored across 4 tools

    Disambiguation4/5

    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.

    Naming Consistency5/5

    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.

    Tool Count5/5

    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.

    Completeness4/5

    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.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues