Mycelium Emissions Database
Server Details
Search company carbon emissions: scope 1, 2 and 3 figures, Mycelium Scores and rankings.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- MyceliumNetwork/mcp-server
- GitHub Stars
- 0
Available Tools
3 toolsget-emission-figuresGet Emission FiguresAInspect
Get 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. Omit year for the latest reporting year.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Reporting year, e.g. 2023. Defaults to the latest year on file. | |
| entity | Yes | The company's slug (from search-entities) or Mycelium public id GUID. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It explains that figures include per-scope data, units, and whether values are reported by the company or estimated by Mycelium, giving meaningful insight into the response. It does not cover edge cases or error behavior, but for a read operation this is reasonably transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no wasted words. The first sentence front-loads the action and key details, while the second gives a concise usage tip. Every clause adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity, no output schema, and empty annotations, the description sufficiently covers what the tool returns (scope breakdown, units, source tags) and how to customize the call via year. The required entity parameter is clearly documented. Nothing essential is missing for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The tool description adds the 'Omit year' instruction, but this merely restates the schema's 'Defaults to the latest year on file.' The entity parameter is already well documented as coming from search-entities, so the description adds little beyond what structured data already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Get' with a clear resource: a company's full greenhouse gas emission figures for one reporting year in the OpenCCF data model. It details what is included (per-scope lines, kgCO2e, reported/estimated tags), which clearly distinguishes it from siblings like get-entity-profile and search-entities.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly frames the intended use: retrieving emission figures for one reporting year, with the instruction to omit year for the latest reporting year. The schema adds guidance to obtain the entity slug from search-entities, implying a workflow. However, it does not explicitly contrast with sibling tools or state when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-entity-profileGet Entity ProfileAInspect
Get 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. Use search-entities first to find the slug.
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | The company's slug (from search-entities) or Mycelium public id GUID. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral context. It states the profile is public, implies a read-only operation through 'Get', and clarifies the data scope including score ranges and emissions split. It does not mention failure modes or authentication needs, but for a simple public profile read this is reasonable disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. It front-loads the core purpose, then lists what the profile contains, and ends with the actionable prerequisite. Every sentence contributes useful information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has only one required parameter and no output schema, but the description covers the major response fields and the prerequisite for obtaining the parameter. Some response shape details and error behavior are absent, but the description is sufficient for an agent to invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already documents the single parameter fully, including that entity can be a slug or GUID and that the slug comes from search-entities. The description reinforces the slug workflow but adds little semantic value beyond the schema, so the high-coverage baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and identifies the resource as a company's public Mycelium profile, then enumerates the key contents: identity/registration, Mycelium Score, industry rank, Transparency Score, and emissions summary. This makes its purpose clear and distinguishes it from the sibling tools without needing to inspect schemas.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent to use search-entities first to find the slug, which is a clear usage precondition. It does not explicitly contrast this tool with get-emission-figures or state when not to use it, but the context is strong enough for basic routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search-entitiesSearch EntitiesAInspect
Search the Mycelium emissions database for companies by name. Returns matching companies with their Mycelium Score and the slug handle used by the other tools. Optionally filter by ISO 3166-1 alpha-3 country code.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matches to return. Defaults to 10. | |
| query | Yes | Company name (or name fragment) to search for. | |
| country | No | Optional ISO 3166-1 alpha-3 country code filter, e.g. GBR or DEU. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations at all, the description carries the full burden of behavioral disclosure. It discloses what the tool returns (matching companies with Mycelium Score and slug handle) and the optional country filter, which adds useful context. However, it does not describe matching semantics (fuzzy vs exact), result ordering, pagination limitations, or empty-result behavior, so there are clear gaps for a tool with no annotations and no output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and efficient: two sentences that front-load the action and scope, then state the return value and the optional filter. No irrelevant information is present, although it could have been slightly more expansive on usage context without becoming bloated.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 3-parameter search tool with high schema coverage, the description covers the core purpose, the key return values, and the optional filter. The mention of the slug being 'used by the other tools' connects it to the sibling tools and provides useful workflow context. It lacks an explicit output schema and some behavioral detail, but overall the agent has enough to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents query, limit, and country with clear descriptions. The tool description adds no new parameter-level meaning beyond restating that search is by name and country is an optional filter. Baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb-resource pair: 'Search the Mycelium emissions database for companies by name.' It also distinguishes itself from the sibling getter tools by noting that it returns the slug handle used by the other tools, so an agent can recognize search-entities as the discovery step rather than a retrieval or detail tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage: it is the tool that returns slugs for other tools, so it should be used first to identify entities. It does not explicitly state when not to use it or name alternatives like get-entity-profile or get-emission-figures, leaving some inference to the agent. This is adequate but not fully explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
get-emission-figures - First observed
get-entity-profile - First observed
search-entities
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Verified CO2e for any transaction, activity, flight, shipment or CBAM import. 200+ countries.
Search and verify 360K+ business entities with trust scores and W3C credentials.
Sourced carbon emission factors + audit-traced calculations an AI can cite.
Voluntary carbon market news and open carbon price data. Read-only, keyless.
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceEnables carbon accounting by matching activities to emission factors via semantic search and AI ranking, supporting ELCD and ecoinvent databases.461-
- AlicenseAqualityDmaintenanceSearch companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.519MIT
- AlicenseAqualityCmaintenanceSourced carbon emission factors + audit-traced calculations an AI can cite.1124MIT
- AlicenseNot gradedqualityCmaintenanceCO2 & Climate Intelligence MCP — live EU ETS carbon price, real-time grid carbon intensity, 50 blockchain carbon footprints (Bitcoin 1513 kWh/tx vs VeChain 0.00024 kWh/tx), VeChain DNV ISO14040/14044 certified. 11 tools.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
search-entities is clearly the discovery tool, while get-entity-profile and get-emission-figures serve distinct levels of detail: profile/score/summary versus full per-scope GHG data. The descriptions draw a clear boundary, so an agent should be able to select the right tool confidently.
All tool names follow the same lowercase hyphenated verb-noun pattern: get-emission-figures, get-entity-profile, search-entities. The get prefix for retrieval and search for discovery is predictable and internally consistent.
Three tools is at the lower bound, but it fits a read-only emissions database lookup server: one search tool and two retrieval tools cover the core needed operations without unnecessary bloat. Each tool has a distinct and necessary role.
The tool set covers the full lookup workflow: find the company, fetch its profile/summary, and get detailed emissions for a reporting year. For a public emissions database, there are no obvious dead ends or missing operations that would prevent an agent from accomplishing the stated purpose.