Skip to main content
Feedback

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.

ToolDescription
createSessionCreates a new browser session for automated web interaction and control.
listSessionsRetrieves a list of all active browser sessions.
getSessionRetrieves detailed information about a specific browser session.
terminateSessionCloses and removes a browser session.
createWindowOpens a new window within an existing browser session.
listWindowsRetrieves a list of all windows in a session.
getWindowRetrieves detailed information about a specific window.
closeWindowCloses a window in the browser session.
navigateWindowDirects a window to load a specified web address.
takeScreenshotCaptures a visual image of the current window content.
clickElementPerforms a click action on a specified page element.
typeTextEnters text into a focused element on the page.
scrollPageMoves the page view up, down, or to specified positions.
waitForElementPauses execution until an element appears or condition is met.
extractDataRetrieves structured information from page elements.
extractTextRetrieves plain text content from page elements.
listFilesRetrieves a list of all uploaded files.
downloadFileRetrieves a file from storage to local system.
deleteFileRemoves a file from storage.
listAgentsRetrieves a list of available agents.
getAgentRetrieves detailed information about a specific agent.
executeAgentRuns an agent to perform a specified task.
On this Page