Skip to main content
Glama
manas-katyal

EnergiMCP

by manas-katyal

Related Servers

Alternatives to EnergiMCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      Provides access to Danish energy data from Energinet, including real-time electricity spot prices, CO2 emissions, and production mix. It enables users to monitor grid status and identify the most cost-effective hours for energy-intensive tasks.
      4
      2 npm
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Read-only MCP server for Energinet's public Energi Data Service. Enables dataset search, arbitrary dataset queries with filters, and CO2 emissions retrieval for DK1/DK2 without an API key.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables analysis of Danish household electricity consumption to suggest optimal times for shifting usage to save money, using hourly import and grid charges from Eloverblik and spot prices from Energi Data Service.
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Provides tools for querying Danish day-ahead electricity prices, finding cheapest charging windows, estimating costs, and creating pending charging plans, with strict validation and human-in-the-loop approval for write operations.
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables querying European electricity generation, prices, and capacity data from Fraunhofer ISE's Energy-Charts platform.
      7 npm
      MIT

    TDQS

    A4.3/5.0

    Scored across 7 tools

    Disambiguation4/5

    The catalogue workflow tools (list_datasets, describe_dataset, query_dataset) and the three convenience getters are largely distinct, but query_dataset can in principle fetch data overlapping with get_electricity_prices, get_carbon_intensity, and get_power_system_now. That boundary is slightly ambiguous, though the specialized getters make the intended choice clear in most cases.

    Naming Consistency4/5

    Most tool names follow a predictable verb_noun snake_case pattern: list_datasets, describe_dataset, query_dataset, get_electricity_prices. Minor inconsistencies include list_datasets being plural while describe_dataset/query_dataset are singular, and download_url being less verb-like than the other retrieval helpers.

    Tool Count5/5

    Seven tools is a well-scoped set for this domain: three catalogue lifecycle tools, one export helper, and three high-value convenience queries. Each tool earns its place without redundancy or bloat.

    Completeness5/5

    The set covers the full read-only workflow: discover datasets, inspect metadata, query rows, and generate download URLs for large exports. It also anticipates common user questions with electricity prices, carbon intensity, and power system snapshots, while query_dataset covers anything else in the catalogue.