brandadrian/sky-tracker-mcp
If you are the rightful owner of sky-tracker-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Sky Tracker MCP is a .NET-based application designed to interact with flight data from OpenSky Network API and FlightDB, providing MCP tooling for integration with compatible clients.
Sky Tracker MCP
Sky Tracker MCP is a .NET-based application designed to interact with flight data from OpenSky Network API and FlightDB. It provides mcp tooling to integrate the api with an mcp client such as Visual Studio Code, Claude Desktop or any other compatible client.
Getting Started
- Clone the repository.
- Configure API keys and settings in
appsettings.json
. You can also leave it empty but with limited access to open sky api. - Build and run the solution using Visual Studio or
dotnet
CLI - Connect with an MCP client and chat with open sky network.
Limitations
Note that getting more than 500 flights leads to wrong results of some clients. Thus it is recommended to ask specific questions about an area or aircraft yet. This will be improved in future.
Requirements
- .NET 8.0 SDK
- Optional: Free account on OpenSky Network API
Example MCP Client Integration
Below is an example JSON configuration for integrating with the Sky Tracker MCP server in an MCP client.
{
"servers": {
"sky-tracker-mcp": {
"url": "http://localhost:5000",
"type": "http"
}
},
"inputs": []
}