What is the io.github.sF1nX/x402station MCP server?
x402station.io: independent risk-signal layer for x402 endpoints before agents pay.
How to install io.github.sF1nX/x402station
Copy-paste configuration for popular MCP clients.
AGENT_PRIVATE_KEYrequiredsecret0x-prefixed 64-hex-char private key. Account must hold Base mainnet USDC. Required for any paid tool call.
X402STATION_BASE_URLOptional override. Only https://x402station.io or http(s)://localhost are accepted to prevent payload hijacking; any other value makes the adapter refuse to start.
{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<YOUR_X402STATION_BASE_URL>"
}
}
}
}{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<YOUR_X402STATION_BASE_URL>"
}
}
}
}{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<YOUR_X402STATION_BASE_URL>"
}
}
}
}{
"servers": {
"x402station": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<YOUR_X402STATION_BASE_URL>"
}
}
}
}claude mcp add x402station --env AGENT_PRIVATE_KEY=<YOUR_AGENT_PRIVATE_KEY> --env X402STATION_BASE_URL=<YOUR_X402STATION_BASE_URL> -- npx -y x402station-mcpRelated 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.