Skip to main content
Glama

Climatiq MCP Server

MIT License
5
  • Apple
  • Linux

procurement-emission

Calculate Scope 3.1 emissions from procurement spending using economic input-output life cycle assessment methods. Input amount, currency, country, and category to assess carbon impact.

Instructions

Calculate Scope 3.1 emissions from procurement spending using economic input-output life cycle assessment methods.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of money spent
categoryYesProcurement category (e.g., electronics, food, construction)
countryNoCountry code where purchases were madeUS
currencyNoCurrency code (e.g., USD, EUR, GBP)USD

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount of money spent", "type": "number" }, "category": { "description": "Procurement category (e.g., electronics, food, construction)", "type": "string" }, "country": { "default": "US", "description": "Country code where purchases were made", "type": "string" }, "currency": { "default": "USD", "description": "Currency code (e.g., USD, EUR, GBP)", "type": "string" } }, "required": [ "amount", "category" ], "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