agon gateway for Cline
io.github.agonx402/agon-gateway
MCP server for Agon Gateway x402, Helius Wallet, and Tokens API market data.
client:Cline
transport:stdio
runtime:npm
Install agon gateway in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"agon-gateway": {
"command": "npx",
"args": [
"-y",
"@agonx402/gateway-mcp"
],
"env": {
"AGON_GATEWAY_BASE_URL": "<AGON_GATEWAY_BASE_URL>",
"AGON_SIGNER_COMMAND": "<AGON_SIGNER_COMMAND>",
"AGON_WALLET_PROFILE": "<AGON_WALLET_PROFILE>",
"AGON_PAYMENT_MAX_AMOUNT_USD": "<AGON_PAYMENT_MAX_AMOUNT_USD>",
"AGON_PAYMENT_DAILY_LIMIT_USD": "<AGON_PAYMENT_DAILY_LIMIT_USD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs