Analytics
carbon.fyi
Provides carbon market analytics including current prices, historical data, market summaries, and related news.
ENDPOINT 1
https://www.carbon.fyi/api/mcp
MCP server metadata
- Name
- carbon.fyi
- Version
- 0.1.0
carbon.fyi provides curated voluntary carbon market (VCM) news and open market data. Call `get_market_summary` first for orientation. All tools are read-only. Story summaries are editorial rewrites of third-party reporting: always cite and link `source.url`, not carbon.fyi. Prices are point-in-time observations, never valuations or advice — the Klima carbon-class price in particular is a protocol spot price inversely related to liquidity, not a market benchmark.
Known tools 6
get_carbon_pricesCurrent voluntary carbon credit prices from two independent sources: per-category minimum/median price and available supply across the Carbonmark marketplace catalog, and spot prices per Klima Protocol carbon class.
Inferred read-onlyget_market_summaryOne call for orientation: how much of the archive is available, when it last updated, the story-tag breakdown (use these as `tag` values for search_news), and the current price table.
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.carbon-fyi]
url = "https://www.carbon.fyi/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carbon-fyi": {
"type": "http",
"url": "https://www.carbon.fyi/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carbon-fyi
Remote MCP URL: https://www.carbon.fyi/api/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": {
"carbon-fyi": {
"url": "https://www.carbon.fyi/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carbon-fyi": {
"type": "http",
"url": "https://www.carbon.fyi/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carbon-fyi",
"transport": "streamable-http",
"url": "https://www.carbon.fyi/api/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.