Give any AI assistant access to IPCC, IPBES, and IPOS scientific reports via the Model Context Protocol.
| Tool | Input | Description |
|---|---|---|
retrieve_data_mcp |
query (string) |
IPCC / IPBES / IPOS document chunks and figures |
Coming soon: retrieve_graphs — OWID quantitative charts.
{
"mcpServers": {
"climateqa": {
"url": "https://ekimetrics-climateqa-mcp.hf.space/mcp"
}
}
}
In Settings → MCP connections, add:
URL: https://ekimetrics-climateqa-mcp.hf.space/mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"climateqa": {
"url": "https://ekimetrics-climateqa-mcp.hf.space/mcp"
}
}
}
In agent settings, add an MCP tool source:
URL: https://ekimetrics-climateqa-mcp.hf.space/mcp
Connect via Streamable HTTP to the endpoint above. No API key required.
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.