Adrapid
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.
Verdict
Common use cases
- Audit banner campaigns before a launch
- Check production status on bulk creatives
- Retrieve asset URLs for QA review
- Filter banners by status during standups
Integration
- Vendor
- Adrapid
- Category
- developer-tools
- Auth
- API_KEY
- Tools
- 3
- Composio slug
adrapid
Tools
- Get API info
Tool to retrieve api root information. use when you need to discover the api's description and version details.
- Get user and API info
Tool to get user account and api information. use when you need to retrieve authenticated user details and api versions.
- 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').
Setup
Setup guide
- 11. Open your Switchy workspace and navigate to Settings > Integrations > Developer Tools. 2. Click 'Connect MCP' and select Adrapid from the list. 3. You'll be prompted to paste an API key — log into your Adrapid dashboard, go to Account > API Keys, and generate a new key with 'banners:read' and 'banners:write' scopes. 4. Copy the key and paste it into Switchy, then click 'Authorize'. 5. Switchy will test the connection by calling the 'Get user and API info' tool — if it returns your account email and API version, you're connected. 6. Inside any Space, type '@Adrapid list my banners with status ready' to confirm the MCP responds with your active campaigns.
What teammates see: by default, memories from Adrapid are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.
Works well with
Top models
Compatibility data appears once enough Spaces have used this MCP together with a given model.
How Switchy teams use it
Starter prompts
List Ready Banners
@Adrapid list all banners with status 'ready'. Show me the banner IDs and any preview URLs.Open in a Space →
Check API Version
@Adrapid get the API root information and tell me the current version and description.Open in a Space →
Fetch Account Details
@Adrapid get my user account details and the API version we're connected to.Open in a Space →
Audit All Banners
@Adrapid list all banners in my account. Include their statuses and creation dates.Open in a Space →
Filter by Status
@Adrapid list banners with status 'processing'. I need to see which ones are still rendering.Open in a Space →
Example outputs
Illustrative - representative of the model's voice and quality, not literal recordings.
@adrapid show me all banners with status 'ready' so I can see what's currently live in production
Found 12 banners with status 'ready'. Here's a summary: 5 are display ads (728×90 leaderboards), 4 are social media banners (1200×628 Facebook), and 3 are mobile banners (320×50). The most recent is 'Q1-promo-hero' created 3 days ago. All are tagged with campaign ID 'spring-launch-2024'. This illustrative example shows how the MCP returns banner metadata including dimensions, format, and campaign associations.
This example demonstrates the List Banners tool with status filtering. Requires an API key with read access to your Adrapid account. The actual response structure depends on how many banners exist in your workspace and what metadata fields you've configured. Useful for auditing creative assets before a campaign launch.
@adrapid what's my current account info and which API version am I using?
Your Adrapid account is registered to team@example.com with plan tier 'Professional'. You're currently using API version 2.1.0, which is the latest stable release. Your account has 847 banners created this month, with 2,153 remaining in your monthly quota. This illustrative example shows the kind of account-level metadata the MCP surfaces when queried.
This example uses the Get user and API info tool to retrieve authenticated account details. Helpful for debugging quota issues or confirming which API features are available to your plan tier. Requires a valid API key; the MCP won't expose credentials but will show usage limits and versioning.
@adrapid check the API capabilities and tell me if there's a way to bulk-generate banner variations from a template
The Adrapid API (version 2.1.0) supports banner creation, listing, and status management. Based on the API root information, the service focuses on managing existing banners rather than templated generation. For bulk workflows, you'd need to call the creation endpoint multiple times with different parameters. This illustrative example shows how the MCP helps you understand API scope before building an integration.
This example demonstrates the Get API info tool, which reveals the MCP's available capabilities. Useful when planning automation workflows or assessing whether Adrapid fits your creative production pipeline. The MCP surfaces API metadata but doesn't extend beyond what the vendor's API exposes—no built-in templating if the API lacks it.
Use-case deep-dives
When Adrapid fits a small paid-ads team's banner workflow
A 3-person growth team running display campaigns across Google and Meta needs to track which banner variants are live, paused, or awaiting approval. Adrapid's List Banners tool lets them pull status snapshots directly into Switchy without logging into the vendor dashboard. The filter-by-status parameter means they can script a daily standup check: "show me all banners marked 'ready' but not yet deployed." This works cleanly if your team creates fewer than 50 banners per week and you already use Adrapid as your creative production tool. If you're generating hundreds of variants or using multiple creative platforms, the 3-tool scope here is too narrow—you'll spend more time context-switching than you save. For small teams with a single creative vendor, this MCP turns banner audits into a 30-second Switchy query instead of a 10-minute dashboard crawl.
Why solo consultants should skip this MCP for now
A freelance ad-ops consultant managing 8 client accounts wants to pull banner delivery stats into weekly reports. Adrapid's MCP doesn't help here: the three available tools retrieve API metadata and list banner records, but they don't expose performance metrics like impressions, CTR, or spend. The Get User and API Info tool confirms your auth is working, and List Banners shows creation timestamps, but neither surfaces the data clients actually pay for. If you're billing hourly and need to prove campaign ROI, you'll still export CSVs from Adrapid's web UI or hit their REST API directly. This MCP is a discovery layer, not a reporting layer. Wait for Adrapid to expose analytics tools through the server, or stick with your current export workflow until they do.
When this MCP saves 20 minutes in API integration setup
A 6-person agency dev team is integrating Adrapid into a client's martech stack and needs to verify API access before writing production code. The Get API Info and Get User and API Info tools let them confirm the API version, check authentication, and retrieve the root schema without reading Adrapid's docs or making test cURL requests. In Switchy, a junior dev can ask "what version of Adrapid are we authenticated against?" and get an answer in 5 seconds instead of hunting through Postman collections. This is a pure setup-time win: once the integration is live, these tools have no ongoing value. If your team onboards a new ad platform every quarter, the MCP pays for itself in reduced Slack questions. If you're a one-client shop, the 20-minute savings isn't worth adding another MCP to your workspace.
Frequently asked
What does the Adrapid MCP do in Switchy?
The Adrapid MCP lets AI agents retrieve banner ad metadata and account information from your Adrapid workspace. It can list banners by status, fetch API version details, and pull authenticated user info. It doesn't create or edit banners — just reads existing data to help agents understand your ad inventory and account setup.
Do I need admin access to connect Adrapid MCP?
You need an Adrapid API key with read permissions on banners and user account endpoints. Admin access isn't strictly required, but the key must belong to a user who can view the banners and account data your team wants to query. Check your Adrapid workspace settings to generate or rotate keys.
Can the Adrapid MCP create or update banner ads?
No. The three tools exposed are read-only: they list banners, fetch API metadata, and retrieve user account info. If you need to create or modify banners programmatically, use Adrapid's full REST API directly or their web interface. The MCP is for discovery and auditing, not campaign management.
How does this compare to using Adrapid's dashboard or API directly?
The MCP gives AI agents a narrow, read-only window into your banner inventory without writing custom API integration code. It's faster for ad-hoc queries in chat but lacks the full feature set of Adrapid's dashboard or REST API. Use the MCP for agent-driven reporting; use the dashboard or API for campaign ops.
Who on the team should connect the Adrapid MCP?
Whoever owns your Adrapid API keys — typically a developer or ops lead. The person connecting it will paste the API key into Switchy once; after that, any workspace member can invoke the MCP in conversations. The key's permissions determine what data agents can see, so coordinate with your Adrapid admin.