
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.