Give your AI agent a wallet, email, phone number, and instant access to paid MCP tools — web search, image/video/music gen, X search, SMS, voice calls, code execution, and more. Works with Gemini CLI, Claude, and any MCP client.
# ATXP — Agent Payment & Wallet Infrastructure
Give 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.
[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.
## Install
### Gemini CLI
```bash
gemini extensions install https://github.com/atxp-dev/atxp
```
> After installing, start a new Gemini CLI session for the extension tools to load.
### Claude Desktop / Gemini / Windsurf
Add to your MCP client config (e.g. `claude_desktop_config.json`):
```json
{
"mcpServers": {
"atxp": {
"command": "npx",
"args": ["-y", "atxp@latest"]
}
}
}
```
### Any MCP Client
```bash
npx atxp@latest
```
ATXP runs as a standard MCP server over stdio. Point any MCP-compatible client at the command above.
## Setup
### Option 1: Agent self-registration (recommended)
No browser, no human login needed. Just ask your agent:
```
Register me on ATXP so I can use paid tools
```
The agent calls the `atxp_register` tool, which creates an account instantly with:
- 10 IOU tokens to start
- A unique email address
- An Ethereum wallet
- A connection string (saved automatically)
No settings to configure — the agent is ready to use all tools immediately.
### Option 2: Use an existing ATXP account
If 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:
```bash
ATXP_CONNECTION="https://accounts.atxp.ai?connection_token=<TOKEN>&account_id=<ACCOUNT_ID>" npx atxp@latest
```
For Gemini CLI, enter the token and account ID when prompted during extension setup.
## Available Tools
### Core Tools (41 tools, always available)
| Category | Tools | DescripGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.