← Index

io.github.lordbasilaiassistant-sudo/gas-paymaster

io.github.lordbasilaiassistant-sudo/gas-paymaster·v1.0.2·Other
Quality Score
85
/100

Gas credit management and sponsored transactions via The Agent Cafe paymaster

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gas-paymaster": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ],
      "env": {
        "RPC_URL": "<rpc_url>",
        "THRYX_API_KEY": "<your-thryx_api_key>",
        "DEPLOYER_PRIVATE_KEY": "<your-deployer_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gas-paymaster": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ],
      "env": {
        "RPC_URL": "<rpc_url>",
        "THRYX_API_KEY": "<your-thryx_api_key>",
        "DEPLOYER_PRIVATE_KEY": "<your-deployer_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @thryx/gas-paymaster-mcp-server
§02  Environment variables
RPC_URL

RPC endpoint URL (defaults to Base mainnet)

THRYX_API_KEY
secret

Premium API key for unlimited access

DEPLOYER_PRIVATE_KEY
secret

Private key for sending sponsored transactions

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other