What is the Gatewards MCP server?
Drop-in spend governance + cross-agent dedup proxy for AI agent fleets, with x402 settlement.
How to install Gatewards
Copy-paste configuration for popular MCP clients.
GATEWARDS_API_KEYsecretGatewards agent API key (gw_agent_…). Required for authenticated proxy calls; the server starts without it but cannot reach the gateway.
GATEWARDS_GATEWAY_URLGateway base URL. Defaults to http://localhost:3001; set to https://api.gatewards.com for the hosted gateway.
{
"mcpServers": {
"gatewards": {
"command": "npx",
"args": [
"-y",
"@gatewards/mcp-server"
],
"env": {
"GATEWARDS_API_KEY": "<YOUR_GATEWARDS_API_KEY>",
"GATEWARDS_GATEWAY_URL": "<YOUR_GATEWARDS_GATEWAY_URL>"
}
}
}
}{
"mcpServers": {
"gatewards": {
"command": "npx",
"args": [
"-y",
"@gatewards/mcp-server"
],
"env": {
"GATEWARDS_API_KEY": "<YOUR_GATEWARDS_API_KEY>",
"GATEWARDS_GATEWAY_URL": "<YOUR_GATEWARDS_GATEWAY_URL>"
}
}
}
}{
"mcpServers": {
"gatewards": {
"command": "npx",
"args": [
"-y",
"@gatewards/mcp-server"
],
"env": {
"GATEWARDS_API_KEY": "<YOUR_GATEWARDS_API_KEY>",
"GATEWARDS_GATEWAY_URL": "<YOUR_GATEWARDS_GATEWAY_URL>"
}
}
}
}{
"servers": {
"gatewards": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gatewards/mcp-server"
],
"env": {
"GATEWARDS_API_KEY": "<YOUR_GATEWARDS_API_KEY>",
"GATEWARDS_GATEWAY_URL": "<YOUR_GATEWARDS_GATEWAY_URL>"
}
}
}
}claude mcp add gatewards --env GATEWARDS_API_KEY=<YOUR_GATEWARDS_API_KEY> --env GATEWARDS_GATEWAY_URL=<YOUR_GATEWARDS_GATEWAY_URL> -- npx -y @gatewards/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.