Gas credit management and sponsored transactions via The Agent Cafe paymaster
claude mcp add gas-paymaster -- npx -y @thryx/gas-paymaster-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"gas-paymaster": {
"command": "npx",
"args": [
"-y",
"@thryx/gas-paymaster-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gas-paymaster": {
"command": "npx",
"args": [
"-y",
"@thryx/gas-paymaster-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gas-paymaster": {
"command": "npx",
"args": [
"-y",
"@thryx/gas-paymaster-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gas-paymaster": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/gas-paymaster-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gas-paymaster": {
"command": "npx",
"args": [
"-y",
"@thryx/gas-paymaster-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.lordbasilaiassistant-sudo--gas-paymaster/reviews or the review_server meta-tool.
POST /mcp