Skip to content
Back to MEOK Town

Card snapshot

meok.ai · 2026-06-23 11:41:30 UTC · 6e5fd3d97d1c7e6c73b950a2836e710ede71dda1a075eb6d44ee82946767baf3

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": "MEOK Town",
  "description": "CSOAI's persistent protocol town where 290+ MCP servers are buildings, A2A connections are roads, and players test agentic infrastructure together.",
  "url": "https://meok.ai/town",
  "provider": {
    "name": "MEOK AI LABS",
    "url": "https://meok.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://github.com/CSOAI-ORG/clawd-workspace/blob/main/meok-universe/research/mcp_a2a_town_integration.md",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "mcp-city",
      "name": "MCP City",
      "description": "Browse 290+ MCP servers rendered as buildings with live health scores.",
      "tags": [
        "mcp",
        "protocols",
        "scoreboard"
      ]
    },
    {
      "id": "agent-quarters",
      "name": "Agent Quarters",
      "description": "Discover 145+ MEOK agents via A2A Agent Cards at /agent-card/{slug}.",
      "tags": [
        "a2a",
        "agents",
        "discovery"
      ]
    },
    {
      "id": "protocol-quests",
      "name": "Protocol Quests",
      "description": "Solo, PvP, co-op, and sandbox missions for testing agentic infrastructure.",
      "tags": [
        "gaming",
        "testing",
        "quests"
      ]
    }
  ]
}