io.github.Flightradar24/fr24api-mcp✓
io.github.Flightradar24/fr24api-mcp · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.Flightradar24/fr24api-mcp",
"description": "MCP server providing access to the Flightradar24 API for real-time and historical flight data",
"repository": {
"url": "https://github.com/Flightradar24/fr24api-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@flightradar24/fr24api-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for Flightradar24 API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FR24_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}