mcpbeat Sign in

Gas Paymaster MCP Server

local only

Gas Paymaster runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm.

Gas credit management and sponsored transactions via The Agent Cafe paymaster

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 11 · avg 5 · +70% w/w
a month agotoday
38
Installs / week
npm · @thryx/gas-paymaster-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gas-paymaster -- npx -y @thryx/gas-paymaster-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gas-paymaster": {
      "args": [
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gas-paymaster]
command = "npx"
args = ["-y", "@thryx/gas-paymaster-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "gas-paymaster": {
      "args": [
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gas-paymaster": {
      "args": [
        "-y",
        "@thryx/gas-paymaster-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RPC_URL (RPC endpoint URL (defaults to Base mainnet)), THRYX_API_KEY (Premium API key for unlimited access), DEPLOYER_PRIVATE_KEY (Private key for sending sponsored transactions). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gas Paymaster

same job, measured the same way
Xendit MCP
by mrslbt

Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions.

49 installs/wk local only
Monarch Money
by pulsemcp

MCP server for Monarch Money — account, transaction, and budget management.

119 installs/wk local only
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

54 installs/wk local only
Mercoa
by usefulapi

Query and manage Mercoa AP/AR bill-pay: entities, invoices, transactions and payment methods.

17 tools answering
Memberful
by usefulapi

Manage Memberful members, subscriptions, plans, passes and coupons via the GraphQL API.

12 tools answering
Avalara AvaTax
by avalara

Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance

answering
Replicate
by mcparmory

Run AI models, create deployments, and manage predictions via cloud API

266 installs/wk local only
bol.com Advertiser MCP
by bol-tools

Manage bol.com Sponsored Products campaigns, keywords, bids, and performance via AI agents

local only

Gas Paymaster — questions

Answers built from our own checks of this server.

Why is there no uptime for Gas Paymaster?
Gas Paymaster runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @thryx/gas-paymaster-mcp-server was installed 38 times last week.
Is Gas Paymaster still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Gas Paymaster?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @thryx/gas-paymaster-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Gas Paymaster?
The npm package @thryx/gas-paymaster-mcp-server was installed 38 times in the last week. Week over week that is +70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.