{
  "name": "What Does Khimba Think? by Khimba",
  "shortName": "Khimba second-opinion MCP",
  "description": "Ask another AI model for an independent opinion on a plan, code diff, repository or technical decision from inside a coding agent.",
  "homepage": "https://whatdoeskhimbathink.com/",
  "installGuide": "https://whatdoeskhimbathink.com/install/",
  "endpoint": {
    "url": "https://mcp.khimba.ai/mcp",
    "transport": "streamable-http",
    "authentication": "OAuth 2.0 with optional anonymous guest access"
  },
  "clients": {
    "codex": {
      "commands": [
        "codex mcp add khimba --url https://mcp.khimba.ai/mcp",
        "codex mcp login khimba"
      ]
    },
    "claudeCode": {
      "commands": [
        "claude mcp add --transport http --scope user khimba https://mcp.khimba.ai/mcp"
      ],
      "nextStep": "Open /mcp and authenticate as a guest."
    },
    "hermes": {
      "commands": [
        "hermes mcp add khimba --url https://mcp.khimba.ai/mcp --auth oauth",
        "hermes mcp login khimba"
      ]
    }
  },
  "examplePrompt": "What does DeepSeek think of this plan?",
  "guestAllowance": {
    "initialPromotionalCreditUsd": 1,
    "accountRequired": false,
    "paymentCardRequired": false
  },
  "pricing": {
    "basis": "official-provider token usage passed through at the provider's rate plus 7.5% in tokens",
    "additionalTokenPercentage": 7.5,
    "maximumAdditionalTokensPerRequest": 750,
    "maximumConfirmedBeforeInvocation": true,
    "unusedReservationReleased": true
  },
  "lastUpdated": "2026-07-20"
}
