← Registry

Analytics

myco2suite.io

Calculates CO2e emissions for various business activities including transactions, flights, freight, and energy use.

x402 supported1 endpoint11 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
MyCO2 Carbon API
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

MyCO2 Suite — carbon intelligence for agents. Beyond these MCP tools, the REST API at https://api.myco2suite.io/v1 accepts x402 pay-per-call (USDC on Base, no API key required): call any billable endpoint with no key to receive an HTTP 402 with machine-readable payment requirements, pay with any x402 client, and retry with the X-PAYMENT header. Pricing: ~$0.003 per standard call, $0.008 per CBAM call.

Known tools 11

calculate_emissions_transaction

Calculate CO2e emissions for a business transaction (spend-based)

Inferred read-only
calculate_emissions_flight

Calculate CO2e emissions for a flight

Inferred read-only
calculate_emissions_freight

Calculate CO2e emissions for freight transport (sea, road, rail, or air cargo).

Inferred read-only
calculate_emissions_activity

Calculate CO2e emissions for an activity (electricity, fuel combustion, materials, transport, etc.

Inferred read-only
calculate_emissions_activity_batch

Calculate CO2e emissions for up to 100 activities in a single request.

Inferred read-only
calculate_cbam_liability

Calculate CBAM (Carbon Border Adjustment Mechanism) embedded emissions and estimated EUR liability for an imported good.

Inferred read-only
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).

Inferred read-only
lookup_cbam_cn_codes

Look up / search EU Combined Nomenclature (CN) codes for CBAM.

Inferred read-only
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.

Inferred read-only
lookup_emission_factors

Look up emission factors by classification code (MCC, NAICS, ISIC, SIC, NACE, BEA) or activity type

Inferred read-only
list_activity_types

List available activity types for emission calculations, optionally filtered by country or category

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.