← Back to Plugins
MCP Server MCP

ThryxProtocol MCP Server

github By github 👁 1 views ▲ 0 votes

ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.

Homepage Verified source GitHub

Install

npx -y @thryx/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...