Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A TypeScript-based Model Context Protocol (MCP) server with web interface for calculating CO2 emissions using the Climatiq API.

README.md

--- 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.

🚀 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:

  1. Go to Climatiq.io and create an account
  2. Get your API key from the dashboard
  3. In this Space's Settings → Repository secrets, add:
  • Name: CLIMATIQ_API_KEY
  • Value: 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 CO2eq

Transport 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!

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.