Skip to content
Back to EcoCarbonWiki

Card snapshot

ecogame.carbonitex.dev · 2026-08-10 11:44:29 UTC · 57e1419bcaacc28ee6ab0b4ccaad432666f559a492fc5083a65f64a29b903f37

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "EcoCarbonWiki",
  "description": "An auto-generated, read-only wiki of the Eco game world (items, recipes, skills, animals, plants, biomes, guides) built live from the running game server. Search and fetch pages as markdown; exposes a read-only MCP server for search + fetch.",
  "supportedInterfaces": [
    {
      "url": "https://ecogame.carbonitex.dev/mcp",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://ecogame.carbonitex.dev/wiki",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "version": "2.5.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "securitySchemes": {},
  "securityRequirements": [],
  "skills": [
    {
      "id": "search-eco-wiki",
      "name": "search-eco-wiki",
      "description": "Full-text search the Eco game wiki for items, recipes, skills, animals, plants, biomes and guides.",
      "tags": [
        "eco",
        "game-wiki"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    },
    {
      "id": "read-eco-wiki-page",
      "name": "read-eco-wiki-page",
      "description": "Fetch any Eco wiki page as clean Markdown via Accept: text/markdown (or ?format=md).",
      "tags": [
        "eco",
        "game-wiki"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    },
    {
      "id": "use-eco-wiki-mcp",
      "name": "use-eco-wiki-mcp",
      "description": "Call the wiki's read-only MCP endpoint (search + fetch tools) over JSON-RPC.",
      "tags": [
        "eco",
        "game-wiki"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    }
  ]
}