AgentHubAgentHub

ATXP — Agent Payment & Wallet Infrastructure

MCP ServerMCP Registry官方收录

io.github.atxp-dev/atxp · v1.21.2

Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls.

概览

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

安装

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

{
  "mcpServers": {
    "atxp": {
      "command": "npx",
      "args": [
        "-y",
        "atxp"
      ]
    }
  }
}

环境变量

ATXP_CONNECTION可选secret

ATXP connection string URL (from 'npx atxp agent register' or accounts.atxp.ai)

相关资源

统一 Manifest

{
  "id": "io.github.atxp-dev/atxp",
  "type": "mcp-server",
  "version": "1.21.2",
  "displayName": "ATXP — Agent Payment & Wallet Infrastructure",
  "description": "Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls.",
  "repository": {
    "url": "https://github.com/atxp-dev/atxp",
    "source": "github"
  },
  "homepage": "https://atxp.ai",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "atxp",
        "version": "1.21.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ATXP_CONNECTION",
            "description": "ATXP connection string URL (from 'npx atxp agent register' or accounts.atxp.ai)",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.atxp-dev/atxp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.atxp-dev%2Fatxp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ATXP — Agent Payment & Wallet Infrastructure — MCP Server 安装与配置 · AgentHub