← Registry

Content Tools

carbonitex.dev

Provides search and retrieval of Eco game wiki pages, including detailed raw material calculations for recipes and items.

1 endpoint10 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://ecogame.carbonitex.dev/mcp

No auth detected

MCP server metadata

Name
EcoCarbonWiki
Version
2.4.0
Capabilities
tools
Server instructions

Read-only MCP for the EcoCarbonWiki. Use 'search' to find pages and 'fetch' to read a page as Markdown.

Known tools 10

search

Full-text search the Eco game wiki (items, recipes, skills, animals, plants, biomes, guides).

Inferred read-only
fetch

Fetch a single Eco wiki page as Markdown.

Inferred read-only
wiki_search

Full-text search the Eco game wiki (items, recipes, skills, categories, animals, plants, biomes).

Inferred read-only
wiki_get

Read full facts for one OR MANY wiki pages in a single call.

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
wiki_calc

Compute EXACT numbers for a chosen setup.

Inferred read-only
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).

Inferred read-only
wiki_rank

Rank the wiki's entities by a NUMERIC field and return the top (or bottom) N.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.