Maay
VerifiedAccess ATXP paid API tools for web search, AI image generation, music creation, video generation, and X/Twitter search. Use when users need real-time web sea...
$ Add to .claude/skills/ About This Skill
# ATXP Tools
Access ATXP's paid API tools via CLI.
Authentication
```bash # Check if authenticated echo $ATXP_CONNECTION
# If not set, login: npx atxp login source ~/.atxp/config ```
Commands
| Command | Description | |---------|-------------| | `npx atxp search <query>` | Real-time web search | | `npx atxp image <prompt>` | AI image generation | | `npx atxp music <prompt>` | AI music generation | | `npx atxp video <prompt>` | AI video generation | | `npx atxp x <query>` | X/Twitter search |
Usage
- Verify `$ATXP_CONNECTION` is set
- Run the appropriate command
- Parse and present results
Programmatic Access
```typescript import { 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' }, }); ```
MCP Servers
| Server | Tool | |--------|------| | `search.mcp.atxp.ai` | `search_search` | | `image.mcp.atxp.ai` | `image_create_image` | | `music.mcp.atxp.ai` | `music_create` | | `video.mcp.atxp.ai` | `create_video` | | `x-live-search.mcp.atxp.ai` | `x_live_search` |
Use Cases
- Perform real-time web searches using the ATXP search API
- Generate AI images from text prompts via ATXP's image API
- Create AI-generated music tracks from descriptive prompts
- Generate AI videos from text descriptions using ATXP video tools
- Search X/Twitter for posts and conversations via ATXP's live search API
Pros & Cons
Pros
- +Unified CLI interface for five different AI media generation tools
- +Supports both CLI commands and programmatic TypeScript access via MCP servers
- +Simple authentication flow with persistent credential storage
Cons
- -Requires paid ATXP API subscription — no free tier mentioned
- -Minimal documentation — no examples of output formats or error handling
FAQ
What does Maay do?
What platforms support Maay?
What are the use cases for Maay?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.