API Tools
mycelium.global
Provides access to Mycelium emissions data, allowing users to search for companies and retrieve detailed environmental profiles and emission figures.
ENDPOINT 1
https://mycelium.global/mcp/server
MCP server metadata
- Name
- Mycelium
- Version
- 1.0.0
Mycelium is an open-access corporate carbon emissions database. Use these tools to answer questions about a company's reported or estimated greenhouse gas emissions, its Mycelium Score (0 to 10, higher is better) and Transparency Score, and how it ranks against its industry peers. Typical flow: call search-entities with the company name, pick the right match, then call get-entity-profile (scores, industry, reporting years) or get-emission-figures (full per-scope figures for one reporting year, in the OpenCCF data model). Provenance matters: every emissions line is tagged as reported by the company or estimated by Mycelium. Always preserve that distinction when presenting figures, and never present an estimated figure as one the company disclosed itself.
Known tools 3
get-entity-profileGet a company's public Mycelium profile: identity and registration, Mycelium Score (0 to 10) with industry rank, Transparency Score, and a per-year summary of total emissions in tonnes CO2e split into reported and estimated.
Inferred read-onlyget-emission-figuresGet a company's full greenhouse gas emission figures for one reporting year in the OpenCCF data model: per-scope lines (Scope 1, 2, 3 with categories) in kgCO2e, each tagged as reported by the company or estimated by Mycelium.
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.mycelium]
url = "https://mycelium.global/mcp/server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mycelium": {
"type": "http",
"url": "https://mycelium.global/mcp/server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mycelium
Remote MCP URL: https://mycelium.global/mcp/server
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": {
"mycelium": {
"url": "https://mycelium.global/mcp/server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mycelium": {
"type": "http",
"url": "https://mycelium.global/mcp/server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mycelium",
"transport": "streamable-http",
"url": "https://mycelium.global/mcp/server"
}
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.