ATXP — Agent Payment & Wallet Infrastructure MCP Server

Autonomous agent payments: wallet, email, web search, image/video/music gen, X search, code exec.

Local serverstdioPython

What is the ATXP — Agent Payment & Wallet Infrastructure MCP server?

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.

What you get

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.

What the assistant can call

Once ATXP — Agent Payment & Wallet Infrastructure is connected, these are the calls the assistant has available:

  • Category — Tools
  • Account — Register, Login, Whoami, Balance, Fund, Transactions
  • Search — Web Search, X/Twitter Search
  • Media — Image, Video, Music
  • Email — 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

Setting it up

atxp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Configuration and credentials

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.

Choosing this one

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.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch ATXP — Agent Payment & Wallet Infrastructure.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the atxp — agent payment & wallet infrastructure mcp server does with a few real requests.

Available tools

ToolWhat it does
CategoryTools
AccountRegister, Login, Whoami, Balance, Fund, Transactions
SearchWeb Search, X/Twitter Search
MediaImage, Video, Music
EmailInbox, Read, Send, Reply, Search, Delete, Attachments, Username
PhoneRegister, SMS, Send SMS, Voice Call, Call History, Search
ContactsAdd, List, Show, Edit, Remove, Search, Push, Pull
AgentsCreate, List
BrowseFetch and read web page content
CrawlCrawl websites and extract structured data
ResearchDeep multi-source research and synthesis
CodeExecute code in a sandbox

How to install the ATXP — Agent Payment & Wallet Infrastructure MCP server

{
  "mcpServers": {
    "atxp": {
      "command": "npx",
      "args": ["-y", "atxp"],
      "env": {
        "ACCOUNT_ID": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
ACCOUNT_IDConfiguration value read at startup.Optional

Example prompts to try

  • Use ATXP — Agent Payment & Wallet Infrastructure to Category.
  • Use ATXP — Agent Payment & Wallet Infrastructure to Account.
  • Use ATXP — Agent Payment & Wallet Infrastructure to Search.

Frequently asked questions

It connects ATXP — Agent Payment & Wallet Infrastructure to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (Category, Account, Search, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with ATXP — Agent Payment & Wallet Infrastructure directly.