mcp server for Cline
io.github.gatefareio/mcp-server
Marketplace of paid HTTP APIs. USDC micropayments via x402 on Base. Non-custodial.
client:Cline
transport:stdio
runtime:npm
Install mcp server 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": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@gatefare/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
"WALLET_BUDGET_USD": "<WALLET_BUDGET_USD>",
"WALLET_NETWORK": "<WALLET_NETWORK>",
"GATEFARE_PAT": "<GATEFARE_PAT>",
"GATEFARE_BASE_URL": "<GATEFARE_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs