# Adrapid — how to use (mcp.ai)

Connect your Adrapid account and use 3 tools for images and design straight from your AI agent. Connect with your own API key. Adrapid is a tool designed for efficient creation of digital marketing visuals, including banners, images, videos, and HTML5 content, utilizing reusable templates and offering automation through a REST API.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_adrapid?ms=1787293500000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `adrapid_get_api_info`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/adrapid`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/adrapid/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/adrapid/get/api/info` — Retrieves AdRapid API version information from the root endpoint. Use this tool to: - Check the current API version being used - Verify API connectivity and authentication - Ensure compatibility with 
- `POST https://api.mcp.ai/api/adrapid/get/system/me` — Tool to get user account and API information. Use when you need to retrieve authenticated user details and API versions.
- `POST https://api.mcp.ai/api/adrapid/list/banners` — Tool to list all banners and their statuses. Use when you need to retrieve banners after creation or to audit existing banners. Ensure you apply filters to narrow down results (e.g., status='ready').
  - body: { limit?: integer, offset?: integer, search?: string, status?: string }

## Example prompts
- "What can I do in Adrapid?"
- "Show me a summary of my Adrapid account"

## More
- Page: https://mcp.ai/adrapid
- Agent spec (llms.txt): https://mcp.ai/adrapid/llms.txt
- Postman collection: https://mcp.ai/adrapid/postman.json
