airtop-mcp
Verified Safeby alecf
Overview
Provides a Model Context Protocol (MCP) server to integrate AI agents with Airtop's browser automation and AI query services.
Installation
npx -y airtop-mcp@latestEnvironment Variables
- AIRTOP_API_KEY
- PORT
Security Notes
The server securely handles the Airtop API key by requiring it as an environment variable and uses Zod for input validation on tool arguments. It does not contain direct `eval` calls or other obvious malicious patterns. Network exposure is limited to standard HTTP/SSE endpoints. The primary security considerations would be the security of the Airtop API itself and proper management of the AIRTOP_API_KEY by the user.
Similar Servers
apify-mcp-server
Enables AI agents (LLMs) to interact with the Apify platform, allowing for web scraping, data extraction, and task automation via Apify Actors, data storage, and documentation search.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
blueprint-mcp
Enable AI assistants and coding agents to control and automate real web browsers (Chrome, Firefox, Opera) through a browser extension, maintaining logged-in sessions and avoiding bot detection.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.