# Airtop — MCP server on mcp.ai > Connect your Airtop account and use 10 tools for web scraping straight from your AI agent. Connect with your own API key. Airtop provides cloud browsers and AI-powered web automation for navigating sites, interacting with pages, extracting data, and running reusable browser workflows. By: mcp.ai · official Page: https://mcp.ai/airtop ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_airtop?ms=1787291340000 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/airtop/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/airtop/ 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/airtop/skill.md Postman collection (v2.1): https://mcp.ai/airtop/postman.json ## Tools - airtop_click_element(window_id: string, click_type?: string, session_id: string, client_request_id?: string, element_description: string, wait_for_navigation?: boolean, cost_threshold_credits?: integer, time_threshold_seconds?: integer) — Use Airtop AI to locate an element from a natural-language description and click it. This consumes Airtop credits and can trigger irreversible external effects such as submitting a form, placing an or - airtop_close_window(window_id: string, session_id: string) — Close one browser window without terminating its Airtop session. - airtop_create_session(proxy?: boolean|string|object|object[], record?: boolean, profile_name?: string, extension_ids?: string[], solve_captcha?: boolean, timeout_minutes?: integer, readiness_timeout_seconds?: integer) — Create an Airtop browser session and wait until it is running. Sessions are billed in 30-second increments, so terminate them promptly when work is complete. - airtop_create_window(url?: string, session_id: string, wait_until?: string, screen_resolution?: string, wait_until_timeout_seconds?: integer) — Create a browser window in a running Airtop session and load an initial URL. If no URL is supplied, Airtop loads https://www.google.com. - airtop_list_sessions(limit?: integer, status?: string, next_cursor?: string, session_ids?: string) — List Airtop browser sessions, optionally filtering by IDs or status. Use this to discover sessions or check the current state of a known session. - airtop_list_windows(session_id: string) — List all browser windows in a running Airtop session, including their IDs, current URLs, and titles when available. - airtop_navigate_window(url: string, window_id: string, session_id: string, wait_until?: string, wait_until_timeout_seconds?: integer) — Navigate an existing Airtop browser window to a new URL and optionally wait for page loading. - airtop_query_page(prompt: string, window_id: string, session_id: string, output_schema?: object, client_request_id?: string, cost_threshold_credits?: integer, time_threshold_seconds?: integer, follow_pagination_links?: boolean, include_visual_analysis?: string) — Ask Airtop AI a question about a page or extract structured page content. This operation consumes Airtop credits; the response reports credits_used, and cost/time thresholds cancel work after periodic - airtop_terminate_session(session_id: string) — Terminate an Airtop session and all of its windows. Use promptly after browser work to stop time-based session billing. - airtop_type_text(text: string, window_id: string, session_id: string, press_tab_key?: boolean, press_enter_key?: boolean, clear_input_field?: boolean, client_request_id?: string, element_description?: string, wait_for_navigation?: boolean, cost_threshold_credits?: integer, time_threshold_seconds?: integer) — Use Airtop AI to locate an input and type text into it. This consumes Airtop credits. Enabling Enter can submit forms or trigger external effects, and the response preserves status, usage, warnings, a ## Example prompts - "What can I do in Airtop?" - "Show me a summary of my Airtop account" ## Links Docs: https://mcp.ai/docs/mcps/airtop Website: https://mcp.ai/mcps/airtop