
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@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_extract_sk_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" })
MIT
FAQs
MCP server for the Agent Internet Runtime — extract web data and query site capabilities from any AI coding tool
The npm package @arcede/air-mcp receives a total of 4 weekly downloads. As such, @arcede/air-mcp popularity was classified as not popular.
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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.