← Back to Plugins
MCP Server MCP

io.github.uxjulie-climate/sustainability-auditor

github By github 👁 1 views ▲ 0 votes

Website carbon footprint auditor. CO2/page, grade A–F, green hosting check, and recommendations.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.climateux.net/mcp",
      "headers": [
        {
          "value": "{api_key}",
          "name": "X-API-Key"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your ClimateUX API key. Get a free key at https://api.climateux.net/api/v1/keys/register",
          "isSecret": true
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...