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
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 RapidAPI 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.
RapidAPI-hosted
The server runs on RapidAPI's MCP Hub — no self-hosting, no infrastructure to maintain. Connect through mcp-remote 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 RapidAPI key lives in the client's config header — passed straight to the hub, 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 RapidAPI key, and restart. The server runs on RapidAPI's MCP Hub — nothing to host yourself.
Full Setup Guide
json · mcp.json
Copy
{
"mcpServers": {
"RapidAPI Hub - SkyLink API": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.rapidapi.com",
"--header",
"x-api-host: skylink-api.p.rapidapi.com",
"--header",
"x-api-key: YOUR_RAPIDAPI_KEY"
]
}
}
}
Replace YOUR_RAPIDAPI_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
RapidAPI Hub — SkyLink API
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 RapidAPI key and start asking.
Get StartedRead the Docs