# Adrapid — MCP server on 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. By: mcp.ai · official Page: https://mcp.ai/adrapid ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_adrapid?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/adrapid/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/adrapid/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/adrapid/skill.md Postman collection (v2.1): https://mcp.ai/adrapid/postman.json ## Tools - 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 - adrapid_get_system_me() — Tool to get user account and API information. Use when you need to retrieve authenticated user details and API versions. - adrapid_list_banners(limit?: integer, offset?: integer, search?: string, status?: string) — 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'). ## Example prompts - "What can I do in Adrapid?" - "Show me a summary of my Adrapid account" ## Links Docs: https://mcp.ai/docs/mcps/adrapid Website: https://mcp.ai/mcps/adrapid