# CDT Express by Riskthinking.AI (remote · mcp.riskthinking.ai)

Interact with climate metrics via Riskthinking.AI's CDT Express API in supported AI chat experiences

- Trust score: 37/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-23

## Components

- remote · `mcp.riskthinking.ai`: 37/100 (this document), [markdown](https://verifymcp.io/servers/riskthinking-cdt-express-mcp/mcp.md), [page](https://verifymcp.io/servers/riskthinking-cdt-express-mcp/mcp)
- mcpb · `cdt-express.mcpb`: 10/100, [markdown](https://verifymcp.io/servers/riskthinking-cdt-express-mcp/https-github-com-riskthinking-cdt-express-mcp-releases-download-v0-6-0-cdt-expre.md), [page](https://verifymcp.io/servers/riskthinking-cdt-express-mcp/https-github-com-riskthinking-cdt-express-mcp-releases-download-v0-6-0-cdt-expre)

## Channel facts

- Endpoint: `https://mcp.riskthinking.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-23.

- **Endpoint Security**: 92/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - The endpoint enforces authorisation, advertised via RFC 9728 protected-resource metadata.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server supports Client ID Metadata Documents, the current MCP client-registration mechanism.
- **Transport & Reachability**: 0/100
  - Transport blocked by authentication: the endpoint requires auth we don't have to verify streamable-http.
- **Schema Quality & AI Usability**: 0/100
  - Schema blocked by authentication: the endpoint requires auth we don't have to read it.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.
- **Capabilities**: 0/100
  - Capabilities blocked by authentication: the endpoint requires auth we don't have to read them.

**Unverified: 5 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the CDT Express by Riskthinking.AI MCP server?

CDT Express by Riskthinking.AI is a hosted endpoint at https://mcp.riskthinking.ai/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http riskthinking-cdt-express-mcp 'https://mcp.riskthinking.ai/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "riskthinking-cdt-express-mcp": {
      "url": "https://mcp.riskthinking.ai/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "riskthinking-cdt-express-mcp": {
      "type": "http",
      "url": "https://mcp.riskthinking.ai/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.riskthinking-cdt-express-mcp]
url = "https://mcp.riskthinking.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "riskthinking-cdt-express-mcp": {
      "type": "remote",
      "url": "https://mcp.riskthinking.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add riskthinking-cdt-express-mcp --url 'https://mcp.riskthinking.ai/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  riskthinking-cdt-express-mcp:
    url: "https://mcp.riskthinking.ai/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "riskthinking-cdt-express-mcp": {
      "Transport": "http",
      "Url": "https://mcp.riskthinking.ai/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add riskthinking-cdt-express-mcp -t streamable-http -u 'https://mcp.riskthinking.ai/mcp'
```

### Other

```json
{
  "mcpServers": {
    "riskthinking-cdt-express-mcp": {
      "type": "http",
      "url": "https://mcp.riskthinking.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-19 (score 37)

First indexed and scored.

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/riskthinking-cdt-express-mcp/mcp#diagnostics

## Score history

- 2026-08-23: 37
- 2026-08-22: 37
- 2026-08-21: 37
- 2026-08-20: 37
- 2026-08-19: 37

## Common questions

### What is the CDT Express by Riskthinking.AI MCP server?

CDT Express by Riskthinking.AI is an MCP server listed in the public MCP registry as io.github.RiskThinking/cdt-express-mcp. Interact with climate metrics via Riskthinking.AI's CDT Express API in supported AI chat experiences. This page covers its hosted endpoint (https://mcp.riskthinking.ai/mcp).

### Is the CDT Express by Riskthinking.AI MCP server safe to use?

CDT Express by Riskthinking.AI scores 37 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Does the CDT Express by Riskthinking.AI MCP server require authentication?

Yes. CDT Express by Riskthinking.AI asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the CDT Express by Riskthinking.AI MCP server still maintained?

CDT Express by Riskthinking.AI is still listed as active in the MCP registry. We last reached this channel on 23 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.riskthinking.ai/mcp
- Repository: https://github.com/RiskThinking/cdt-express-mcp
- Changelog RSS feed: https://verifymcp.io/servers/riskthinking-cdt-express-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/riskthinking-cdt-express-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/riskthinking-cdt-express-mcp/mcp
