sky-tracker-mcp

brandadrian/sky-tracker-mcp

3.1

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

  1. Clone the repository.
  2. Configure API keys and settings in appsettings.json. You can also leave it empty but with limited access to open sky api.
  3. Build and run the solution using Visual Studio or dotnet CLI
  4. 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

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": []
}