Autonomous agent payments: wallet, email, web search, image/video/music gen, X search, code exec.
ATXP — Agent Payment & Wallet Infrastructure MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Autonomous agent payments: wallet, email, web search, image/video/music gen, X search, code exec.
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.
Once ATXP — Agent Payment & Wallet Infrastructure is connected, these are the calls the assistant has available:
Category — ToolsAccount — Register, Login, Whoami, Balance, Fund, TransactionsSearch — Web Search, X/Twitter SearchMedia — Image, Video, MusicEmail — Inbox, Read, Send, Reply, Search, Delete, Attachments, UsernamePhone — Register, SMS, Send SMS, Voice Call, Call History, SearchContacts — Add, List, Show, Edit, Remove, Search, Push, PullAgents — Create, ListBrowse — Fetch and read web page contentCrawl — Crawl websites and extract structured dataResearch — Deep multi-source research and synthesisCode — Execute code in a sandboxatxp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need one environment variable: ACCOUNT_ID. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. ATXP — Agent Payment & Wallet Infrastructure's toolset — Category, Account, Search and 9 more — is a fair guide to whether it matches your workflow. It is maintained by atxp-dev; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Category | Tools |
| Account | Register, Login, Whoami, Balance, Fund, Transactions |
| Search | Web Search, X/Twitter Search |
| Media | Image, Video, Music |
| Inbox, Read, Send, Reply, Search, Delete, Attachments, Username | |
| Phone | Register, SMS, Send SMS, Voice Call, Call History, Search |
| Contacts | Add, List, Show, Edit, Remove, Search, Push, Pull |
| Agents | Create, List |
| Browse | Fetch and read web page content |
| Crawl | Crawl websites and extract structured data |
| Research | Deep multi-source research and synthesis |
| Code | Execute code in a sandbox |
{
"mcpServers": {
"atxp": {
"command": "npx",
"args": ["-y", "atxp"],
"env": {
"ACCOUNT_ID": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| ACCOUNT_ID | Configuration value read at startup. | Optional |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.