-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Open
Description
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 searchhttps://email.mcp.atxp.ai— send/receive emailhttps://image.mcp.atxp.ai— AI image generationhttps://music.mcp.atxp.ai— AI music generationhttps://video.mcp.atxp.ai— AI video generationhttps://x-live-search.mcp.atxp.ai— X/Twitter live searchhttps://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 inboxemail_send_email— send email with optional attachmentsemail_reply— reply to messagesemail_search— search by subject/senderemail_claim_username— claim a human-readable@atxp.emailaddress
Phone server (phone.mcp.atxp.ai):
phone_register— get a phone numberphone_send_sms— send SMS/MMSphone_call— make AI-powered voice callsphone_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 creditsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels