windsock-mcp
Ships a LangChain example showing how to wire Windsock's aircraft intelligence tools (valuations, registry lookups, cost of ownership, market metrics) into LangChain agents.
Ships an OpenAI Agents API example demonstrating how to use Windsock's aircraft valuation, fleet search and market forecast tools from OpenAI agents.
Windsock MCP
Aircraft intelligence for AI agents. Windsock exposes 38
tools over the Model Context Protocol at https://windsock.ai/mcp: aircraft
valuations, FAA registry lookups (US 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. Every call is tied to a Windsock account.
This repository holds the client packages and examples. The server itself is hosted; you never run it.
Docs | |
npm bridge (stdio, OAuth or API key) |
|
Python client + stdio bridge |
|
Examples |
|
Listed on | Smithery · official MCP Registry |
One-click install
Claude Code:
claude mcp add --transport http windsock https://windsock.ai/mcpor install the plugin (adds the server plus an aircraft pre-buy workflow skill; the repo root follows the Open Plugins layout, so Cursor and other Open Plugins clients can import it too):
/plugin marketplace add team-windsock/windsock-mcp
/plugin install windsock@windsockEvery client above signs you in with OAuth on first use. Headless agents use an API key instead — see the docs.
Related MCP server: @navop/mcp
Quick start (any MCP client)
Remote server, no install:
https://windsock.ai/mcpChat assistants connect over OAuth. Agents send an account API key as
Authorization: Bearer wsk_… (get one at Integrations → Agents & SDKs).
Plans
Free accounts get 20 of the 38 tools with a monthly call limit. Pro and Enterprise unlock reports, diligence, logbooks and tracking.
Support
support@windsock.ai · https://windsock.ai/contact
MIT © Windsock
This server cannot be deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.
- mcpOAuthio.artifacta
Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI.
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Related MCP Servers
- FlicenseAqualityDmaintenanceLightweight MCP server that exposes tools for system information and weather lookup, designed for agent integration via stdio.1-
- AlicenseNot gradedqualityAmaintenanceMCP stdio bridge to a running Navop desktop application, enabling AI agents to interact with Navop via MCP protocol.3MIT

PoYo MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceLocal stdio bridge to the hosted PoYo MCP server, enabling discovery and execution of AI models via chat, generation tasks, and agent skills.1MIT- AlicenseBqualityBmaintenanceA Model Context Protocol server that enables AI agents to interact with Plane project management APIs, supporting projects, work items, cycles, modules, and more via stdio, SSE, and HTTP transports.100MIT