🌎 ClimateQ&A — MCP Server

Give any AI assistant access to IPCC, IPBES, and IPOS scientific reports via the Model Context Protocol.

Endpoint: https://ekimetrics-climateqa-mcp.hf.space/mcp
Transport: Streamable HTTP  MCP 2025-03-26

Available Tools

ToolInputDescription
retrieve_data_mcp query (string) IPCC / IPBES / IPOS document chunks and figures

Coming soon: retrieve_graphs — OWID quantitative charts.

Connect Your AI Assistant

Claude Desktop / Claude Code

{
  "mcpServers": {
    "climateqa": {
      "url": "https://ekimetrics-climateqa-mcp.hf.space/mcp"
    }
  }
}

ChatGPT

In Settings → MCP connections, add:
URL: https://ekimetrics-climateqa-mcp.hf.space/mcp

Cursor IDE

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "climateqa": {
      "url": "https://ekimetrics-climateqa-mcp.hf.space/mcp"
    }
  }
}

LeChat (Mistral)

In agent settings, add an MCP tool source:
URL: https://ekimetrics-climateqa-mcp.hf.space/mcp

Any MCP-compatible client

Connect via Streamable HTTP to the endpoint above. No API key required.

Usage logs

Tool calls on this public server are recorded as JSON files in the climateqa-mcp-logs dataset (read access is public). Browse the mcp/ folder to see which tools were called, with what input, and what was returned.

To find your calls among everyone else's, look at the client_info field in each log file. It carries the name and version your MCP client sends when it connects (for example "name": "cursor" for Cursor IDE). Filter on that field to locate your sessions quickly.

If you connect with a custom client, please set clientInfo to something meaningful — a clear name (team, project, or bot) and a version — so your usage is easy to identify and you can share more context with the community.

Example Queries