Airtop MCP connector
Airtop is a browser automation platform with AI-powered capabilities for controlling browser sessions and windows programmatically. The Airtop MCP connector allows AI agents to create and manage browser sessions, open and navigate windows to specific URLs, and capture screenshots of web content. It also supports listing active sessions and windows, retrieving detailed session information, and terminating sessions when automation tasks are complete.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Airtop MCP connector to perform the following actions:
- Automate web-based data entry across multiple systems without manual intervention
- Extract structured data from websites to populate business applications automatically
- Monitor website changes and trigger workflows when specific conditions occur
- Complete multi-step web forms across applications in a single workflow
- Capture screenshots and validate user interface changes for quality assurance
- Manage file downloads and uploads across web applications programmatically
- Execute complex browser tasks using AI agents for intelligent automation
Example prompts
Use the following example prompts to invoke Airtop MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new browser session in Airtop and navigate to our customer portal.Extract all customer names and email addresses from the webpage currently open in Airtop.Take a screenshot of the login page in Airtop and save it for documentation.Click the submit button on the form in Airtop and wait for the confirmation page.List all active browser sessions in Airtop and show me which ones are running agents.Scroll down on this webpage in Airtop and extract the pricing table data.Download the invoice file from Airtop and store it in our document management system.Type the customer email address into the search field in Airtop and wait for results.Close all windows in Airtop except the one showing the main dashboard.Execute an AI agent task in Airtop to fill out our vendor application form.
Airtop MCP connector tools
The Airtop MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| createSession | Creates a new browser session for automated web interaction and control. |
| listSessions | Retrieves a list of all active browser sessions. |
| getSession | Retrieves detailed information about a specific browser session. |
| terminateSession | Closes and removes a browser session. |
| createWindow | Opens a new window within an existing browser session. |
| listWindows | Retrieves a list of all windows in a session. |
| getWindow | Retrieves detailed information about a specific window. |
| closeWindow | Closes a window in the browser session. |
| navigateWindow | Directs a window to load a specified web address. |
| takeScreenshot | Captures a visual image of the current window content. |
| clickElement | Performs a click action on a specified page element. |
| typeText | Enters text into a focused element on the page. |
| scrollPage | Moves the page view up, down, or to specified positions. |
| waitForElement | Pauses execution until an element appears or condition is met. |
| extractData | Retrieves structured information from page elements. |
| extractText | Retrieves plain text content from page elements. |
| listFiles | Retrieves a list of all uploaded files. |
| downloadFile | Retrieves a file from storage to local system. |
| deleteFile | Removes a file from storage. |
| listAgents | Retrieves a list of available agents. |
| getAgent | Retrieves detailed information about a specific agent. |
| executeAgent | Runs an agent to perform a specified task. |