🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@thryx/gas-paymaster-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thryx/gas-paymaster-mcp-server

MCP server for gas credit management and sponsored transactions via The Agent Cafe paymaster on Base mainnet

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
13
-71.11%
Maintainers
1
Weekly downloads
 
Created
Source

@thryx/gas-paymaster-mcp-server

Gas credit management and sponsored transactions for AI agents via The Agent Cafe paymaster on Base mainnet.

Installation

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

Setup

Add to your MCP client config:

{
  "mcpServers": {
    "gas-paymaster": {
      "command": "npx",
      "args": ["@thryx/gas-paymaster-mcp-server"],
      "env": {
        "THRYX_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

ToolDescriptionTier
gas_check_tankCheck gas credit balance, estimated txs remaining, and tank healthFree
gas_estimateEstimate gas cost for a transaction at slow/standard/fast speedsFree
gas_price_historyGas price trends for the last N hours with cheapest time windowsFree
gas_optimize_batchAnalyze batch transactions for Multicall3 optimization and savingsPro
gas_send_sponsoredSend a paymaster-sponsored transaction (dry-run by default)Pro

Environment Variables

VariableRequiredDescription
RPC_URLNoRPC endpoint (default: Base mainnet)
DEPLOYER_PRIVATE_KEYNoFor sending sponsored transactions
THRYX_API_KEYNoPremium API key for unlimited access

Supported Chains

  • Base (8453) — default (sponsored txs only on Base)
  • Ethereum (1) — estimates only
  • Arbitrum One (42161) — estimates only

License

MIT

Keywords

mcp

FAQs

Package last updated on 07 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts