Serversio.github.carhaix/oi
O

Oi

io.github.carhaix/oi · v0.2.0
● Remote
v0.2.0remote🌐 https://api.oioioi.ai/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.carhaix/oi",
  "description": "Access your Oi setup: teams, contexts, workflows, tools, and more.",
  "title": "Oi",
  "repository": {
    "url": "https://github.com/carhaix/oi-mcp",
    "source": "github"
  },
  "version": "0.2.0",
  "websiteUrl": "https://www.oioioi.ai/guides/what-is-oi-mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.oioioi.ai/mcp",
      "headers": [
        {
          "description": "Bearer token for Oi access. Use an OAuth access token or an exported Oi organization API key.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}