skrishnak7-mcp
Allows querying Skyscanner flight schedules via RapidAPI's Browse Quotes API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@skrishnak7-mcpfind flights from SFO to JFK on 2025-06-15"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
skrishnak7-mcp
Sample MCP server that exposes a flight schedule finder tool backed by the Skyscanner Browse Quotes API (via RapidAPI).
Features
MCP tool:
find_flight_scheduleSkyscanner Browse Quotes lookup
Simple summary of flight quotes
Related MCP server: flights-mcp
Setup
Create a RapidAPI account and subscribe to a Skyscanner API.
Copy
.env.exampleto.envand fill in values.Install dependencies and build:
npm install
npm run buildRun locally
npm run devClaude Desktop configuration
Add a server entry to your Claude Desktop config:
{
"mcpServers": {
"skrishnak7-mcp": {
"command": "node",
"args": ["/Users/krishnakanukuntla/skrishnak7-mcp/dist/index.js"],
"env": {
"SKYSCANNER_API_KEY": "your_rapidapi_key_here",
"SKYSCANNER_API_HOST": "skyscanner-skyscanner-flight-search-v1.p.rapidapi.com",
"SKYSCANNER_BASE_URL": "https://skyscanner-skyscanner-flight-search-v1.p.rapidapi.com"
}
}
}
}Tool usage
Example inputs for find_flight_schedule:
{
"origin": "SFO",
"destination": "JFK",
"departureDate": "2025-06-15",
"country": "US",
"currency": "USD",
"locale": "en-US",
"maxResults": 5
}Notes
This uses the legacy Skyscanner Browse Quotes endpoint on RapidAPI.
Update the host or base URL if your RapidAPI Skyscanner API differs.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.
Geo-based flight search MCP server. Find more flights between any two places on earth
Skiplagged MCP Server for flight search, hotel booking, and travel planning
Search and compare flight offers through a cache-aware Streamable HTTP MCP server for AI agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides flight search capabilities using the Aviasales API, allowing users to search, filter, and get details on flights and generate booking links.4GPL 3.0
- FlicenseAqualityDmaintenanceAn MCP server for holiday flight planning powered by Google Flights via SerpAPI, enabling real-time flight search, destination discovery, airport comparison, and multi-country trip planning.13-
- AlicenseAqualityAmaintenanceMCP server for FlightAware AeroAPI that enables live flight tracking, airport boards, operator and aircraft lookup, schedule retrieval, and flight alert management via natural language.343541MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for the Travelpayouts (Aviasales) API. It provides 13 tools for flight search, price calendars, hotel search, and airport/airline/city lookup.48MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/skrishnak7/skrishnak7-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server