# io.github.lordbasilaiassistant-sudo/gas-paymaster (npm · @thryx/gas-paymaster-mcp-server)

Gas credit management and sponsored transactions via The Agent Cafe paymaster

- Trust score: 66/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@thryx/gas-paymaster-mcp-server`: 66/100 (this document), [markdown](https://verifymcp.io/servers/lordbasilaiassistant-sudo-gas-paymaster/thryx-gas-paymaster-mcp-server.md), [page](https://verifymcp.io/servers/lordbasilaiassistant-sudo-gas-paymaster/thryx-gas-paymaster-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@thryx/gas-paymaster-mcp-server`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 117 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 554 tokens (~110/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add lordbasilaiassistant-sudo-gas-paymaster -- npx -y @thryx/gas-paymaster-mcp-server
```

### Codex

```bash
codex mcp add lordbasilaiassistant-sudo-gas-paymaster -- npx -y @thryx/gas-paymaster-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lordbasilaiassistant-sudo-gas-paymaster": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lordbasilaiassistant-sudo-gas-paymaster --command npx --arg -y --arg @thryx/gas-paymaster-mcp-server
```

### Hermes

```yaml
mcp_servers:
  lordbasilaiassistant-sudo-gas-paymaster:
    command: "npx"
    args: ["-y", "@thryx/gas-paymaster-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-gas-paymaster": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 66, +15)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-08-02 (score 51, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-01 (score 36, +15)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent

### 2026-07-31 (score 21, +15)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 6, −18)

- [security regression] Malware scan: pass → unverified
- [functional regression] Security disclosure: unverified → fail

### 2026-07-28 (score 24, −22)

- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (5)

### `gas_check_tank` (~63 tokens)

Check gas credit balance in The Agent Cafe paymaster. Returns credit balance in ETH/USD, estimated transactions remaining, tank health status, and next-action suggestion. No API key needed.

Input parameters:

- `wallet` (string): Wallet address to check. Defaults to deployer wallet.

### `gas_estimate` (~126 tokens)

Estimate gas cost for a transaction on any EVM chain. Returns cost in ETH and USD at slow/standard/fast speeds, whether the paymaster can cover it, and optimal timing advice. No API key needed.

Input parameters:

- `chain` (string): Chain name or ID (default: base)
- `data` (string): Transaction calldata (hex encoded). Omit for simple ETH transfers.
- `to` (string, required): Destination address for the transaction
- `value` (string): ETH value to send (in ETH, e.g. '0.1'). Defaults to 0.

### `gas_price_history` (~86 tokens)

Get gas price trends for the last N hours. Returns average/min/max prices, current percentile, cheapest time windows, and trend direction. Useful for deciding when to send transactions. No API key needed.

Input parameters:

- `chain` (string): Chain name or ID (default: base)
- `hours` (number): Hours of history to analyze (default: 24, max: 24)

### `gas_optimize_batch` (~102 tokens)

Analyze a batch of transactions for gas optimization. Calculates total cost, identifies which can be batched via Multicall3, estimates savings, and recommends whether to send now or wait. Premium tool — pass api_key for unlimited access.

Input parameters:

- `api_key` (string): Premium API key for unlimited access
- `chain` (string): Chain name or ID (default: base)
- `transactions` (array, required): Array of transactions to analyze (1-50)

### `gas_send_sponsored` (~177 tokens)

Send a transaction sponsored by The Agent Cafe paymaster. Checks gas tank credits first, submits via paymaster if sufficient, returns tx hash and remaining credits. Premium tool — pass api_key for unlimited use. Set confirm: true to execute.

Input parameters:

- `api_key` (string): Premium API key for unlimited access
- `chain` (string): Chain name or ID (default: base). Currently only Base is supported for sponsored txs.
- `confirm` (boolean): Set to true to actually send. When false, returns a dry-run estimate.
- `data` (string): Transaction calldata (hex encoded). Omit for simple ETH transfers.
- `to` (string, required): Destination address for the transaction
- `value` (string): ETH value to send (in ETH, e.g. '0.1'). Defaults to 0.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lordbasilaiassistant-sudo-gas-paymaster/thryx-gas-paymaster-mcp-server#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 51
- 2026-08-01: 36
- 2026-07-31: 21
- 2026-07-30: 6
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@thryx/gas-paymaster-mcp-server
- Socket report: https://socket.dev/npm/package/@thryx/gas-paymaster-mcp-server
- Repository: https://github.com/lordbasilaiassistant-sudo/mcp-servers
- Changelog RSS feed: https://verifymcp.io/servers/lordbasilaiassistant-sudo-gas-paymaster/thryx-gas-paymaster-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lordbasilaiassistant-sudo-gas-paymaster/thryx-gas-paymaster-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lordbasilaiassistant-sudo-gas-paymaster/thryx-gas-paymaster-mcp-server
