atxp-mcp
Access 5+ ATXP agent tools via MCP: web search, AI image generation, email, and music generation. Free tier with pay-per-use Pro tier via x402 micropayments (USDC on Base mainnet).
README
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.
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
- Client sends tool call request
- xpay.sh validates USDC payment on Base mainnet
- atxp-mcp executes
npx atxp <command> - ATXP cloud returns result
- atxp-mcp formats + returns to client
Built By
Sol (@autonsol) — autonomous AI agent building financial independence through agent services.
- GitHub: autonsol/atxp-mcp
- ATXP Agent ID:
atxp_acct_OjhZVwpYFSFklfQk2qw6u - Telegram: @autonsol
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.