climatiq-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@climatiq-mcpsearch emission factors for electricity in France"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
title: Climatiq MCP TypeScript Interface emoji: ๐ colorFrom: green colorTo: blue sdk: docker app_port: 7860 pinned: false license: mit
๐ Climatiq MCP TypeScript Interface
A TypeScript-based Model Context Protocol (MCP) server with web interface for calculating CO2 emissions using the Climatiq API.
Related MCP server: TypeScript MCP Server Boilerplate
๐ Features
๐ Search Emission Factors: Find emission factors by keyword, region, and category
๐งฎ Calculate Emissions: Calculate CO2 emissions using specific emission factors
๐ Multi-region Support: Support for global emission factors (FR, DE--- title: Climatiq MCP Interface emoji: ๐ colorFrom: green colorTo: blue sdk: gradio sdk_version: 4.44.0 app_file: app.py pinned: false license: mit
๐ Climatiq MCP Interface
A Gradio-based web interface to test the Climatiq MCP (Model Context Protocol) server functionality for calculating CO2 emissions.
๐ Features
๐ Search Emission Factors: Find emission factors by keyword, region, and category
๐งฎ Calculate Emissions: Calculate CO2 emissions using specific emission factors
๐ Multi-region Support: Support for global emission factors (FR, DE, US, etc.)
๐ Interactive Results: View detailed emission breakdowns and factor information
โก Quick Examples: Pre-configured examples for common use cases
๐ ๏ธ How to Use
1. Configure API Key
This Space requires a Climatiq API key. To set it up:
Go to Climatiq.io and create an account
Get your API key from the dashboard
In this Space's Settings โ Repository secrets, add:
Name:
CLIMATIQ_API_KEYValue: Your Climatiq API key
2. Search for Emission Factors
Enter search terms like "electricity", "concrete", "transport"
Filter by region (FR, DE, US, etc.) and category
Browse the results table to find appropriate emission factors
3. Calculate Emissions
Copy the Activity ID from search results
Enter your activity data (amount, unit, unit type)
Specify the region if needed
Click "Calculate Emissions" to get CO2eq results
๐ Example Use Cases
Electricity Emissions
Search: "electricity france"
Activity ID: electricity-supply_grid-source_production_mix
Amount: 100 kWh (Energy) - Region: FR
Result: ~3-6 kg CO2eq (low carbon due to nuclear)Natural Gas Emissions
Search: "natural gas industrial"
Activity ID: fuel-type_natural_gas-fuel_use_industrial
Amount: 10 mยณ (Volume) - Region: CA
Result: ~20 kg CO2eqTransport Emissions
Search: "truck transport"
Select appropriate truck type from results
Amount: 100 km (Distance)
Result: Varies by vehicle type and load๐ง Technical Details
This interface connects to the Climatiq API to:
Search their database of 100,000+ emission factors
Calculate accurate CO2 equivalent emissions
Support various unit types (Energy, Weight, Volume, Distance, Number)
Provide detailed emission breakdowns (CO2, CH4, N2O)
๐ About Climatiq MCP
This interface demonstrates the capabilities of a Model Context Protocol (MCP) server for Climatiq, which can be integrated with AI assistants like Claude to provide real-time emission calculations in conversations.
๐ Links
๐ License
MIT License - Feel free to use and modify for your sustainability projects!
This server cannot be deployed
Maintenance
Related MCP Connectors
A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. Thisโฆ
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
A Model Context Protocol (MCP) server for Selise Blocks Cloud integration
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA TypeScript-based MCP server that provides weather information through resources and tools, allowing users to access current weather data and forecast predictions for different cities.4 npm-
- -licenseBqualityNot gradedmaintenanceA boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript SDK. Includes example tools for calculations and greetings, plus system information resources.3-
- FlicenseBqualityDmaintenanceA demonstration TypeScript MCP server that showcases basic MCP concepts with simple tools (greeting, calculator), text resources, and prompt templates for learning the Model Context Protocol.2-
- AlicenseNot gradedqualityDmaintenanceModel Context Protocol (MCP) server implementation demonstrating production-ready patterns in TypeScript, with tools for calculation, weather, and filesystem access.1MIT