Analytics
myco2suite.io
Calculates CO2e emissions for various business activities including transactions, flights, freight, and energy use.
ENDPOINT 1
https://api.myco2suite.io/v1/mcp
MCP server metadata
- Name
- MyCO2 Carbon API
- Version
- 1.0.0
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_transactionCalculate CO2e emissions for a business transaction (spend-based)
Inferred read-onlycalculate_emissions_freightCalculate CO2e emissions for freight transport (sea, road, rail, or air cargo).
Inferred read-onlycalculate_emissions_activityCalculate CO2e emissions for an activity (electricity, fuel combustion, materials, transport, etc.
Inferred read-onlycalculate_emissions_activity_batchCalculate CO2e emissions for up to 100 activities in a single request.
Inferred read-onlycalculate_cbam_liabilityCalculate CBAM (Carbon Border Adjustment Mechanism) embedded emissions and estimated EUR liability for an imported good.
Inferred read-onlycalculate_cbam_batchCalculate 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-onlylookup_cbam_cn_codesLook up / search EU Combined Nomenclature (CN) codes for CBAM.
Inferred read-onlylookup_cbam_carbon_pricesLook 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-onlylookup_emission_factorsLook up emission factors by classification code (MCC, NAICS, ISIC, SIC, NACE, BEA) or activity type
Inferred read-onlylist_activity_typesList available activity types for emission calculations, optionally filtered by country or category
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.