Interact with climate metrics via Riskthinking.AI's CDT Express API in supported AI chat experiences
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Interact with climate metrics through Riskthinking.AI's CDT Express API in supported AI chat experiences.
This project contains:
Add this URL as a custom MCP server in a compatible AI app:
The app opens VELO for sign-in or sign-up. After consent, authorization completes automatically: the CDT API key is provided to the MCP server through a server-to-server backchannel and is never shown to the AI app, browser URL, or MCP logs.
See the remote MCP live-testing guide for current platform requirements, setup steps, and acceptance checks.
The existing MCPB/stdio package remains available for local-only use.
Alternatively, build and run the included Dockerfile. Production requires
HTTPS at MCP_PUBLIC_BASE_URL. The Cloud Run disaster-recovery
guide covers WIF/IAM provisioning, GitHub
configuration, and Cloudflare DNS. Configure the visual-eyes deployment with
CDT_MCP_URL=https://mcp.riskthinking.ai/mcp so its /mcp/authorize route can
complete the authenticated hand-off.
The HTTP server provides:
/mcp, with JSON responses for broad client
compatibility.MCP_OAUTH_SECRET is the only durable secret and must be shared by all remote
MCP instances. Rotating it invalidates existing client registrations and
tokens. The current TypeScript SDK negotiates MCP through 2025-11-25, which
the major hosted clients currently use. The endpoint is structured for the
stateless 2026-07-28 transport and can switch when the stable TypeScript SDK
exposes that protocol revision.
cdt-express.mcpb from the
GitHub releases
page.To update the extension, install the newer MCPB file and select Update.
CDT Express Climate API:
v0.1.0:
Climate exposure metricsv0.2.0:
Climate impact metricsv0.2.0:
Probability-adjusted impactv0.2.0:
Climate exposure distributionv0.2.0:
Climate impact distributionOther CDT Express APIs:
v0.3.0:
Physical Assets APIv0.3.0:
Companies APIv0.3.0:
Markets APIIntegration:
v0.1.0: stdio transport for local MCP connectivity, including
the Claude Desktop extension and IDEs such as Cursor.v0.6.0: authenticated Streamable HTTP transport for remote MCP
connectivity to web AI chat experiences.nvm use to select
the Node.js version in .nvmrc.npm install.npm run pack. The resulting
cdt-express.mcpb file is written to the repository root. The command bundles
only the local stdio server into an isolated staging directory, leaving the
remote HTTP/OAuth server and its dependencies out of the extension.npm test.npm run bump:version -- <version>. The command treats package.json
as the source of truth and synchronizes the lockfile, server.json,
manifest.json, and the runtime SERVER_VERSION constant. It does not
create a Git tag; the GitHub release does that after the change is merged.v prefix, such as
v0.5.2, from the
new release page.server.jsonThe checked-in file is a valid remote-only server definition. The release
workflow calculates the MCPB hash and download URL, adds the complete
packages[0] record, validates the result, and publishes both installation
options together. See the MCP Registry documentation
for the current publishing process.
manifest.jsonnpm run pack synchronizes the staged manifest version from package.json
without modifying the checked-in manifest.json. See the
MCPB manifest specification
for current requirements.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/cdt-express-mcp)<a href="https://allmcps.com/mcp/cdt-express-mcp"><img src="https://allmcps.com/api/badge/cdt-express-mcp?style=directory" alt="Cdt Express MCP on AllMCPs" /></a>