mcpbeat Sign in

ATXP — Agent Payment & Wallet Infrastructure MCP Server

local only

ATXP — Agent Payment & Wallet Infrastructure runs on your own machine — the client starts it, so there is no endpoint to ping. 253 installs a week from npm. Last commit 3 Mar 2026.

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

Installs per day peak 174 · avg 95 · -35% w/w
a month agotoday
253
Installs / week
npm · atxp
39
Stars
8 open issues
3 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository atxp-dev/atxp
пакет atxp ссылается на atxp-dev/cli
Runs an external command src/server.ts:34
    const output = execSync(`npx atxp@latest ${args}`, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add atxp -- npx -y atxp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atxp": {
      "args": [
        "-y",
        "atxp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.atxp]
command = "npx"
args = ["-y", "atxp"]
.cursor/mcp.json
{
  "mcpServers": {
    "atxp": {
      "args": [
        "-y",
        "atxp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "atxp": {
      "args": [
        "-y",
        "atxp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ATXP_CONNECTION (ATXP connection string URL (from 'npx atxp agent register' or accounts.atxp.ai)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ATXP — Agent Payment & Wallet Infrastructure

same job, measured the same way
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
Clawaimail
by joansongjr

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

42 installs/wk local only
I
Agentline
by jgottlieb84

Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.

70 installs/wk local only
KeyID
by keyid-ai

Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for AI agents.

101 installs/wk answering
Palmyr
by palmyr

Agent infra: email, phone, social, domains, VPS, wallets. Paid per-action via x402, no API key.

33 tools answering
MCP Server Imap
by aiwerk

Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.

152 installs/wk local only
Sendraven
by sendraven

Email infrastructure for AI agents: send, read replies as threads, campaigns, per-key limits.

581 installs/wk 55 tools answering

ATXP — Agent Payment & Wallet Infrastructure — questions

Answers built from our own checks of this server.

Why is there no uptime for ATXP — Agent Payment & Wallet Infrastructure?
ATXP — Agent Payment & Wallet Infrastructure runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package atxp was installed 253 times last week.
How do I connect ATXP — Agent Payment & Wallet Infrastructure?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls atxp straight from npm; nothing to host, nothing to sign up for.
How many people use ATXP — Agent Payment & Wallet Infrastructure?
The npm package atxp was installed 253 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ATXP — Agent Payment & Wallet Infrastructure open source?
Yes — it is published under the MIT licence, written in TypeScript, 39 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.