
AIR SDK
Pull shared site capabilities, selectors, and extraction patterns into browser automation agents via the AIR collective-intelligence MCP SDK.
Overview
AIR SDK is a MCP server for the Build phase that supplies browser automation agents with shared site capabilities, selectors, and extraction via Agent Internet Runtime.
What is this MCP server?
- Collective intelligence for browser agents: site capabilities, selectors, extraction
- npm package @arcede/air-sdk via npx, stdio MCP (v0.2.12)
- AIR_API_KEY from agentinternetruntime.com dashboard; free tier includes 1,000 executions/month
- Documented at agentinternetruntime.com/docs/sdk
- Server version 0.2.12
- npm identifier @arcede/air-sdk with npx runtimeHint
- Free tier includes 1,000 executions/month (environment variable description)
Community signal: 1 GitHub stars.
What problem does it solve?
Every new site means rediscovering selectors and extraction rules, which burns agent tokens and slows shipping reliable browser automations.
Who is it for?
Solo builders creating web-scraping or browser agents who want shared selectors and extraction hints from AIR’s catalog.
Skip if: Backend-only APIs with no browser surface, offline CLIs, or teams that cannot use a cloud API key and execution-metered service.
What do I get? / Deliverables
With AIR_API_KEY configured, your agent can reuse collective site intelligence through MCP instead of guessing DOM structure on each run.
- MCP access to AIR site capabilities, selectors, and extraction helpers
- Metered cloud executions (free tier: 1,000/month per registry description)
Recommended MCP Servers
Journey fit
Browser automation hooks are integrated while building scrapers, agents-on-the-web, or test flows—not during initial audience research alone. AIR SDK connects external site intelligence into your agent stack—a third-party automation integration, not docs or launch SEO.
How it compares
Site-intelligence MCP for automation agents, not a SQL database or hydraulic simulator.
Common Questions / FAQ
Who is AIR SDK for?
Developers building MCP-connected browser automation agents who want centralized site capabilities and selectors from Agent Internet Runtime.
When should I use AIR SDK?
While integrating web automation into your product or agent workflows and you need reliable selectors and extraction patterns across many sites.
How do I add AIR SDK to my agent?
Register stdio MCP with npx @arcede/air-sdk, set AIR_API_KEY from agentinternetruntime.com/dashboard, and follow agentinternetruntime.com/docs/sdk for tool usage.