styx

Tor gateway for AI agents: fetch URLs and rotate circuits through Tor, Bitcoin-settled.

Should I use this

Quality & Safety

B
Description quality
82%
Schema completeness
67%
Naming quality
80%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Findings (3)

  • LOWTool 'styx_beacon' description lacks action verbin styx_beacon
  • LOWTool 'styx_collect_key' description lacks action verbin styx_collect_key
  • LOWTool 'styx_renew' description lacks action verbin styx_renew

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~379Tokens (tool definitions)
~375 BTypical response size
Minimal attention impact (0.30% 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": {
    "styx": {
      "url": "https://styx-mcp.thetempleofdoom.com/mcp"
    }
  }
}

Remote endpoints

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

What it can do

Tool inventory

Tools (6)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
styx_beacon

Ping STYX — return liveness and the current Tor exit identity.

Input Schema

{
  "type": "object",
  "properties": {},
  "title": "styx_beaconArguments"
}
🟡styx_order(credits)

Create a BTCPay invoice for STYX credits (min 100). Returns order_id + checkout_link to pay.

Input Schema

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

After paying the invoice, collect your API key by order_id.

Input Schema

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

Fetch a URL through the Tor network. Requires a paid STYX key (1 credit).

Input Schema

{
  "type": "object",
  "properties": {
    "url": {
      "title": "Url",
      "type": "string"
    },
    "api_key": {
      "default": "",
      "title": "Api Key",
      "type": "string"
    }
  },
  "required": [
    "url"
  ],
  "title": "styx_fetchArguments"
}
styx_renew(api_key)

Rotate to a fresh Tor circuit/identity (1 credit).

Input Schema

{
  "type": "object",
  "properties": {
    "api_key": {
      "default": "",
      "title": "Api Key",
      "type": "string"
    }
  },
  "title": "styx_renewArguments"
}
🟢styx_credits(api_key)

Check remaining credits on your STYX key.

Input Schema

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

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded6 tools