Serversio.github.lordbasilaiassistant-sudo/thryx-mcp-server
S

ThryxProtocol MCP Server

io.github.lordbasilaiassistant-sudo/thryx-mcp-server · v1.5.0
▦ npm
v1.5.0npm npm: @thryx/mcp-server↗ 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.lordbasilaiassistant-sudo/thryx-mcp-server",
  "description": "ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.",
  "title": "ThryxProtocol MCP Server",
  "repository": {
    "url": "https://github.com/lordbasilaiassistant-sudo/thryx-mcp-server",
    "source": "github"
  },
  "version": "1.5.0",
  "websiteUrl": "https://www.npmjs.com/package/@thryx/mcp-server",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@thryx/mcp-server",
      "version": "1.5.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your THRYX API key (starts with thryx_). Get one for free with `curl -X POST https://thryx.fun/api/agent/register`. If unset, the package auto-registers a fresh wallet on first run and saves the key to ~/.thryx-mcp/credentials.json.",
          "format": "string",
          "isSecret": true,
          "name": "THRYX_API_KEY"
        },
        {
          "description": "Override the launchpad base URL. Defaults to https://thryx.fun.",
          "format": "string",
          "name": "THRYX_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}