> ## Documentation Index
> Fetch the complete documentation index at: https://docs.atxp.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Available Tools

> Pay-per-use tools for AI agents, powered by ATXP.

# Tools you can use

[ATXP](https://atxp.ai) provides a collection of paid tools via MCP (Model Context Protocol) servers. Each tool handles specific tasks, from web browsing and search to creative content generation.

## How to use these tools

<Tabs>
  <Tab title="Claude Code">
    Install the ATXP plugin and use tools directly:

    ```text Claude Code theme={null}
    /plugin marketplace add atxp-dev/claude
    /setup <your-atxp-connection-string>
    ```

    Then ask naturally: "Search the web for..." or "Generate an image of..."
  </Tab>

  <Tab title="Direct MCP">
    Connect via the [@atxp/client](https://www.npmjs.com/package/@atxp/client) SDK. Each tool page shows the MCP server URL and usage examples.
  </Tab>
</Tabs>

## Web and Data Services

<CardGroup cols={2}>
  <Card title="Crawl" icon="spider" href="/tools/crawl">
    Scrape and crawl websites to extract text content from single or multiple pages.
  </Card>

  <Card title="Search" icon="search" href="/tools/search">
    Execute web searches and get structured results with titles, URLs, and content.
  </Card>

  <Card title="X Live Search" icon="x-twitter" href="/tools/x-live-search">
    Search X (Twitter) with filters for handles, engagement metrics, and date ranges.
  </Card>

  <Card title="Email" icon="envelope" href="/tools/email">
    Send and receive emails with your own ATXP email address.
  </Card>
</CardGroup>

## Data Storage and Management

<CardGroup cols={2}>
  <Card title="Filestore" icon="folder" href="/tools/filestore">
    Store, retrieve, and delete files with base64, URL sources, and access controls.
  </Card>
</CardGroup>

## Creative Content Generation

<CardGroup cols={2}>
  <Card title="Image" icon="image" href="/tools/image">
    Generate images from text prompts with sync and async options.
  </Card>

  <Card title="Music" icon="music" href="/tools/music">
    Create music from lyrics and style prompts across various genres.
  </Card>

  <Card title="Video" icon="video" href="/tools/video">
    Generate videos from text prompts with realistic styles.
  </Card>
</CardGroup>

## Development and Code

<CardGroup cols={2}>
  <Card title="Code" icon="code" href="/tools/code">
    Execute code in a sandboxed environment (JavaScript, Python, TypeScript).
  </Card>
</CardGroup>

## Need a different tool?

<Card title="Contact the ATXP team" icon="envelope" href="/tools/contact">
  Can't find what you need? We build new tools based on feedback.
</Card>
