← mycelium.global

INDIVIDUAL MCP TOOL

search-entities

Search the Mycelium emissions database for companies by name.

mycelium.globalnone authenticationAvailability not checked

LIVE ENDPOINT

https://mycelium.global/mcp/server

No auth detected

Connect to this endpoint to inspect the live schema for search-entities and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mycelium.global

CONNECT 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.

Related tools

  • get-entity-profile — 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.
  • get-emission-figures — 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.