← carbonitex.dev

INDIVIDUAL MCP TOOL

wiki_aggregate

Compute an aggregate over the wiki's entities — count / sum / avg / min / max of a numeric field across a whole kind, with an optional numeric 'where' filter.

carbonitex.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://ecogame.carbonitex.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for wiki_aggregate 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

carbonitex.dev

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.ecocarbonwiki]
url = "https://ecogame.carbonitex.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ecocarbonwiki": {
      "type": "http",
      "url": "https://ecogame.carbonitex.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ecocarbonwiki
Remote MCP URL: https://ecogame.carbonitex.dev/mcp

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": {
    "ecocarbonwiki": {
      "url": "https://ecogame.carbonitex.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ecocarbonwiki": {
      "type": "http",
      "url": "https://ecogame.carbonitex.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ecocarbonwiki",
  "transport": "streamable-http",
  "url": "https://ecogame.carbonitex.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Full-text search the Eco game wiki (items, recipes, skills, animals, plants, biomes, guides).
  • fetch — Fetch a single Eco wiki page as Markdown.
  • wiki_search — Full-text search the Eco game wiki (items, recipes, skills, categories, animals, plants, biomes).
  • wiki_get — Read full facts for one OR MANY wiki pages in a single call.
  • wiki_total_raw — Flatten a recipe or craftable item to its TOTAL RAW materials across the whole production chain, with total labor calories, total craft minutes, and crafting-step count.
  • wiki_bom — Bill-of-materials for making a target item/recipe: the full crafting tree INCLUDING the crafted intermediate sub-components (NOT just raw leaves).
  • wiki_calc — Compute EXACT numbers for a chosen setup.
  • wiki_contract_basics — Explain how Solomon's help contracts and quests work for players (the kinds available, how rewards/escrow work, how completion is verified).