{
  "markdown": "# ATXP — Agent Payment & Wallet Infrastructure\n\nGive your AI agent a wallet, email, phone number, and instant access to paid MCP tools — web search, image/video/music generation, X/Twitter search, SMS, voice calls, code execution, file storage, and more.\n\n[ATXP](https://atxp.ai) (Agent Transaction Protocol) lets AI agents pay for their own tools and services without managing API keys. Self-register in one command, pay per use. Works with any MCP client.\n\n## Install\n\n### Gemini CLI\n\n```bash\ngemini extensions install https://github.com/atxp-dev/atxp\n```\n\n> After installing, start a new Gemini CLI session for the extension tools to load.\n\n### Claude Desktop / Cursor / Windsurf\n\nAdd to your MCP client config (e.g. `claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"atxp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"atxp@latest\"]\n    }\n  }\n}\n```\n\n### Any MCP Client\n\n```bash\nnpx atxp@latest\n```\n\nATXP runs as a standard MCP server over stdio. Point any MCP-compatible client at the command above.\n\n## Setup\n\n### Option 1: Agent self-registration (recommended)\n\nNo browser, no human login needed. Just ask your agent:\n\n```\nRegister me on ATXP so I can use paid tools\n```\n\nThe agent calls the `atxp_register` tool, which creates an account instantly with:\n- 10 IOU tokens to start\n- A unique email address\n- An Ethereum wallet\n- A connection string (saved automatically)\n\nNo settings to configure — the agent is ready to use all tools immediately.\n\n### Option 2: Use an existing ATXP account\n\nIf you already have an ATXP account from [accounts.atxp.ai](https://accounts.atxp.ai), set the `ATXP_CONNECTION` environment variable to your connection string, or pass it to the CLI:\n\n```bash\nATXP_CONNECTION=\"https://accounts.atxp.ai?connection_token=<TOKEN>&account_id=<ACCOUNT_ID>\" npx atxp@latest\n```\n\nFor Gemini CLI, enter the token and account ID when prompted during extension setup.\n\n## Available Tools\n\n### Core Tools (41 tools, always available)\n\n| Category | Tools | Description |\n|----------|-------|-------------|\n| **Account** | Register, Login, Whoami, Balance, Fund, Transactions | Self-register, check balance, get funding options |\n| **Search** | Web Search, X/Twitter Search | Real-time web and social search |\n| **Media** | Image, Video, Music | AI generation (returns URLs) |\n| **Email** | Inbox, Read, Send, Reply, Search, Delete, Attachments, Username | Full email with @atxp.email address |\n| **Phone** | Register, SMS, Send SMS, Voice Call, Call History, Search | SMS and AI-powered voice calls |\n| **Contacts** | Add, List, Show, Edit, Remove, Search, Push, Pull | Local contacts with cloud sync |\n| **Agents** | Create, List | Manage sub-agents |\n\n### Remote MCP Tools (Gemini CLI extension only, requires settings)\n\n| Tool | Description |\n|------|-------------|\n| **Browse** | Fetch and read web page content |\n| **Crawl** | Crawl websites and extract structured data |\n| **Research** | Deep multi-source research and synthesis |\n| **Code** | Execute code in a sandbox |\n| **File Store** | Persistent cloud file storage |\n| **Phone** | SMS, voice calls via MCP proxy |\n\n## Usage\n\nJust ask your agent naturally:\n\n```\nSearch the web for the latest AI research papers\n```\n\n```\nGenerate an image of a sunset over mountains\n```\n\n```\nSend an SMS to +1234567890 saying \"Hello from my AI agent\"\n```\n\n```\nCheck my ATXP email inbox\n```\n\n```\nRun this Python script in a sandbox\n```\n\nThe agent uses the appropriate ATXP tool automatically.\n\n## Managing Your Account\n\nUse the built-in tools or the ATXP CLI:\n\n```bash\nnpx atxp@latest balance          # Check balance\nnpx atxp@latest fund             # Show funding options\nnpx atxp@latest transactions     # View transaction history\nnpx atxp@latest whoami           # Show account info\n```\n\n## Billing\n\nAll tools are pay-per-use, billed to your ATXP account in USDC. Typical costs:\n\n| Action | Cost |\n|--------|------|\n| Web/X search, image gen | $0.001–$0.05 |\n| Send email | $0.01 |\n| Send SMS | $0.05 |\n| Voice call | $0.10 |\n| Claim email username | $1.00 |\n| Register phone number | $2.00 |\n\nNo subscriptions, no API keys to manage.\n\n## Links\n\n- [ATXP Website](https://atxp.ai)\n- [Documentation](https://docs.atxp.ai)\n- [Tool Catalog](https://docs.atxp.ai/tools)\n- [MCP Registry](https://registry.modelcontextprotocol.io/servers/io.github.atxp-dev/atxp)\n- [CLI on npm](https://www.npmjs.com/package/atxp)\n- [Account Portal](https://accounts.atxp.ai)\n\n## License\n\nMIT\n",
  "bytes": 4451,
  "sha": "bc2cd5e44ffb21f88703cd1f2f7307d0950a3d9a84b1a02ff3911fae9a08368c",
  "repo_slug": "atxp-dev/atxp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_atxp_dev_atxp_bd7c0faf/readme"
}