climate-triage-mcp
Documentation
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.
Frequently asked questions
What is climate-triage-mcp?
climate-triage-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install climate-triage-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is climate-triage-mcp open source?
Yes — it is hosted on GitHub at https://github.com/codeshark-net/climate-triage-mcp and has 1 stars.
Related MCP tools
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
MCP server that provides tools and resources for interacting with n8n API TypeScript-based implementation. Trusted by 1400+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP