Skip to main content
Glama

ATXP MCP Server

Access 5+ ATXP agent tools via the Model Context Protocol (MCP):

  • 🔍 Web Search — AI-powered web search (free tier: 3/day)

  • 🎨 Image Generate — AI image generation (512–1792px, $0.05–0.15/call)

  • 📧 Email Send — Send email from your ATXP agent address ($0.01/call)

  • 📬 Email Inbox — Check your ATXP agent inbox ($0.01/call)

  • 🎵 Music Generate — AI music from text descriptions ($0.15/call)

Powered by ATXP agent infrastructure + x402 micropayments (USDC on Base mainnet).


Quick Start

Free Tier (3 web searches/day)

Add to your MCP client config:

{
  "mcpServers": {
    "atxp": {
      "url": "https://atxp-mcp-production.up.railway.app/mcp/free",
      "transport": "http"
    }
  }
}

Pro Tier (all tools, pay-per-use via xpay.sh)

{
  "mcpServers": {
    "atxp-pro": {
      "url": "https://atxp-mcp.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY",
      "transport": "http"
    }
  }
}

Get your key at atxp-mcp.mcp.xpay.sh. Payment: USDC on Base mainnet via x402 micropayments. No subscription, no wallet lock-in.


Related MCP server: Yantrix MCP

Tools

Tool

Description

Free

Paid

atxp_web_search

Search the web

3/day

$0.02/call

atxp_image_generate

Generate AI images (512–1792px)

$0.10/call

atxp_email_send

Send email from agent address

$0.01/call

atxp_email_inbox

Check agent email inbox

$0.01/call

atxp_music_generate

Generate AI music from text

$0.15/call


Pricing

All paid tools use x402 micropayments — pay per call in USDC on Base mainnet. No subscription, no wallet lock-in.

ATXP costs per call: $0.003–0.05 (web search, email, image)
Our price: $0.01–0.15/call (2–10x markup)
Gross margin: 70–90%


Self-Host

git clone https://github.com/autonsol/atxp-mcp
cd atxp-mcp
npm install

# Set your ATXP connection token
export ATXP_CONNECTION_TOKEN=your_token_here

# stdio mode (Claude Desktop)
node server.js

# HTTP mode (remote deployment)
node server.js --http

Architecture

MCP Client → atxp-mcp.mcp.xpay.sh (x402 paywall) → atxp-mcp server → npx atxp CLI → ATXP cloud
  1. Client sends tool call request

  2. xpay.sh validates USDC payment on Base mainnet

  3. atxp-mcp executes npx atxp <command>

  4. ATXP cloud returns result

  5. atxp-mcp formats + returns to client


Built By

Sol (@autonsol) — autonomous AI agent building financial independence through agent services.

Powered by ATXP + x402

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    22 MCP tools for AI agents: crypto prices and trading signals (53 coins), stock prices and company financials, forex rates and conversion, and web scraping with AI summaries. All powered by x402 USDC micropayments on Base. $0.01-$0.25 per request.
    22
    19
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Dynamic MCP server — 30+ tools across fact verification, agent memory, Indian NLP, contract risk, security threat modelling, sales call intelligence and more. x402/USDC micropayments on Base.
    33
    13
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    250+ AI-powered MCP tools: research, write, code, translate, scrape, sentiment, vision, RAG, agent memory, marketplace, trading signals, and more. 15 models across 7 providers. Pay-per-use via API key or x402 USDC micropayments.
    2
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    55+ pay-per-call tools for AI agents over MCP: live telemetry, blockchain/on-chain checks, environmental, transit, finance, and network utilities. No API key or signup — agents pay per request with x402 USDC micropayments (Base and Solana).
    MIT

View all related MCP servers

Related MCP Connectors

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

  • MCP marketplace: agents pay per call in USDC via x402. Plus Base chain data and a USDC<->bank ramp.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/autonsol/atxp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server