Skip to main content
Glama

flightradar24-mcp-server

by sunsetcoder
test.ts840 B
// Test requests const requests = [ // List tools request { jsonrpc: "2.0", id: "1", method: "list_tools", params: {} }, // Test flight positions request { jsonrpc: "2.0", id: "2", method: "call_tool", params: { name: "get_flight_positions", arguments: { airports: "KJFK,KLAX", limit: "5" } } }, // Test flight ETA request { jsonrpc: "2.0", id: "3", method: "call_tool", params: { name: "get_flight_eta", arguments: { flightNumber: "UA123" } } } ]; // Print each request with a delay requests.forEach((request, index) => { console.log(JSON.stringify(request)); });

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sunsetcoder/flightradar24-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server