← myco2suite.io

INDIVIDUAL MCP TOOL

calculate_emissions_flight

Calculate CO2e emissions for a flight

myco2suite.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://api.myco2suite.io/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for calculate_emissions_flight and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

myco2suite.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.myco2-carbon-api]
url = "https://api.myco2suite.io/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "myco2-carbon-api": {
      "type": "http",
      "url": "https://api.myco2suite.io/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: myco2-carbon-api
Remote MCP URL: https://api.myco2suite.io/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "myco2-carbon-api": {
      "url": "https://api.myco2suite.io/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "myco2-carbon-api": {
      "type": "http",
      "url": "https://api.myco2suite.io/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "myco2-carbon-api",
  "transport": "streamable-http",
  "url": "https://api.myco2suite.io/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • calculate_emissions_transaction — Calculate CO2e emissions for a business transaction (spend-based)
  • calculate_emissions_freight — Calculate CO2e emissions for freight transport (sea, road, rail, or air cargo).
  • calculate_emissions_activity — Calculate CO2e emissions for an activity (electricity, fuel combustion, materials, transport, etc.
  • calculate_emissions_activity_batch — Calculate CO2e emissions for up to 100 activities in a single request.
  • calculate_cbam_liability — Calculate CBAM (Carbon Border Adjustment Mechanism) embedded emissions and estimated EUR liability for an imported good.
  • calculate_cbam_batch — Calculate CBAM liability for up to 100 shipments in one request and return a portfolio-level summary (total embedded tCO2e, total certificates, total EUR liability).
  • lookup_cbam_cn_codes — Look up / search EU Combined Nomenclature (CN) codes for CBAM.
  • lookup_cbam_carbon_prices — Look up the carbon price(s) in a country (World Bank Carbon Pricing Dashboard) as an INDICATIVE starting figure for the carbon_price_paid_eur_per_tonne input on calculate_cbam_liability.