MCP Catalogs
Home

atxp

by atxp-dev·29·Score 44

ATXP provides a payment infrastructure and MCP tools for AI agents, including email, SMS, media generation, and code execution.

ai-llmcommunicationdeveloper-tools
6
Forks
2
Open issues
3 mo ago
Last commit
2d ago
Indexed

Overview

ATXP (Agent Transaction Protocol) is an MCP server that enables AI agents to have their own wallet, email, phone number, and access to paid tools without managing API keys. It provides 41 core tools including web search, media generation, email, SMS, voice calls, and code execution. The platform uses a pay-per-use billing model in USDC, allowing agents to self-register instantly and start using tools immediately with 10 IOU tokens to begin.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI agents needing to perform web research and content generation without API key management
you:Building autonomous agents that can send emails, SMS messages, and make voice calls
you:Developing AI systems that require access to paid tools on a pay-per-use basis
you:How do I get started with ATXP?
you:What payment model does ATXP use?

When to choose this

Choose ATXP when your AI agent needs financial capabilities and wants to pay for external tools like web search, media generation, and communication services without managing API keys.

When NOT to choose this

Don't choose ATXP if you need full control over API keys, require a free tier for testing, or are concerned about vendor lock-in with its proprietary payment system.

Tools this server exposes

12 tools extracted from the README
  • Register

    Self-register an ATXP account with email and wallet

  • Whoami

    Get information about the current ATXP account

  • Balance

    Check the current balance of the ATXP account

  • Web Search

    Perform real-time web searches

  • X/Twitter Search

    Search X/Twitter for recent posts and trends

  • Image

    Generate AI images and return URLs

  • Video

    Generate AI videos and return URLs

  • Music

    Generate AI music and return URLs

  • Send

    Send emails using the ATXP email address

  • SMS

    Send SMS messages via ATXP phone number

  • Voice Call

    Make AI-powered voice calls

  • Code

    Execute code in a sandbox environment

Comparable tools

openrouter-mcpbrowserless-mcptwilio-mcpsendgrid-mcp

Installation

Gemini CLI

gemini extensions install https://github.com/atxp-dev/atxp

Claude Desktop / Cursor / Windsurf

Add to your MCP client config (e.g. claude_desktop_config.json):

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

Any MCP Client

npx atxp@latest

FAQ

How do I get started with ATXP?
Simply ask your AI agent to 'Register me on ATXP so I can use paid tools' and it will automatically create an account with 10 IOU tokens, an email address, and a wallet.
What payment model does ATXP use?
ATXP uses a pay-per-use model billed to your account in USDC, with no subscriptions or API keys to manage. Costs range from $0.001 for searches to $2.00 for phone number registration.

Compare atxp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.