
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@arcede/air-mcp
Advanced tools
MCP server for the Agent Internet Runtime — extract web data and query site capabilities from any AI coding tool
Model Context Protocol server for the Agent Internet Runtime — extract web data and query site capabilities from any AI coding tool.
Add to your MCP client config (Claude Code, Cursor, Windsurf, etc.):
{
"mcpServers": {
"air": {
"command": "npx",
"args": ["@arcede/air-mcp"],
"env": {
"AIR_API_KEY": "air_sdk_your_key"
}
}
}
}
Get an API key at agentinternetruntime.com.
extract_urlExtract structured data from any URL. Returns title, description, content items, metadata, and diagnostics.
extract_url({ url: "https://kayak.com" })
query_capabilitiesQuery what actions are possible on a website. Returns capabilities with action types, selectors, parameters, entry URLs, and confidence scores.
query_capabilities({ domain: "youtube.com" })
search_capabilitiesSearch for capabilities by natural language intent across all indexed domains.
search_capabilities({ intent: "search flights" })
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.
extract_content({ file_url: "https://example.com/report.pdf" })
MIT
FAQs
MCP server for the Agent Internet Runtime — extract web data and query site capabilities from any AI coding tool
We found that @arcede/air-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.