AIR SDK provides a way for agents to automate web interactions by eliminating guesswork and enabling them to know what actions to take on websites.
From the registry: Collective intelligence for browser automation agents. Site capabilities, selectors, and extraction.
$ npm install -g @arcede/air-sdkPlease install the `air-sdk` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Required runtime.
- **AIR API key** — Free tier available at agentinternetruntime.com. (https://agentinternetruntime.com)
Optional prerequisites:
- Optional global install for faster startup — Install globally so the absolute binary path resolves quickly (~2s instead of ~60s cold npx). Run: `npm install -g @arcede/air-sdk`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@arcede/air-sdk","--mcp"]
- required environment variables:
- `AIR_API_KEY`: AIR SDK API key (air_*). (example: `<air_api_key>`)
Note: Dedicated lightweight MCP package also available: @arcede/air-mcp.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AIR_API_KEYrequiredAPI key for authenticating requests to the AIR SDK.MCP server for Firecrawl web scraping, structured data extraction and web search integration.