|
1 | 1 | --- |
2 | 2 | name: atxp |
3 | | -description: Access ATXP paid API tools for web search, AI image generation, music creation, video generation, X/Twitter search, and cloud deployment (Workers, D1, R2). Requires authentication via `npx atxp login`. |
| 3 | +description: Access 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 search, AI-generated media (images, music, video), or X/Twitter search. Requires authentication via `npx atxp login`. |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | # ATXP Tools |
@@ -30,28 +30,7 @@ source ~/.atxp/config |
30 | 30 |
|
31 | 31 | ## PaaS Tools |
32 | 32 |
|
33 | | -Deploy serverless apps with Cloudflare Workers, SQLite databases (D1), and object storage (R2). |
34 | | - |
35 | | -### Workers (Serverless Functions) |
36 | | -- `deploy_worker` - Deploy a Cloudflare Worker |
37 | | -- `list_deployments` - List all deployed workers |
38 | | -- `get_logs` - Retrieve worker logs |
39 | | -- `delete_worker` - Delete a worker deployment |
40 | | - |
41 | | -### D1 Database (SQLite) |
42 | | -- `create_database` - Create a new D1 database |
43 | | -- `list_databases` - List all databases |
44 | | -- `query` - Execute SQL queries |
45 | | -- `delete_database` - Delete a database |
46 | | - |
47 | | -### R2 Storage (Object Storage) |
48 | | -- `create_bucket` - Create a new R2 bucket |
49 | | -- `list_buckets` - List all buckets |
50 | | -- `upload_file` - Upload a file to a bucket |
51 | | -- `get_file` - Retrieve a file from a bucket |
52 | | -- `list_files` - List files in a bucket |
53 | | -- `delete_file` - Delete a file |
54 | | -- `delete_bucket` - Delete a bucket |
| 33 | +Deploy serverless applications with functions, databases, object storage, custom domains, and analytics via `paas.mcp.atxp.ai`. See the `atxp-paas` skill for detailed usage. |
55 | 34 |
|
56 | 35 | ## Usage |
57 | 36 |
|
@@ -84,4 +63,4 @@ const result = await client.callTool({ |
84 | 63 | | `music.mcp.atxp.ai` | `music_create` | |
85 | 64 | | `video.mcp.atxp.ai` | `create_video` | |
86 | 65 | | `x-live-search.mcp.atxp.ai` | `x_live_search` | |
87 | | -| `paas.mcp.atxp.ai` | `deploy_worker`, `list_deployments`, `get_logs`, `delete_worker`, `create_database`, `list_databases`, `query`, `delete_database`, `create_bucket`, `list_buckets`, `delete_bucket`, `upload_file`, `get_file`, `list_files`, `delete_file` | |
| 66 | +| `paas.mcp.atxp.ai` | PaaS tools (see `atxp-paas` skill) | |
0 commit comments