Mycelium Emissions Database
FreeNot checkedSearch company carbon emissions: scope 1, 2 and 3 figures, Mycelium Scores and rankings.
About
Search company carbon emissions: scope 1, 2 and 3 figures, Mycelium Scores and rankings.
README
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.
- Endpoint (streamable HTTP):
https://mycelium.global/mcp/server - Auth: none - anonymous access with a per-IP rate limit, so a pasted URL works in any MCP client
- Info page: https://mycelium.global/mcp
- REST API + OpenAPI spec: https://github.com/MyceliumNetwork/api
- Website: https://mycelium.global
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.
| Input | Type | Description |
|---|---|---|
query |
string (required) | Company name or name fragment |
country |
string | Optional ISO 3166-1 alpha-3 filter, e.g. GBR, DEU |
limit |
integer | Max 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.
| Input | Type | Description |
|---|---|---|
entity |
string (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.
| Input | Type | Description |
|---|---|---|
entity |
string (required) | Slug from search-entities, or Mycelium public id GUID |
year |
integer | Reporting 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.
Installing Mycelium Emissions Database
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/MyceliumNetwork/mcp-serverFAQ
Is Mycelium Emissions Database MCP free?
Yes, Mycelium Emissions Database MCP is free — one-click install via Unyly at no cost.
Does Mycelium Emissions Database need an API key?
No, Mycelium Emissions Database runs without API keys or environment variables.
Is Mycelium Emissions Database hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Mycelium Emissions Database in Claude Desktop, Claude Code or Cursor?
Open Mycelium Emissions Database on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare Mycelium Emissions Database with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
