MCP ExplorerExplorer

Climate Triage Mcp

@Codeshark-NETon a year ago
1 MIT
FreeCommunity
AI Systems
An MCP server for searching climate-related open source issues with filters.

Overview

What is Climate Triage Mcp

climate-triage-mcp is an MCP server designed to integrate with the ClimateTriage API, enabling users to search for open source issues related to climate change and sustainability.

Use cases

Use cases include finding beginner-friendly issues in climate projects, tracking updates in sustainability software, and identifying trending topics in climate change discussions.

How to use

To use climate-triage-mcp, integrate it with your application by adding the provided configuration to your ‘claude_desktop_config.json’ file. You can then utilize the ‘search_climate_issues’ tool to find relevant issues.

Key features

Key features include issue search for climate-related projects, multiple filtering options by category, programming language, and keywords, as well as sorting options by creation date, update date, or stars.

Where to use

climate-triage-mcp can be used in fields such as environmental research, software development focused on sustainability, and any projects aiming to address climate change through open source contributions.

Content

ClimateTriage MCP Server

An MCP server implementation that integrates with the ClimateTriage API, providing tools to search for open source issues related to climate change and sustainability.

Features

  • Issue Search: Find open source issues in climate-related projects
  • Multiple Filters: Filter by category, programming language, keywords, and more
  • Sorting Options: Sort issues by creation date, update date, or stars

Tools

search_climate_issues

Searches for open source issues related to climate change and sustainability.

Inputs:

  • category (string, optional): Filter issues by project category (e.g., ‘Climate Change’, ‘Energy Systems’)
  • language (string, optional): Filter issues by programming language (e.g., ‘JavaScript’, ‘Python’)
  • keyword (string, optional): Filter issues by project keyword (e.g., ‘good first issue’, ‘help wanted’)
  • page (number, optional): Pagination page number (starts at 1)
  • per_page (number, optional): Number of records per page (default: 10)
  • sort (string, optional): Field to sort by (‘created_at’, ‘updated_at’, ‘stars’, default: ‘created_at’)
  • order (string, optional): Sort order (‘asc’ or ‘desc’, default: ‘desc’ for most recent first)

Configuration

By default, the server connects to the ClimateTriage API at https://ost.ecosyste.ms/api/v1.

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "climate-triage": {
      "command": "npx",
      "args": [
        "-y",
        "git+https://github.com/Codeshark-NET/climate-triage-mcp.git"
      ]
    }
  }
}

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers