MCP Server
MCP
io.github.lordbasilaiassistant-sudo/gas-paymaster
Gas credit management and sponsored transactions via The Agent Cafe paymaster
Install
npx -y @thryx/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@thryx/gas-paymaster-mcp-server",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RPC endpoint URL (defaults to Base mainnet)",
"format": "string",
"name": "RPC_URL"
},
{
"description": "Premium API key for unlimited access",
"format": "string",
"isSecret": true,
"name": "THRYX_API_KEY"
},
{
"description": "Private key for sending sponsored transactions",
"format": "string",
"isSecret": true,
"name": "DEPLOYER_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment