server.json•898 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.bachstudio/fr24api-mcp",
"description": "MCP server providing access to the Flightradar24 API for real-time and historical flight data",
"status": "active",
"repository": {
"url": "https://github.com/BACH-AI-Tools/fr24api-mcp",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registry_type": "npm",
"registry_base_url": "https://registry.npmjs.org",
"identifier": "@bachstudio/fr24api-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environment_variables": [
{
"description": "Your API key for Flightradar24 API",
"is_required": true,
"format": "string",
"is_secret": true,
"name": "FR24_API_KEY"
}
]
}
]
}