Serverstech.skybridge.times-up/Time-s-Up
U

Time's up Skybridge example App

tech.skybridge.times-up/Time-s-Up · v0.0.1
● Remote
v0.0.1remote🌐 https://times-up.skybridge.tech↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "tech.skybridge.times-up/Time-s-Up",
  "description": "Skybridge Example App showcasing a Time's up game with the LLM",
  "title": "Time's up Skybridge example App",
  "version": "0.0.1",
  "websiteUrl": "https://skybridge.tech",
  "icons": [
    {
      "src": "https://avatars.githubusercontent.com/u/206831205?s=48&v=4",
      "mimeType": "image/png",
      "sizes": [
        "200x200"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://times-up.skybridge.tech"
    },
    {
      "type": "sse",
      "url": "https://times-up.skybridge.tech"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}