Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.lordbasilaiassistant-sudo/gas-paymaster

NPM · @THRYX/GAS-PAYMASTER-MCP-SERVER · SCANNED AUG 3

Gas credit management and sponsored transactions via The Agent Cafe paymaster

+20 this week 66 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 554 tokens (~110/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

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

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @thryx/gas-paymaster-mcp-server

# add to Claude Code
claude mcp add lordbasilaiassistant-sudo-gas-paymaster -- npx -y @thryx/gas-paymaster-mcp-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add lordbasilaiassistant-sudo-gas-paymaster --command npx --arg -y --arg @thryx/gas-paymaster-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  lordbasilaiassistant-sudo-gas-paymaster:
    command: "npx"
    args: ["-y", "@thryx/gas-paymaster-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-gas-paymaster": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +15
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 1 Aug 26 +15
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → excellent functional
  • 31 Jul 26 +15
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
    • Security disclosure: unverified → fail functional
  • 28 Jul 26 −22
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@thryx/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 105 packages

105 packages in the resolved dependency tree · 103 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~554 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
gas_check_tank ~63

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.

NameTypeReqDescription
walletstringWallet address to check. Defaults to deployer wallet.

No output schema declared.

No examples provided.

gas_estimate ~126

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.

NameTypeReqDescription
chainstringChain name or ID (default: base)
datastringTransaction calldata (hex encoded). Omit for simple ETH transfers.
tostringyesDestination address for the transaction
valuestringETH value to send (in ETH, e.g. '0.1'). Defaults to 0.

No output schema declared.

No examples provided.

gas_optimize_batch ~102

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.

NameTypeReqDescription
api_keystringPremium API key for unlimited access
chainstringChain name or ID (default: base)
transactionsarrayyesArray of transactions to analyze (1-50)

No output schema declared.

No examples provided.

gas_price_history ~86

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.

NameTypeReqDescription
chainstringChain name or ID (default: base)
hoursnumberHours of history to analyze (default: 24, max: 24)

No output schema declared.

No examples provided.

gas_send_sponsored ~177

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.

NameTypeReqDescription
api_keystringPremium API key for unlimited access
chainstringChain name or ID (default: base). Currently only Base is supported for sponsored txs.
confirmbooleanSet to true to actually send. When false, returns a dry-run estimate.
datastringTransaction calldata (hex encoded). Omit for simple ETH transfers.
tostringyesDestination address for the transaction
valuestringETH value to send (in ETH, e.g. '0.1'). Defaults to 0.

No output schema declared.

No examples provided.