ai.windsock/windsock
Aircraft valuations, registry lookup, cost of ownership, market metrics, reports and logbooks.
Links
README
From the repo.
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 | https://windsock.ai/mcp |
| npm bridge (stdio, OAuth or API key) | npm/ → npx windsock-mcp |
| Python client + stdio bridge | python/ → pip install windsock-mcp |
| Examples | examples/ — OpenAI Agents API, Anthropic MCP connector, LangChain, LlamaIndex, Claude Code, cURL |
| Listed on | Smithery · official MCP Registry ai.windsock/windsock · ChatGPT app |
One-click install
Claude Code:
claude mcp add --transport http windsock https://windsock.ai/mcp
or 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@windsock
Every client above signs you in with OAuth on first use. Headless agents use an API key instead — see the docs.
Quick start (any MCP client)
Remote server, no install:
https://windsock.ai/mcp
Chat 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
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://windsock.ai/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.