MCP Mycelium Network
OfficialMycelium Emissions Database MCP Server
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/serverAuth: 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/serverCursor / generic MCP client
{
"mcpServers": {
"mycelium": {
"url": "https://mycelium.global/mcp/server"
}
}
}Related MCP server: carbon-factor-matcher
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 |
| string (required) | Company name or name fragment |
| string | Optional ISO 3166-1 alpha-3 filter, e.g. |
| 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 |
| string (required) | Slug from |
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 |
| string (required) | Slug from |
| 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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Verified CO2e for any transaction, activity, flight, shipment or CBAM import. 200+ countries.
Sourced carbon emission factors + audit-traced calculations an AI can cite.
Natural-language queries over a verified emissions knowledge graph, plus standards validation
Private company data & real-time news signals for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI agents with access to CO2 emissions data, climate projections, and risk assessments for heat, flooding, and drought, supporting ESG analysis and CSRD compliance.MIT
- FlicenseNot gradedqualityAmaintenanceEnables carbon accounting by matching activities to emission factors via semantic search and AI ranking, supporting ELCD and ecoinvent databases.461-
- FlicenseAqualityDmaintenanceExposes ESG/CSR data from Zei World to LLMs, enabling sector browsing, company search, ESG score comparison, and detailed evaluation criteria exploration through natural language.82-
- AlicenseAqualityAmaintenanceEnables AI agents to investigate corporate ownership, trace ultimate beneficial owners, screen sanctions, detect offshore exposure, and access fully cited dossiers from 130M+ entities across 31 global registries.213611MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyceliumNetwork/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server