AgentHubAgentHub

x402station

MCP ServerMCP Registry官方收录

io.github.sF1nX/x402station · v1.0.11

x402station.io: independent risk-signal layer for x402 endpoints before agents pay.

概览

x402station 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "x402station": {
      "command": "npx",
      "args": [
        "-y",
        "x402station-mcp"
      ],
      "env": {
        "AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>"
      }
    }
  }
}

环境变量

AGENT_PRIVATE_KEY必填secret

0x-prefixed 64-hex-char private key. Account must hold Base mainnet USDC. Required for any paid tool call.

X402STATION_BASE_URL可选

Optional override. Only https://x402station.io or http(s)://localhost are accepted to prevent payload hijacking; any other value makes the adapter refuse to start.

相关资源

统一 Manifest

{
  "id": "io.github.sF1nX/x402station",
  "type": "mcp-server",
  "version": "1.0.11",
  "displayName": "x402station",
  "description": "x402station.io: independent risk-signal layer for x402 endpoints before agents pay.",
  "repository": {
    "url": "https://github.com/sF1nX/x402station-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "x402station-mcp",
        "version": "1.0.11",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AGENT_PRIVATE_KEY",
            "description": "0x-prefixed 64-hex-char private key. Account must hold Base mainnet USDC. Required for any paid tool call.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "X402STATION_BASE_URL",
            "description": "Optional override. Only https://x402station.io or http(s)://localhost are accepted to prevent payload hijacking; any other value makes the adapter refuse to start."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.sF1nX/x402station",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sF1nX%2Fx402station/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
x402station — MCP Server 安装与配置 · AgentHub