CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Cdt Express Mcp

riskthinking/cdt-express-mcp
1STDIOregistry active
Summary

Connects Claude to Riskthinking.AI's CDT Express API for querying climate risk data. You get access to climate exposure and impact metrics, probability-adjusted impacts, and distribution data across different scenarios and time horizons. Beyond climate metrics, it also surfaces physical assets, companies, and markets data from the CDT Express platform. Requires a CDT Express API key from their portal. Reach for this when you need to analyze climate risks for specific locations, assets, or portfolios directly in your AI workflow. Ships as an MCPB extension for Claude Desktop with stdio transport.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

CDT Express MCP Server

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

This project contains:

  • The core MCP server that can be used to interact with Riskthinking.AI's CDT Express API.
  • Distributable MCPB extension for the Claude desktop app in releases.

MCPB Extension Installation

  1. Download and install the Claude app from https://claude.ai/download.
  2. Download the cdt-express.mcpb file from the releases page.
  3. Open the Claude Desktop app, go to "Settings" -> "Extensions" -> "Advanced settings".
  4. Click on "Install Extension", select the downloaded cdt-express.mcpb file.
  5. Click on "Install".
  6. When prompted, enter your CDT Express API key, which is available at https://velo.riskthinking.ai/cdt-express.
  7. Review and enable the extension, then close the preview.
  8. The extension will be installed and you can use it in the app.
  9. When using for the first time, you may see the following prompt requesting for permission to use the extension provided tools, click on "Allow once" or "Always allow". a. Alternatively, you can manually configure in "Settings" -> "Extensions", and configure the Tool permissions for this extension.
  10. To update a new version, simply follow the same steps to "Install Extension", and click on "Update".

Roadmap

CDT Express Climate API:

  • Since v0.1.0: Climate exposure metrics
  • Since v0.2.0: Climate impact metrics
  • Since v0.2.0: Probability-adjusted impact
  • Since v0.2.0: Climate exposure distribution
  • Since v0.2.0: Climate impact distribution

Other CDT Express APIs:

  • Since v0.3.0: Physical Assets API
  • Since v0.3.0: Companies API
  • Since v0.3.0: Markets API

Integration:

  • Since v0.1.0: Support Stdio transport for local MCP server connectivity (e.g. extension for Claude desktop app and IDEs such as Cursor.)
  • Support Streamable HTTP transport for remote MCP server connectivity to support web AI chat experiences.

Development

  • [Optional] Use nvm to manage Node.js versions.
    • nvm use to use the version specified in .nvmrc.
  • Install dependencies: npm i
  • Build and package the extension: npm run pack:dev. You should find the cdt-express.mcpb file in the root directory.
    • This command is different from npm run pack in that it installs back the development dependencies after packaging.

Release

  1. [Human] Bump and sync the version in package.json and src/server.ts (constant SERVER_VERSION), without the v prefix (e.g. 0.5.2 instead of v0.5.2.)
  2. [Human] Create a new git tag with the new version, with the v prefix (e.g. v0.5.2). Typically do this through a new GitHub Release https://github.com/RiskThinking/cdt-express-mcp/releases/new, which has the advantage of ensuring code integrity and avoid unexpected local commits/changes.
  3. [CI/CD] The GitHub Actions workflow will be triggered, and the MCPB extension will be built and published to the MCP Registry.
  • The version across the git tag and package.json are checked to ensure consistency.

MCP Registry server.json

The version, package[0].sha256, and package[0].identifier fields in server.json are automatically calculated and injected by the GitHub Actions workflow, therefore intentionally not kept in version control.

Please refer to https://github.com/modelcontextprotocol/registry for latest details on the MCP Registry and track potential changes to the process.

MCPB manifest.json

The version field in manifest.json is automatically synced with the version in package.json by the npm run sync-manifest command (invoked by npm run pack), therefore intentionally not kept in version control. If you intend to make any manifest.json changes other than version, you should make sure to commit the changes before running npm run pack as it would reset (by git checkout manifest.json) the whole file.

Please refer to https://github.com/modelcontextprotocol/mcpb/blob/main/MANIFEST.md for the latest MCPB manifest specification.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Communication & Messaging
Registryactive
Packagehttps://github.com/RiskThinking/cdt-express-mcp/releases/download/v0.5.3/cdt-express.mcpb
TransportSTDIO
UpdatedApr 28, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
Microsoft 365 Teams

io.github.mindstone/mcp-server-microsoft-teams

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
8
Outlook Email

com.mintmcp/outlook-email

A MCP server for Outlook email that lets you search, read, and draft emails and replies.
8
Resend Email MCP

helbertparanhos/resend-email-mcp

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Email Mcp

marlinjai/email-mcp

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
13
Email (IMAP/SMTP)

io.github.mindstone/mcp-server-email-imap

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
8
HTML Email Playbook

io.github.osamahassouna/email-playbook-mcp

Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.