titan

GPU compute API: LLM inference (ornith-1.5) on RTX 4080, pay-per-credit in Bitcoin.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
66%
Naming quality
80%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~336Tokens (tool definitions)
~427 BTypical response size
Minimal attention impact (0.26% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "titan": {
      "url": "https://titan-mcp.thetempleofdoom.com/mcp"
    }
  }
}

Remote endpoints

https://titan-mcp.thetempleofdoom.com/mcpstreamable-http

What it can do

Tool inventory

Tools (5)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢titan_beacon

Check TITAN GPU compute status (free, no key needed).

Input Schema

{
  "type": "object",
  "properties": {},
  "title": "titan_beaconArguments"
}
titan_generate(prompt, model, api_key)

Run LLM inference on the RTX 4080. Costs 1 credit. Requires an API key.

Input Schema

{
  "type": "object",
  "properties": {
    "prompt": {
      "title": "Prompt",
      "type": "string"
    },
    "model": {
      "default": "qwen3.8fast",
      "title": "Model",
      "type": "string"
    },
    "api_key": {
      "default": "",
      "title": "Api Key",
      "type": "string"
    }
  },
  "required": [
    "prompt"
  ],
  "title": "titan_generateArguments"
}
🟡titan_order(credits)

Create a payment order for TITAN credits (returns a BTCPay checkout URL).

Input Schema

{
  "type": "object",
  "properties": {
    "credits": {
      "default": 100,
      "title": "Credits",
      "type": "integer"
    }
  },
  "title": "titan_orderArguments"
}
titan_collect_key(order_id)

Collect your TITAN API key after paying (status=settled).

Input Schema

{
  "type": "object",
  "properties": {
    "order_id": {
      "title": "Order Id",
      "type": "string"
    }
  },
  "required": [
    "order_id"
  ],
  "title": "titan_collect_keyArguments"
}
🟢titan_credits(api_key)

Check remaining credits for an API key.

Input Schema

{
  "type": "object",
  "properties": {
    "api_key": {
      "default": "",
      "title": "Api Key",
      "type": "string"
    }
  },
  "title": "titan_creditsArguments"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded5 tools