styx
Tor gateway for AI agents: fetch URLs and rotate circuits through Tor, Bitcoin-settled.
Should I use this
Quality & Safety
Findings (3)
- LOWin styx_beacon
- LOWin styx_collect_key
- LOWin styx_renew
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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-httpWhat it can do
Tool inventory
Tools (6)
⚪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
Evidence