SkyLinkAPI MCP Server | Aviation Data MCP Server
Connect SkyLink API to Claude Desktop, Cursor, or any MCP client in under a minute. Ask about live flights, weather, NOTAMs, and ADS-B positions — your AI gets real data, not hallucinations.
Documentation
Open betaBilling through our own portal is live — 20% off your first 3 months, pre-applied. Ends 31 July.Get started →Prefer RapidAPI?
Features
Weather & ForecastsAirport Data & SearchLive ADS-B TrackingAerodrome ChartsFlight OperationsML PredictionsMCP ServerHistorical ADS-BCarbon Emissions
Resources
DocumentationBlogDeveloper Tools
Compare
vs AviationStackvs FlightRadar24vs FlightAwarevs AirLabsvs Aviation Edgevs Amadeusvs Cirium
Data MarketplacePricingEnterprise
Sign InGet API Key
What you get
Your AI, plugged into the sky
One config block connects your MCP client to SkyLink - then the model can pull weather, airports, ADS-B, charts, and more, just by asking.
Connect in one config
Add one server block - works with any MCP-compatible client.
Ask in plain language
The model picks the right tool and calls it for you.
Every endpoint, a tool
The toolbox
The whole API, as callable tools. A sample of what the model can reach.
weather.metarairports.searchadsb.aircraftflight_statuschartscarbon.estimateml.flight_timenotamshistory.flights
Start free - 1,000 requests/month.
Add your API key to the config and your AI is connected - works on the free tier.
Get Free API Key
Capabilities
Built for agents
A hosted bridge between your AI client and the full SkyLink v3.1 API - no servers to run, no integration code to write.
Works with any MCP client
Claude Desktop, Cursor, Cline, Windsurf, or anything that speaks the Model Context Protocol - paste one config block and you're connected.
Every endpoint as a tool
Weather, airports, ADS-B, charts, flight status, carbon, ML estimates - the whole v3.1 surface is exposed as tools the model can invoke.
Zero glue code
No SDK wiring, no request plumbing, no response parsing. The MCP layer handles tool schemas and calls - you just describe what you want.
Fully hosted
The server is a streamable HTTP endpoint we run - no self-hosting, no bridge process, no infrastructure to maintain. Point your client at the URL and go.
Natural-language queries
Ask in plain English - the model chooses the right endpoint, fills in the parameters, and grounds its answer in live SkyLink data.
Secure key handling
Your API key lives in the client's config header - sent as a transport header, never embedded in prompts or exposed to the model.
Setup
Add the server in one config
Paste one block into your MCP client's config, swap in your API key, and restart. The server is a hosted HTTP endpoint - nothing to run yourself.
Full Setup Guide
json · mcp.json
Copy
{
"mcpServers": {
"skylink": {
"url": "https://data.skylinkapi.com/mcp",
"headers": { "x-api-key": "YOUR_API_KEY" }
}
}
}
Replace YOUR_API_KEY · no self-hosting required
Claude Desktop
- 1Settings → Developer → Edit Config
- 2Paste into
mcpServers - 3Restart Claude Desktop
Cursor
- 1Settings → MCP
- 2Add MCP Server
- 3Paste the config block
In practice
Then just ask
Once connected, your AI reaches for SkyLink tools on its own - picking the right endpoint, filling in parameters, and grounding its answer in live data.
No prompt engineering for API calls, no copy-pasting JSON. Just a question and a grounded answer.
MCP Documentation
Claude · SkyLink MCP connectedLive tools
Is EGLL good for a CAT III approach right now, and what's the great-circle distance to KJFK?
weather.metar(EGLL)notams(EGLL)distance(EGLL, KJFK)
EGLL is reporting 200 m RVR in fog - within CAT III minima, but one NOTAM has ILS CAT III RWY 09L U/S, so use 27R. Great-circle distance to KJFK is 3,008 nm on a 288° initial bearing.
* Sample conversation for illustration only.
Connect once, then just ask - and get grounded answers from live aviation data.
weather.metar
Decoded METAR / TAF
adsb.aircraft
Live aircraft in an area
airports.search
Airport info & lookup
charts
Aerodrome charts by ICAO
ml.flight_time
Gate-to-gate estimate
carbon.estimate
CO₂ per flight
Tools in reach
A sample of the v3.1 endpoints exposed as callable tools - the model picks what it needs.
MCP clients
Any
MCP-compatible client
Claude Desktop
Cursor
Cline & Windsurf
Any MCP client
Works everywhere
If it speaks the Model Context Protocol, it can connect to SkyLink.
Connection
skylink
One block to wire it up
Drop these into your client's mcpServers config and you're live.
Ready to connect your AI?
One config block, every SkyLink endpoint as a tool - for Claude, Cursor, or any MCP client. Add your API key and start asking.
Get StartedRead the Docs