X402station MCP Server
Rank #40,096io.github.sF1nX/x402station
x402station.io MCP: Preflight before PAYMENT-SIGNATURE plus Forensics, Catalog, Watch.
X402station MCP Server is a Model Context Protocol (MCP) server published by sf1nx. It ranks #40,096 of 115,591 servers tracked on MCP Toplist. X402station MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Apr 24, 2026 and most recently updated on May 14, 2026.
Ranks ahead of 75,495 of 115,591 servers on MCP Toplist.
Use X402station MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add x402station -e "AGENT_PRIVATE_KEY=<your AGENT_PRIVATE_KEY>" -e "X402STATION_BASE_URL=<your X402STATION_BASE_URL>" -- npx -y x402station-mcpReplace each placeholder with your own value before saving.
[mcp_servers.x402station]
command = "npx"
args = ["-y", "x402station-mcp"]
[mcp_servers.x402station.env]
AGENT_PRIVATE_KEY = "<your AGENT_PRIVATE_KEY>"
X402STATION_BASE_URL = "<your X402STATION_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<your X402STATION_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<your X402STATION_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<your X402STATION_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"x402station": {
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<your AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<your X402STATION_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sF1nX%2Fx402station)<a href="https://mcptoplist.com/server/io.github.sF1nX%2Fx402station"><img src="https://mcptoplist.com/badge/io.github.sF1nX%2Fx402station.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sf1nx
Available versions (3)
| Version | Published |
|---|---|
| 1.0.10 | May 14, 2026 |
| 1.0.2 | Apr 25, 2026 |
| 1.0.1 | Apr 24, 2026 |
Frequently asked questions
- Who maintains X402station MCP Server?
- X402station MCP Server is maintained by sf1nx, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is X402station MCP Server listed on the Official MCP Registry?
- Yes — X402station MCP Server is listed on the Official MCP Registry.
- How many versions does X402station MCP Server have?
- MCP Toplist tracks 3 versions of X402station MCP Server, most recently published on May 14, 2026.
- Where can I find the source code for X402station MCP Server?
- The source code for X402station MCP Server is hosted at github.com/sF1nX/x402station-mcp.