← Top 100 / Full directory (14,309)

Opendata Ademe

Dev Tools Remote 6 tools

Access to ADEME datasets (French ecological transition agency) - data on energy, environment, waste, transport, housing

GitHub ↗ Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://ademe-opendata--koumoul.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Tools

(6)
  • search_datasets

    Full-text search for datasets by French keywords. Returns matching datasets with ID, title, summary, and page link.

  • describe_dataset

    Get detailed metadata for a dataset: column schema, sample rows, license, spatial/temporal coverage.

  • search_data

    Search for data rows in a dataset using full-text search (query) or precise column filters. Returns matching rows and a filtered view URL.

  • aggregate_data

    Aggregate dataset rows by 1-3 columns with optional metrics (sum, avg, min, max, count). Defaults to counting unique values.

  • get_field_values

    List distinct values of a specific column. Useful to discover what values exist before filtering, or to populate a filter list.

  • calculate_metric

    Calculate a single metric (avg, sum, min, max, stats, value_count, cardinality, percentiles) on a dataset column. Supports filters to restrict the calculation to a subset of rows.

Related servers