ATXP - Agent Payment & Wallet Infrastructure MCP Server

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. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-03 · ★ 38 · #75 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install ATXP - Agent Payment & Wallet Infrastructure

before you install - you'll need

ATXP_CONNECTION

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add atxp-dev-atxp -- npx -y atxp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "atxp-dev-atxp": {
      "command": "npx",
      "args": [
        "-y",
        "atxp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package atxp - unscoped; check the name against the project README before installing

registry namespace io.github.atxp-dev is GitHub-verified and matches the repo owner

03 · What ATXP - Agent Payment & Wallet Infrastructure can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-02-25

ATXP Gemini CLI Extension v1.0.0 · Give your Gemini CLI agent a wallet, email, phone number, and 41 MCP tools - zero config required. · Highlights · 41 local MCP tools with full ATXP CLI parity · Agent…

04 · Who maintains ATXP - Agent Payment & Wallet Infrastructure

ATXP - Agent Payment & Wallet Infrastructure is maintained by atxp-dev. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #75 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.atxp-dev/atxp (active, first published 2026-02-25 · 2 versions)
packages
npm:atxp

06 · ATXP - Agent Payment & Wallet Infrastructure FAQ

What is 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. It runs locally over stdio via the published package.

Is ATXP - Agent Payment & Wallet Infrastructure still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-03. We re-verify nightly.

How do I install ATXP - Agent Payment & Wallet Infrastructure?

Run `npx -y atxp`. The README documents one environment variable (ATXP_CONNECTION) to set first. You can also paste the ready-made client config above.

Does ATXP - Agent Payment & Wallet Infrastructure run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to ATXP - Agent Payment & Wallet Infrastructure