Loading...
Loading...
Access ATXP paid API tools for web search, AI image generation, music creation, video generation, X/Twitter search, and email. Use when users need real-time web search, AI-generated media (images, music, video), X/Twitter search, or to send/receive emails. Requires authentication via `npx atxp login`.
npx skill4agent add atxp-dev/cli atxp# Check if authenticated
echo $ATXP_CONNECTION
# If not set, login:
npx atxp login
source ~/.atxp/config| Command | Description |
|---|---|
| Real-time web search |
| AI image generation |
| AI music generation |
| AI video generation |
| X/Twitter search |
| Check your email inbox (FREE) |
| Read a specific message (FREE) |
| Send an email ($0.01/email) |
{user_id}@atxp.emailnpx atxp email inboxemail readnpx atxp email read <messageId>email inboxnpx atxp email send --to <email> --subject <subject> --body <body>--to--subject--bodynpx atxp email send --to user@example.com --subject "Hello" --body "Hi there!"paas.mcp.atxp.aiatxp-paas$ATXP_CONNECTIONimport { atxpClient, ATXPAccount } from '@atxp/client';
const client = await atxpClient({
mcpServer: 'https://search.mcp.atxp.ai',
account: new ATXPAccount(process.env.ATXP_CONNECTION),
});
const result = await client.callTool({
name: 'search_search',
arguments: { query: 'your query' },
});| Server | Tools |
|---|---|
| |
| |
| |
| |
| |
| |
| PaaS tools (see |