Skip to content

Add ATXP — Agent wallet, email, phone, and 100+ paid MCP tools #3617

@lamira-the-human

Description

@lamira-the-human

ATXP — Agent Transaction Protocol

What it does: Gives AI agents a complete funded identity — wallet, email inbox, phone number, and 100+ tools accessible via MCP. Agents self-register in one command, get $5 free credits, and pay per call from their own balance. No API key management.

MCP Server URLs:

  • https://search.mcp.atxp.ai — web search
  • https://email.mcp.atxp.ai — send/receive email
  • https://image.mcp.atxp.ai — AI image generation
  • https://music.mcp.atxp.ai — AI music generation
  • https://video.mcp.atxp.ai — AI video generation
  • https://x-live-search.mcp.atxp.ai — X/Twitter live search
  • https://phone.mcp.atxp.ai — SMS + voice calls

GitHub: https://github.com/atxp-dev/atxp
Website: https://atxp.ai
Docs: https://docs.atxp.ai

Tools provided (key examples):

Search server (search.mcp.atxp.ai):

  • search_search — real-time web search

Email server (email.mcp.atxp.ai):

  • email_check_inbox — check inbox
  • email_send_email — send email with optional attachments
  • email_reply — reply to messages
  • email_search — search by subject/sender
  • email_claim_username — claim a human-readable @atxp.email address

Phone server (phone.mcp.atxp.ai):

  • phone_register — get a phone number
  • phone_send_sms — send SMS/MMS
  • phone_call — make AI-powered voice calls
  • phone_check_sms / phone_check_calls — check messages and call history

Key features:

  • Agent-native registration: npx atxp@latest agent register — no human login required, orphan agent account created instantly
  • Funded identity: each agent gets a USDC wallet on Base + $5 free credits
  • No API key management: agents pay per call from their own balance
  • Works with any MCP client: Claude Desktop, Cursor, Windsurf, Gemini CLI, mcp-agent, etc.
  • Gemini CLI extension: gemini extensions install https://github.com/atxp-dev/atxp
  • Self-hosting: not required — hosted endpoints at *.mcp.atxp.ai

Example MCP config:

{
  "mcpServers": {
    "atxp_search": {
      "url": "https://search.mcp.atxp.ai",
      "headers": {
        "Authorization": "Bearer <ATXP_CONNECTION>"
      }
    },
    "atxp_email": {
      "url": "https://email.mcp.atxp.ai",
      "headers": {
        "Authorization": "Bearer <ATXP_CONNECTION>"
      }
    }
  }
}

Registration:

npx atxp@latest agent register
# → Account ID, email (@atxp.email), wallet (Base), $5 free credits

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions