AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Flightradar24 Mcp Server

mcp-sunsetcoder-flightradar24-mcp-server · by sunsetcoder

Model Context Protocol server for Flight Tracking

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add mcp-sunsetcoder-flightradar24-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-sunsetcoder-flightradar24-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Flightradar24 Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Flightradar24 MCP Server 🛩️

A Claude Desktop MCP server that helps you track flights in real-time using Flightradar24 data. Perfect for aviation enthusiasts, travel planners, or anyone curious about flights overhead!

What Can This Do? ✨

  • 🔍 Track any flight in real-time
  • ⏰ Get arrival and departure times for specific flights
  • 🌉 View the status of flights at an airport
  • 🚨 Monitor emergency flights

Setup Guide 🚀

1. Prerequisites

2. Installation

  1. Clone this repository somewhere on your computer:

``bash git clone https://github.com/sunsetcoder/flightradar24-mcp-server.git ``

  1. Install dependencies & build the project:

``bash cd flightradar24-mcp-server npm install npm run build ``

3. Integration with Claude Desktop

  1. Open your Claude Desktop configuration file:

``` # On Mac: ~/Library/Application Support/Claude/claudedesktopconfig.json

# On Windows: %APPDATA%/Claude/claudedesktopconfig.json ```

  1. Add the following to the mcpServers object in your config:

``json { "mcpServers": { "flightradar24-server": { "command": "node", "args": [ "/Users///flightradar24-mcp-server/dist/index.js" ], "env": { "FR24_API_KEY": "your_api_key_here", "FR24_API_URL": "https://fr24api.flightradar24.com" } } } } ``

  1. Important Steps:
  • Replace /FULL/PATH/TO/flightradar24-mcp-server with the actual full path to where you cloned the repository
  • Add your Flightradar24 API key in the env section
  • Make sure to use forward slashes (/) in the path, even on Windows
  1. Restart Claude Desktop for the changes to take effect

Environment Setup

  1. Copy .env.example to .env:

``bash cp .env.example .env ``

  1. Update the .env file with your actual Flightradar24 API key:

``env FR24_API_KEY=your_actual_api_key_here ``

Note: Never commit your actual API key to version control. The .env file is ignored by git for security reasons.

Let's Try It Out! 🎮

Once the server is configured, you can ask Claude questions like:

  1. "What's the ETA for United Airlines flight UA123?"
  2. "Show me all flights currently at SFO"
  3. "Are there any emergency flights in the area?"
  4. "Show me all international flights arriving at SFO in the next 2 hours"
  5. "How many commercial flights are currently over the Pacific Ocean?"
  6. "Identify any flights that have declared an emergency in the California region"

Example conversation with Claude:

You: What's the status of flight UA123?
Claude: Let me check that for you...
[Claude will use the MCP server to fetch real-time flight information]

Common Questions & Troubleshooting 🤔

"Claude can't connect to the server"

  • Check if the path in claude_desktop_config.json is correct
  • Make sure you're using the full absolute path
  • Verify your API key is correct
  • Try restarting Claude Desktop

"The server isn't responding"

  • Make sure your Flightradar24 API key is valid
  • Check if the API URL is correct
  • Look for any error messages in server logs

FlightRadar API Access

Need More Help? 🆘

  1. Make sure Claude Desktop is properly installed
  2. Verify your Flightradar24 API key is active
  3. Check the path in your configuration file is correct
  4. Look for error messages in MCP server logs

License 📄

MIT


Made with ❤️ for aviation enthusiasts

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.