Content Tools
carbonitex.dev
Provides search and retrieval of Eco game wiki pages, including detailed raw material calculations for recipes and items.
ENDPOINT 1
https://ecogame.carbonitex.dev/mcp
MCP server metadata
- Name
- EcoCarbonWiki
- Version
- 2.4.0
Read-only MCP for the EcoCarbonWiki. Use 'search' to find pages and 'fetch' to read a page as Markdown.
Known tools 10
searchFull-text search the Eco game wiki (items, recipes, skills, animals, plants, biomes, guides).
Inferred read-onlywiki_searchFull-text search the Eco game wiki (items, recipes, skills, categories, animals, plants, biomes).
Inferred read-onlywiki_total_rawFlatten 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-onlywiki_bomBill-of-materials for making a target item/recipe: the full crafting tree INCLUDING the crafted intermediate sub-components (NOT just raw leaves).
Inferred read-onlywiki_contract_basicsExplain how Solomon's help contracts and quests work for players (the kinds available, how rewards/escrow work, how completion is verified).
Inferred read-onlywiki_rankRank the wiki's entities by a NUMERIC field and return the top (or bottom) N.
Inferred read-onlywiki_aggregateCompute 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.