New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

windsock-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windsock-mcp

Windsock aircraft intelligence for AI agents — stdio bridge to the Windsock MCP server (valuations, FAA registry, cost of ownership, market data, reports, logbooks).

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
41
-90.89%
Maintainers
1
Weekly downloads
 
Created
Source

windsock-mcp

Windsock aircraft intelligence for AI agents, as a stdio MCP server.

Windsock exposes 38 tools over the Model Context Protocol: aircraft valuations, FAA registry lookups (US N-numbers and 17 international registers), cost of ownership, comparable aircraft, fleet search, ADs and STCs, market metrics with forecasts, verified value reports, pre-buy diligence checklists, logbook search and a watchlist. The remote server lives at https://windsock.ai/mcp; this package is a thin stdio bridge for clients that don't connect to remote servers directly.

Install

{
  "mcpServers": {
    "windsock": {
      "command": "npx",
      "args": ["-y", "windsock-mcp"]
    }
  }
}

That's it for Claude Desktop, Cursor, Windsurf, VS Code and Zed. The first run opens the Windsock sign-in and consent screen in your browser (OAuth); after that the bridge refreshes tokens on its own.

Headless / CI: API key instead of OAuth

{
  "mcpServers": {
    "windsock": {
      "command": "npx",
      "args": ["-y", "windsock-mcp"],
      "env": { "WINDSOCK_API_KEY": "wsk_…" }
    }
  }
}

Get a key from Integrations → Agents & SDKs in your Windsock account. Treat it like a password.

Plans

Free accounts get 20 of the 38 tools with a monthly call limit. Pro and Enterprise unlock reports, diligence, logbooks and tracking.

Docs

License

MIT © Windsock

mcp-name: ai.windsock/windsock

Keywords

mcp

FAQs

Package last updated on 11 Sep 2026

Related posts