AIR SDK MCP Server

Collective intelligence for browser automation agents. Site capabilities, selectors, and extraction.

Remote serverstreamable-httpTypeScript

What is the AIR SDK MCP server?

Collective intelligence for browser automation agents. Site capabilities, selectors, and extraction. Exposed over MCP by the air sdk mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Collective intelligence for agents. Stop your agents from guessing how to use the web. Let them know what to do. Think; hive mind. Let's make the open agent internet.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

  • browse_capabilities — 180ms median, 148ms min, 421ms p95
  • execute_capability — 178ms median, 146ms min, 333ms p95
  • Combined — 354ms median, 304ms min, 1010ms p95
  • Scenario — LLM DOM Reasoning (Frontier Model)
  • Tier — Price
  • Free — $0
  • Pro — $49/mo
  • Scale — $149/mo
  • Package — Install
  • What — How
  • extract_url — Extract structured data from any URL — JSON-LD, RSS/Atom feeds, JSON APIs, SPAs. Meta-only results cost 0 credits
  • report_outcome — Report execution results with optional browserObservations to improve collective intelligence

Configuration

You will need 2 environment variables: AIR_API_KEY, OPENAI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch AIR SDK.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the air sdk mcp server does with a few real requests.

When to reach for it

This sits in the AI and media services group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. AIR SDK's toolset — browse_capabilities, execute_capability, Combined and 11 more — is a fair guide to whether it matches your workflow. It is maintained by ArcedeDev; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
browse_capabilities180ms median, 148ms min, 421ms p95
execute_capability178ms median, 146ms min, 333ms p95
Combined354ms median, 304ms min, 1010ms p95
ScenarioLLM DOM Reasoning (Frontier Model)
TierPrice
Free$0
Pro$49/mo
Scale$149/mo
PackageInstall
WhatHow
extract_urlExtract structured data from any URL — JSON-LD, RSS/Atom feeds, JSON APIs, SPAs. Meta-only results cost 0 credits.
report_outcomeReport execution results with optional browserObservations to improve collective intelligence.
extract_contentExtract text and structured sections from local files or remote file URLs such as PDFs, DOCX, PPTX, XLSX, CSV, TXT, MD, HTML, and EML.
BenchmarksMeasured across 8 major domains, 40 cold API calls, cache disabled. LLM baseline priced at Frontier Model ($15/$75 per M tokens). AIR SDK at Scale tier ($149/mo, 250K executions).

How to install the AIR SDK MCP server

{
  "mcpServers": {
    "air-sdk": {
      "command": "air-sdk",
      "args": ["--mcp"],
      "env": { "AIR_API_KEY": "air_xxx" }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
AIR_API_KEYCredential the server authenticates with.Yes
OPENAI_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use AIR SDK to browse capabilities.
  • Use AIR SDK to execute capability.
  • Use AIR SDK to Combined.

Frequently asked questions

It connects AIR SDK to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (browse_capabilities, execute_capability, Combined, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with AIR SDK directly.