Skip to main content
Glama

Climatiq MCP Server

MIT License
5
  • Apple
  • Linux

hotel-emission

Calculate carbon emissions from hotel stays by entering the number of nights, location, and year of stay using a real-time emissions calculation tool integrated with the Climatiq MCP Server.

Instructions

Calculate carbon emissions from hotel stays based on the number of nights stayed and the location of the hotel.

Input Schema

NameRequiredDescriptionDefault
hotel_nightsYesNumber of nights stayed
locationYesLocation of the hotel
yearNoYear of the hotel stay

Input Schema (JSON Schema)

{ "properties": { "hotel_nights": { "description": "Number of nights stayed", "type": "number" }, "location": { "description": "Location of the hotel", "type": "string" }, "year": { "description": "Year of the hotel stay", "type": "number" } }, "required": [ "hotel_nights", "location" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jagan-shanmugam/climatiq-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server