You're viewing a demo portfolio

Join the waitlist
PRSM

search_factors

Active

Tool of mcp-climatiq

declared in 0.1.0

Search Climatiq's emission-factor database. Use to discover factor IDs and required parameters before calling estimate_emissions. Filter by query, category, source (e.g., "EPA", "DEFRA"), region (ISO code), or year.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "electricity grid",
      "region": "US",
      "category": "electricity",
      "results_per_page": 25
    },
    {
      "year": 2023,
      "query": "concrete production",
      "source": "ecoinvent",
      "unit_type": "Mass"
    }
  ],
  "required": [],
  "properties": {
    "page": {
      "type": "number",
      "description": "1-based page (default 1)"
    },
    "year": {
      "type": "number",
      "description": "Publication year"
    },
    "query": {
      "type": "string",
      "description": "Free-text search (e.g., \"electricity grid\", \"concrete production\")"
    },
    "region": {
      "type": "string",
      "description": "ISO-3166 region code (e.g., \"US\", \"GB\", \"DE\")"
    },
    "source": {
      "type": "string",
      "description": "Source dataset (e.g., \"EPA\", \"DEFRA\", \"BEIS\", \"ecoinvent\")"
    },
    "category": {
      "type": "string",
      "description": "Climatiq category (e.g., \"electricity\", \"fuel\", \"freight\", \"computing\")"
    },
    "unit_type": {
      "type": "string",
      "description": "Activity unit type (Energy, Volume, Distance, Mass, etc.)"
    },
    "results_per_page": {
      "type": "number",
      "description": "1-100 (default 25)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-climatiq

https://github.com/pipeworx-io/mcp-climatiq

2/7 registries
View full server →