Mycelium Emissions Database MCP Server

MCP serverSearch

Your AI can answer questions about company carbon emissions once this app is added. It searches emissions data covering scope 1, 2 and 3 figures, Mycelium Scores and rankings. Ask about a company and get the numbers directly.

Available today. Use it from your connected AI after setup.

After adding it, ask your AI about a company's emissions, for example its scope figures, Mycelium Score or ranking.

Then ask your AI: use Mycelium Emissions Database MCP Server to search entities

What your AI can do with it

  • Search carbon emissions data for a specific company
  • Find scope 1, 2 and 3 emissions figures
  • Look up a company's Mycelium Score
  • See where a company ranks on emissions

From the project's README

As published by myceliumnetwork/mcp-server in README.md.

A hosted Model Context Protocol server that gives AI assistants direct access to the Mycelium open corporate carbon emissions database: company search, Mycelium Scores, and full per-scope greenhouse gas figures.

Setup

Claude (claude.ai, Claude Desktop)

Settings → Connectors → Add custom connector → paste https://mycelium.global/mcp/server.

Claude Code

claude mcp add --transport http mycelium https://mycelium.global/mcp/server

Cursor / generic MCP client

{
  "mcpServers": {
    "mycelium": {
      "url": "https://mycelium.global/mcp/server"
    }
  }
}

Tools

search-entities

Search the emissions database for companies by name. Returns matching companies with their Mycelium Score and the slug handle used by the other tools.

InputTypeDescription
querystring (required)Company name or name fragment
countrystringOptional ISO 3166-1 alpha-3 filter, e.g. GBR, DEU
limitintegerMax matches to return, 1-25, default 10

get-entity-profile

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.

InputTypeDescription
entitystring (required)Slug from search-entities, or Mycelium public id GUID

get-emission-figures

Full greenhouse gas figures for one reporting year in the OpenCCF data model: per-scope lines (Scope 1, 2 and 3 with categories) in kgCO2e, each tagged as reported by the company or estimated by Mycelium.

InputTypeDescription
entitystring (required)Slug from search-entities, or Mycelium public id GUID
yearintegerReporting year, e.g. 2023. Defaults to the latest on file

Provenance

Every emissions line is tagged as reported by the company or estimated by Mycelium. Clients should preserve that distinction and never present an estimate as a company's own disclosure.

About the data

Mycelium is an open corporate carbon disclosure platform covering hundreds of thousands of entities, built from company reporting, registry data (GLEIF, Companies House and others) and modelled estimates. The same data is available over REST: see the Mycelium Network API.

License

Documentation in this repository is MIT licensed (see LICENSE). Use of the hosted service is governed by the terms at https://mycelium.global.

Tools it offers (3)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • search-entities
  • get-entity-profile
  • get-emission-figures

Signals

Last commit
Sep 2026
Advanced
Delivery
emissions-database MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
global-mycelium-emissions-database
Source
github.com/myceliumnetwork/mcp-server
Hosted endpoint
https://mycelium.global/mcp/server